summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lollipop/lollipop-output.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/lollipop/lollipop-output.tex')
-rw-r--r--Master/texmf-dist/tex/lollipop/lollipop-output.tex11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/lollipop/lollipop-output.tex b/Master/texmf-dist/tex/lollipop/lollipop-output.tex
index e3267600e1f..57b0ef83320 100644
--- a/Master/texmf-dist/tex/lollipop/lollipop-output.tex
+++ b/Master/texmf-dist/tex/lollipop/lollipop-output.tex
@@ -225,8 +225,11 @@
\ifnum\n@cols=\@ne
\vbox to \vsize{\boxmaxdepth\maxdepth
\ifvoid\topins\else\unvbox\topins \fi
- \unvbox\@cclv
- \ifvoid\footins\else\unvbox\footins \fi}%
+ \unvbox\@cclv % open up \box255
+ \ifvoid\footins\else % footnote info is present
+ \vskip\skip\footins
+ \footnoterule
+ \unvbox\footins \fi}%
\Tmessage[out]{Column: \the\ht\z@+\the\dp\z@}%
\else
\vsplit\@cclv to \text@height
@@ -736,4 +739,6 @@
\@PageGridOption{kolommenbalanceren}{
\eqstring{#1}{}{\tempgyes}{\csn tempg#1\ecs}}
-\endinput \ No newline at end of file
+\endinput
+
+% 2016/04/14 Added \footnoterule to \real@text@column \ No newline at end of file