Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb2301.lvt
blobdf8efddbf4b1c542469ebdf06d0cbb0b7c1a173e
1 % Test file for LaTeX2e/Babel bug report # 2301
2 % tests that PostScript figure can be read when french is active
3 % For French the ! is made active...
4 \input{test2e}
5 \begin{filecontents}{test.ps}
6 %!PS-Adobe-2.0
7 %%BoundingBox: 0 0 100 100
8 \end{filecontents}
9 \documentclass[a4paper]{article}
10 \START
11 \FORMAT{LaTeX2e<1996/06/01}
12 \CLASS{article}
13 \PACKAGE[francais,english]{babel}
14 \PACKAGE{epsfig}
16 \OMIT
17 \pdfoutput=0
18 \usepackage[francais,english]{babel}
19 \usepackage{epsfig}
20 \nofiles
21 \begin{document}
22 \TIMO
23 \epsfig{file=test.ps}%
24 \end{document}