guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb-tabularx-001.lvt
blob774c30b4af6bd3af18be31e99e88f5294d6853a7
1 % Avoid exceeding maxdimen during trials
2 % Or at least avoid bad effects by testing the first trial dimension
3 % in that case
4 %http://tex.stackexchange.com/questions/29194/how-to-typeset-tabularx-with-34-columns-error-message
6 \input{test2e}
7 \START
9 \scrollmode
11 \OMIT
12 \documentclass{article}
16 \usepackage{tabularx}
18 \addtolength\textwidth{400pt}
20 \begin{document}
21 \TIMO
23 \typeout{should not report ! Dimension too large}
24 \hbadness10000
26 \centering
27 \begin{tabularx}\textwidth{*{25}{X}}
28 \mbox{}\hfill\mbox{}&&&&&&&&&&
29 &&&&&&&&&&
30 &&&&
31 \end{tabularx}
33 \END