Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb2627.lvt
blobcb1e55f0ce1a5da607832a082b08a13595c2d36a
1 % test file for PR 2627
2 % Originator:     thomas.humburg@informatik.uni-oldenburg.de (Thomas Humburg)
3 % Description of bug:
4 % I am using pictex and try to create a simple bar-chart. Therefore
5 % I have to deactivate the special meaning of " in the german section
6 % of babel with \mdqoff. But the use of this part has no effect, I always
7 % get an error message and the wrong output. If I change the definition of
8 % \mdgoff and \mdqon to: \def\mdqon{\catcode`\"\active} ;
9 %                        \def\mdqoff{\catcode`\"12\relax}
10 % all works fine.
12 \input{test2e}
14 \documentclass[a5paper,10pt,twoside]{article}
16 \START
17 \FORMAT{LaTeX2e<1996/12/01>}
18 \CLASS[a5paper,10pt,twoside]{article}
19 \AUTHOR{thomas.humburg@informatik.uni-oldenburg.de (Thomas Humburg)}
20 \PACKAGE[ansinew]{inputenc}
21 \PACKAGE[german]{babel}
22 \PACKAGE{pictexwd}
24 \OMIT
25 \usepackage[ansinew]{inputenc}
26 \usepackage[german]{babel}
27 \usepackage{pictexwd}
29 \nofiles
30 \begin{document}
32 \TIMO
33 \showboxbreadth=30\showboxdepth=30
34 \setbox0\vbox{\@parboxrestore
35          \def\sevenrm{\fontsize{7}{9pt}\rmfamily}
36          \def\eightpoint{\def\rm{\fam0\eightrm}}
37          \def\ninepoint{\def\rm{\fam0\ninerm}}
38          \vbox{\mdqoff\ninepoint\lines{%
39          \sl Selbstmordraten in Westeuropa\cr
40          \sl pro 100.000 Einwohner pro Jahr\cr
41          \sl f^^fcr die Jahre (19xx) \cr
42          \noalign{\vskip 9pt}
43          \beginpicture
44             \setcoordinatesystem units <7pt,11pt>
45             \setbars breadth <0pt> baseline at x = 0
46                baselabels ([Br] <-5pt, -2pt>)
47             \linethickness=2pt \def\Yr#1{{\sevenrm 7#1}}%
48             \plot
49             24.1 0 "^^d6sterreich \Yr5" 23.8 -1  "D^^e4nemark \Yr3"
50             21.0 -2 "Deutschland \Yr4" 15.4 -3 "Frankreich \Yr0"
51             14.9 -4 "Belgien \Yr3" 10.6 -5 "Luxemburg \Yr5"
52             9.2 -6 "Niederlande \Yr4" 8.6 -7 "Portugal \Yr4"
53             7.9 -8 "England \Yr4" 5.8 -9 "Italien \Yr2"
54             4.0 -10 "Spanien \Yr4" 1.5 -11 "Schweiz \Yr5" /
55             \linethickness=.25pt \eightpoint
56             \setplotarea x from 0 to 25, y from 1 to 1
57             \axis top ticks numbered from 0 to 25 by 5 /
58          \endpicture\cr}}
59          \addcontentsline{lof}{figure}{Selbstmordr"aten in Europa (197x)}}
60 \showbox0
61 % Just make sure the quote is active again...
62 \setbox0\hbox{r"aten}
63 \showbox0
64 \end{document}