Typo
[latex2e.git] / latex2e-20150101 / required / babel / testfiles / tlb2628.lvt
blobb70784108f22c58c7faa6e85809ffd9920e16d42
1 %>Originator:     h.seidel@itb.biologie.hu-berlin.de (Henrik Seidel)
2 % Description of bug:
3 % If the German language is selected, the quote is made an active
4 % character. If now a hat occurs in a figure caption in math mode, that
5 % hat is replaced by a mathaccent "705E. If this is included in a list of
6 % figures, LaTeX generates an error.
7 \input{test2e}
8 \documentclass{article}
9 \START
10 \AUTHOR{h.seidel@itb.biologie.hu-berlin.de (Henrik Seidel)}
11 \FORMAT{LaTeX2e<1997/06/01>}
12 \CLASS{article}
13 \PACKAGE[german]{babel}
14 \OMIT
16 \usepackage[german]{babel}
17 \begin{document}
18 \TIMO
19 \begin{figure}
20   \begin{center}
21     \caption{$\hat{A}$}
22   \end{center}
23 \end{figure}
24 \showboxbreadth=16
25 \setbox0=\vbox to \textwidth{\listoffigures}
26 \showbox0
27 \end{document}