blob: 97730ede2424181fbf2b23ea30a654dbf56fc584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|