Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb3523.lvt
blob295444350968e5e9468a461748af01a9bbf5d66a
1 \iffalse
2 >Number:         3523
3 >Synopsis:       Latin language support causes graphicx to crash
4 >Arrival-Date:   Thu Apr 10 14:51:01 CEST 2003
5 >Last-Modified:  Tue Apr 15 21:31:01 CEST 2003
6 >Originator:     < mwisse@theo.uu.nl >  ( < Maarten Wisse > )
7 >Release:        LaTeX2e <2001/06/01>
8 >Organization:   Universiteit Utrecht, The Netherlands
9 >Environment:
10 Gentoo Linux 1.4 (teTeX 2.0.2)
11  Hyphenation: Babel <v3.7h> and hyphenation patterns for american, british, french, german, ngerman, dutch, latin, nohyphenation, loaded.
12  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
13  \@currdir: macro:->./
14  \input@path: undefined (Standard setting)
15 >Description:
16 Description of bug:
17  < When loading babel with Latin language support, an includegraphics command from the graphicx package will exit with an error: 
18 ERROR: Missing \endcsname inserted.
20 --- TeX said ---
21 <to be read again> 
22                    \linewidth 
23 l.6 \includegraphics[width=\linewidth]{example1} >
26 >How-To-Repeat:
27 \fi
29 \input{test2e}
31 \begin{filecontents}{example1.ps}
32 %!PS-Adobe-2.0
33 %%BoundingBox: 0 0 100 100
34 \end{filecontents}
35 \documentclass{article}
37 \START
38 \FORMAT{LaTeX2e<2001/06/01>}
39 \AUTHOR{< mwisse@theo.uu.nl >  ( < Maarten Wisse > )}
40 \PACKAGE[latin,english]{babel}
41 \CLASS{article}
42 \PACKAGE{graphicx}
43 \showboxbreadth=50
44 \showboxdepth=50
45 \def\testit#1{%
46   \setbox0=\hbox{#1}\showbox0}
47 \OMIT
49 \usepackage[latin,english]{babel}
50 \usepackage{graphicx}
51 \begin{document}
52 \TIMO
54 \testit{\includegraphics[width=\linewidth]{example1}}
56 \end{document}
57 \endinput