Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb2773.lvt
blob2980c5da4a7c63ebb796e8a6afb2e733ee24040b
1 % test file for PR 2773
2 % Description of bug:
4 % If a math symbol with accent like $\hat{a}$ is used in a title, then
5 % it is converted internally to $\mathaccent "705E\relax {a}$ in the
6 % corresponding list (tableofcontents, listoffigures, or listoftables).
7 % Running LaTeX again in order to generate the list, this seems to
8 % conflict with active double quotes from the package babel v3.6h.
10 % The same example worked with with babel v3.5c and still works with
11 % the package german v2.5c.
14 \input{test2e}
15 \documentclass{article}
17 \START
18 \FORMAT{LaTeX2e<1996/12/01>}
19 \CLASS{article}
20 \PACKAGE[german]{babel}
22 \OMIT
23 \usepackage[german]{babel}   % does not work
24 %\usepackage{german}          % works
26 \begin{document}
27 \TIMO
28 \makeatletter
29 \setbox0\vbox{\@parboxrestore
30 \tableofcontents
31 \section{Math accent: $\hat{a}$}
34 \showboxbreadth=30\showboxdepth=30
35 \showbox0
36 \end{document}