Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb2454.lvt
blob9104b8a51edf9b1f97720f6d4405e115b48fb849
1 % >Number:         2454
2 % >Originator:     sandmann@daimi.aau.dk (S\o ren Sandmann)
3 % Description of bug:
4 % The shorthands for quotation marks at the baseline ignores a
5 % kern between the quotation mark and the next letter.
7 % In the test file, the length \test is not same at the two
8 % \showthe\test. This problem occurs with at least Polish and Danish,
9 % but for some reason not with German.
11 \input{test2e}
12 \documentclass[danish,german,polish]{article}
14 \nofiles
15 \START
16 \FORMAT{laTeX2e<19996/12/01>}
17 \CLASS[danish,german,polish]{article}
18 \PACKAGE{babel}
19 \PACKAGE[T1]{fontenc}
21 \OMIT
22 \usepackage{babel}
23 \usepackage[T1]{fontenc}
24 \begin{document}
26 \TIMO
27 \newlength\test
28 \def\testit{%
29 \settowidth{\test}{"`v}
30 \typeout{\the\test}
31 \settowidth{\test}{,,v}
32 \typeout{\the\test}}
34 \typeout{Polish:}
35 \testit
37 \typeout{German:}
38 \selectlanguage{german}\testit
40 \typeout{Danish:}
41 \selectlanguage{danish}\testit
42 %"`v
44 %,,v
45 \end{document}