mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
Use aligned instead of align*
This commit is contained in:
parent
5f35f57151
commit
6cea905dc4
@ -70,8 +70,8 @@ public final class LatexCreatorConstants {
|
||||
protected static final String VDASH = "\\vdash";
|
||||
protected static final String TREE_BEGIN = "\\begin{prooftree}";
|
||||
protected static final String TREE_END = "\\end{prooftree}";
|
||||
protected static final String ALIGN_BEGIN = "\\begin{align*}";
|
||||
protected static final String ALIGN_END = "\\end{align*}";
|
||||
protected static final String ALIGN_BEGIN = "\\begin{aligned}";
|
||||
protected static final String ALIGN_END = "\\end{aligned}";
|
||||
protected static final String SPLIT_BEGIN = "\\begin{split}";
|
||||
protected static final String SPLIT_END = "\\end{split}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user