diff options
Diffstat (limited to 'support/easylatex/testFiles/autoLinefeedInMathMode.txt.correct')
-rw-r--r-- | support/easylatex/testFiles/autoLinefeedInMathMode.txt.correct | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/support/easylatex/testFiles/autoLinefeedInMathMode.txt.correct b/support/easylatex/testFiles/autoLinefeedInMathMode.txt.correct new file mode 100644 index 0000000000..d55a7d6b82 --- /dev/null +++ b/support/easylatex/testFiles/autoLinefeedInMathMode.txt.correct @@ -0,0 +1,15 @@ +\documentclass{article} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} + +\begin{document} + +\begin{align*} +1 + 1 &=& 2 +\\1 &=& 2 - 1 +\\0 &=& 2 - 1 - 1 +\\0 &=& 2 - 2 +\end{align*} + +\end{document} |