Clean up some rendering.

This commit is contained in:
jmsgrogan 2023-01-25 17:38:38 +00:00
parent 5ddd54dd6d
commit 77ce58c612
6 changed files with 55 additions and 19 deletions

View file

@ -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());