diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/displine.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/displine.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/displine.tex b/Master/texmf-dist/source/eplain/base/test/displine.tex new file mode 100644 index 00000000000..97730ede242 --- /dev/null +++ b/Master/texmf-dist/source/eplain/base/test/displine.tex @@ -0,0 +1,36 @@ +% This file is public domain. +% +\ifx\undefined\eplain \input eplain \fi + +\loggingall + +\leftdisplays +\parindent=31pt + +A displaylines with an eqdef: text mre more more more more more more +more more more more more more more more more more text. +$$\displaylines{x=1 \eqdef{eqdef-displ}\cr}$$ + +{\leftskip = 14pt +\noindent +And a indented normal equation: +$$y=2\eqdef{foo} +$$ +An indented displaylines with an eqdef: +$$\displaylines{x=1 \eqdef{eqdef-displ}\cr} +$$ + +Now the same two with hangindent nonzero. +\hangindent=17pt +And a indented normal equation: +$$y=2\eqdef{foo} +$$ +An indented displaylines with an eqdef: +$$\displaylines{x=1 \eqdef{eqdef-displ}\cr} +$$ +\par} + +Well? + +\bye + |