Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
MathPrettyPrinter
Commits
5431d388
Commit
5431d388
authored
Jun 28, 2018
by
0xJMR
Browse files
Added spacing between matrix rows.
parent
7383496f
Pipeline
#58885
passed with stages
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/mpp/montimath/TeXMathPrettyPrinter.java
View file @
5431d388
...
...
@@ -41,7 +41,7 @@ public class TeXMathPrettyPrinter extends MathPrettyPrinter implements TeXMathSt
@Override
public
void
visit
(
ASTDivideExpression
node
)
{
this
.
needsParenthesis
=
false
;
this
.
printer
.
print
(
"\\frac{"
);
this
.
printer
.
print
(
"\\
d
frac{"
);
}
@Override
...
...
@@ -94,7 +94,7 @@ public class TeXMathPrettyPrinter extends MathPrettyPrinter implements TeXMathSt
@Override
public
void
revisit
(
ASTMathMatrixValueExplicitExpression
node
)
{
this
.
printer
.
print
(
"\\\\"
);
this
.
printer
.
print
(
"\\\\
\\\\
"
);
}
@Override
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment