Skip to content

Commit 9e87835

Browse files
committed
Fixing Blade representation to LaTeX Output
1 parent f841355 commit 9e87835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen-latex/src/main/java/de/gaalop/latex/LatexVisitor.java

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public void visit(AssignmentNode node) {
4141
if (node.getVariable() instanceof MultivectorComponent) {
4242
code.append(" // ");
4343
code.append(graph.getBladeString((MultivectorComponent) (node.getVariable())).replaceAll("\\^", "\\\\wedge"));
44+
code.append(" ");
4445
}
4546

4647
code.append("\\\\\n");

0 commit comments

Comments
 (0)