Clean up some rendering.
This commit is contained in:
parent
5ddd54dd6d
commit
77ce58c612
6 changed files with 55 additions and 19 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
TEST_CASE(TestLatexConverter, "publishing")
|
||||
{
|
||||
auto expression = std::make_unique<LatexMathExpression>("\\psi = \\frac{\\alpha + \\beta}{c}");
|
||||
auto expression = std::make_unique<LatexMathExpression>("\\psi = \\frac{\\alpha + \\beta}{c + d} + e");
|
||||
|
||||
auto equation_node = std::make_unique<EquationNode>(Point(10, 10));
|
||||
equation_node->setContent(expression.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue