Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb2701.lvt
blob662d71d0b2190dbe51002892c252ce2e4a9e0777
1 % Testfile for PR 2701
2 % Description of bug:
3 % v2.1 of the files "swedish.ldf" and "swedish.sty" causes
4 % problems when generating a Table of Contents if vector variables
5 % (variables written as $\bar{E}$) are included in one or more
6 % section headers. Run the down below code to see result.
8 \input{test2e}  
9 \documentclass{article}
11 \START
12 \FORMAT{LaTeX2e<1996/12/01>}
13 \CLASS{article}
14 \PACKAGE[swedish]{babel}
16 \OMIT
17 \usepackage[swedish]{babel}
19 \begin{document}
21 \TIMO
23 \showboxbreadth=30\showboxdepth=30
24 \makeatletter\setbox0\vbox{\@parboxrestore
25 \tableofcontents
26 \section{$\protect\bar{E}$-field}}
27 \showbox0
28 \end{document}