guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / sx138783b.lvt
blob5b4fdfddea71b0cd723f9a9071e125a4062c850e
1 % Test file for http://tex.stackexchange.com/questions/138783/color-leak-from-multicols-within-a-figure
3 % unfortunately the fix introduced spacing changes if there was whitespace at the end of a boxed multicol (e.g., with itemize)
5 \input{test2e}
7 \documentclass{article}
8 \usepackage{multicol}
9 \usepackage{color}  % Try commenting this.
11 \showoutput
13 \begin{document}
15 \START
17 \parbox{.5\textwidth}{%
18  \begin{multicols}{2}
19    \begin{itemize}
20    \item x
21    \item left?
22    \item x
23    \item right!
24    \end{itemize}
25  \end{multicols}
28 \end{document}