Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb3976.lvt
blob20bad602d37b50337f1b60190bea3a58315fc72f
1 \iffalse
2 > Number:         3976
3 > >Category:       babel
4 > >Synopsis:       Conflict between the babel Latin option and the keyval package
5 > >Arrival-Date:   Sat Sep 15 16:31:02 +0200 2007
6 > >Originator:     Peter Ryder (peter@pryder.de)
7 > >Release:        
8 > >Description:
9 Description of bug:
10 When the babel package is loaded with the latin option, parameters passed to the keyval package (at least via the graphcx package) do not work, even if Latin is not the selected language. This may have something to do with "=" being used as an active character.
12 \fi
13 \input{test2e}
14 \documentclass{minimal}
15 \START
16 \FORMAT{LaTeX2e <2005/12/01>}
17 \AUTHOR{Peter Ryder (peter@pryder.de)}
18 \CLASS{minimal}
19 \PACKAGE[latin,UKenglish]{babel}
20 \PACKAGE{graphicx}
21 \OMIT
22 \usepackage[latin,UKenglish]{babel}
24 \languageattribute{latin}{withprosodicmarks}
25 \TIMO
26 \showthe\catcode`\^
27 \showthe\catcode`\=
28 \OMIT
29 \usepackage{graphicx}
30 \nofiles
31 \begin{document}
32 \TIMO
33 \selectlanguage{UKenglish}
34 \includegraphics[width=10cm]{graphics/billard}
35 \selectlanguage{latin}
36 \showthe\catcode`\^
37 \LatinMarksOn
38 \showthe\catcode`\^
39 \LatinMarksOff
40 \showthe\catcode`\^
41 \end{document}