]> mj.ucw.cz Git - ucwmac.git/commitdiff
\addlay does not add interline skip between layers
authorMartin Mares <mj@ucw.cz>
Fri, 22 May 2015 23:13:29 +0000 (01:13 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 22 May 2015 23:13:29 +0000 (01:13 +0200)
ucwmac.tex

index edabe347dffaafd614e5edb59284eaf2de832484..102496e65e2b27b0250d9f793f9955ab93687911 100644 (file)
 % and underlays, which are zero-size vboxes positioned absolutely in the
 % front / in the back of the normal material. Also, there are global
 % versions of both which are not reset after every page.
-\def\addlay#1#2{\setbox#1=\vbox{\ifvbox#1\box#1\fi\smashedvbox{#2}}}
+\def\addlay#1#2{\setbox#1=\vbox{\ifvbox#1\box#1\fi\nointerlineskip\smashedvbox{#2}}}
 \def\pageunderlay{\addlay\pageunderlays}
 \def\pageoverlay{\addlay\pageoverlays}
 \def\commonunderlay{\addlay\commonoverlays}