1 % test file for PR 2773
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.
15 \documentclass{article}
18 \FORMAT{LaTeX2e<1996/12/01>}
20 \PACKAGE[german]{babel}
23 \usepackage[german]{babel} % does not work
24 %\usepackage{german} % works
29 \setbox0\vbox{\@parboxrestore
31 \section{Math accent: $\hat{a}$}
34 \showboxbreadth=30\showboxdepth=30