Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb2971.lvt
blob6daefcec3b97c14626cbe1a9bedd5fcd2d545092
1 \iffalse
2 >Number:         2971
3 >Synopsis:       Unable to use mathaccents in \listoffigures
4 >Arrival-Date:   Fri Feb 26 15:51:09 1999
5 >Originator:     berkowicz@cybernet.dk (Arthur Berkowicz)
6 >Organization:
7 >Release:        LaTeX2e <1998/06/01>
8 >Environment:
9  Hyphenation: Babel <v3.6j> and hyphenation patterns for english, german, 
10 danish, loaded.
11  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
12  \@currdir: macro:->./
13  \input@path: undefined (Standard setting)
14 >Description:
15 Description of bug:
16 Having a \figure \caption including a mathaccent character produces an 
17 error
18 (eg. including $\hat{\lambda}$ in the caption), and unacceptable output of
19 the \listoffigures. This problem only occurs while using the babel package.
20 The choice of language does not seem to matter.
21 The problem only occurs with version 3.6 of babel. I have an older tex 
22 system installed on my pc, using babel 3.5, which does have the problem.
25 >How-To-Repeat:
27 Sample file which indicates the problem:
28 ========================================
29 \fi
30 \input{test2e}
31 \documentclass{article}
32 \START
33 \AUTHOR{Arthur Berkowicz <berkowicz@cybernet.dk>}
34 \FORMAT{LaTeX2e<1998/12/01>}
35 \CLASS{article}
36 \PACKAGE[danish]{babel}
37 \OMIT
38 \usepackage[danish]{babel}
39 \begin{document}
40 \showboxdepth=40
41 \showboxbreadth=40
42 \TIMO
43 text text text\clearpage
44 %\setbox0=\vbox{%
45 \begin{figure}\caption{The list will not include $\hat{\lambda}$ properly.}
46 This is a test
47 \end{figure}
48 %}\showbox0
49 \setbox0=\vbox{%
50 \listoffigures
51 }\showbox0
53 \end{document}