Move a tag
[latex2e.git] / latex2e-20160201 / required / tools / testfiles / sx138783b.lvt
blob9f6625e5950374263da26e480aea66e685769b3a
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}
8 \documentclass{article}
9 \usepackage{multicol}
10 \usepackage{color}  % Try commenting this.
12 \showoutput
14 \begin{document}
16 \START
18 \parbox{.5\textwidth}{%
19  \begin{multicols}{2}
20    \begin{itemize}
21    \item x
22    \item left?
23    \item x
24    \item right!
25    \end{itemize}
26  \end{multicols}
29 \end{document}