Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb1347.lvt
blobf2a0d6980387b9c3354268e91174e2cebbfe5df6
1 % Test file for LaTeX2e/Babel bug report $1347
2 % The active characters for french created problems when 
3 % either of the packages arry or graphicx were loaded after babel
4 % The .tlg file should be empty
5 \begin{filecontents}{eye.ps}
6 %!PS-Adobe-2.0
7 %%BoundingBox: 0 0 100 100
8 \end{filecontents}
9 \errorcontextlines=20
10 \input{test2e}
11 \documentclass{report}
12 \START
13 \AUTHOR{tex@esiee.fr (Benjamin BAYART)}
14 \FORMAT{LaTeX2e<1995/12/01>}
15 \CLASS{report}
16 \PACKAGE[francais]{babel}
17 \PACKAGE{array}
18 \PACKAGE[dvips]{graphicx}
20 \OMIT
21 \usepackage[francais]{babel}
22 \usepackage{array}
23 \usepackage[dvips]{graphicx}
25 \begin{document}
26 \TIMO
28 Rien
30 \begin{tabular}{l!{toto}l}
31 un & deux \\
32 trois & quatre \\
33 \end{tabular}
35 \includegraphics[width=0.5\linewidth, angle=-90]{eye.ps}
37 test! test !
39 \end{document}