guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb4200.lvt
blob973c2bdb4476a10b8fea3ef2516c5e6b4b16c342
1 % Test file for showkeys cite at start of item
3 % Number:       4200
4 % Synopsis:     Bad italic correction when trace is loaded.
6 %       Description of bug:
8 %   When the trace package is loaded, the italic correction is always
9 %   inserted at the end of \textit, even if followed by a in the
10 %   no-correction list.  This is due to the redefinition of \maybe@ic@
11 %   in the trace package, which uses the \@tempswa switch rather than
12 %   the \maybe@ic switch as in the kernel definition.  Later on,
13 %   \t@st@ic tests the switch \maybe@ic, not \@tempswa.
16 \input{test2e}
17 \AUTHOR{}
18 \PACKAGE{trace}
20 \documentclass{article}
22 \usepackage{trace}
24 \begin{document}
26 \START
28 \textit{half}. % There should be no kern between f and . in the output
30 \showoutput
32 \end{document}