mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
Fix incorrect latex code on let term
This commit is contained in:
parent
9b1070651c
commit
6bae4a3b01
@ -220,7 +220,8 @@ public class LatexCreatorConstraints implements StepVisitor {
|
||||
.append(DOLLAR_SIGN).append(COMMA).append(DOLLAR_SIGN);
|
||||
});
|
||||
if (!letConstraints.isEmpty()) {
|
||||
// remove comma and dollar sign
|
||||
// remove last comma and dollar signs
|
||||
result.deleteCharAt(result.length() - 1);
|
||||
result.deleteCharAt(result.length() - 1);
|
||||
result.deleteCharAt(result.length() - 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user