repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move a tag
[latex2e.git]
/
latex2e-20160201
/
required
/
tools
/
testfiles
/
tlb4448.lvt
blob
13a5b7edaba876a0fb877804ebe1c4f0783f9b87
1
% Test for pr/4448
2
%
3
4
\documentclass{article}
5
6
\input{test2e}
7
8
\usepackage{multicol}
9
10
\begin{document}
11
12
\START
13
14
\begin{multicols*}{2}
15
\begin{tabular}[t]{l}
16
abc
17
\end{tabular}% %<-- without the % the space generated
18
% a positive lastskip and triggered a
19
% vertical fill masking the issue
20
\end{multicols*}
21
22
\typeout{Reaching this point (without error) is a good sign}
23
24
\END