Surpress interline skip instead of negative vspace
This commit is contained in:
parent
a474c4b5e4
commit
026123ab15
|
@ -79,7 +79,7 @@
|
||||||
\setbox0=\vbox{\inserttitlegraphic}%
|
\setbox0=\vbox{\inserttitlegraphic}%
|
||||||
\logoheight=\ht0 \advance\logoheight by \dp0 %
|
\logoheight=\ht0 \advance\logoheight by \dp0 %
|
||||||
\vspace*{-\logoheight}%
|
\vspace*{-\logoheight}%
|
||||||
\vspace*{-1em}% I don't know why this additional negative space is needed
|
\nointerlineskip%
|
||||||
}%
|
}%
|
||||||
\fi%
|
\fi%
|
||||||
\vfill
|
\vfill
|
||||||
|
|
Loading…
Reference in New Issue