Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb3752e.lvt
blob5f0ea6cb4fe96556023d785c075333d796c95f76
1 \iffalse
3 Subject:
4 tools/3752: feature fnsymbol crashes with fixltx2e.sty
6 Description of bug: \fnsymbol too robust but since many packages and
7 classes use the internal interface directly, we must introduce a new
8 command to delay the decision between text or math.
10 This testfile runs with the eTeX extensions.
12 Morten H\o gholm
13 \fi
15 \input{test2e}
16 \documentclass{article}
17 \START
18 \AUTHOR{Morten H\o gholm}
19 %\PACKAGE{fixltx2e}
20 \PACKAGE{textcomp}
21 \OMIT
22 \makeatletter
23 \usepackage{textcomp}%\usepackage{fixltx2e,textcomp}
24 \TIMO
26 \setcounter{footnote}{4}
27 \protected@edef\next{A\fnsymbol{footnote}B}\show\next
28 \protected@edef\next{A\fnsymbol{footnote} B}\show\next
29 \protected@edef\next{\fnsymbol{footnote}}\show\next
30 \protected@edef\next{\@fnsymbol\c@footnote}\show\next
31 \protected@edef\next{\@fnsymbol{4}}\show\next
33 \typeout{\fnsymbol{footnote} and \@fnsymbol{4}}
34 \makeatother
35 \begin{document}
37 \title{X}
38 \date{Y}
40 \author{A\thanks{Ort 1}\and
41 B\thanks{Ort 2}\and
42 C\thanks{Ort 3}}
44 \maketitle
46 \setcounter{footnote}{4}
47 \renewcommand{\thefootnote}{\fnsymbol{footnote}}%
50 $\thefootnote, \next $ \thefootnote, \next,
51 A,\footnotemark[3] B.\footnote{C}
53 \begin{array}{l}
54 \thefootnote
55 \end{array}
58 \loggingoutput
60 \end{document}