Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb3752.lvt
blob131e6f579fdeb5bc4699771116535f520804789e
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 without the eTeX extensions. (definition already using etex in format)
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 %\let\eTeXversion\@undefined
24 \usepackage{textcomp}%\usepackage{fixltx2e,textcomp}
25 \TIMO
27 \setcounter{footnote}{4}
28 \protected@edef\next{A\fnsymbol{footnote}B}\show\next
29 \protected@edef\next{A\fnsymbol{footnote} B}\show\next
30 \protected@edef\next{\fnsymbol{footnote}}\show\next
31 \protected@edef\next{\@fnsymbol\c@footnote}\show\next
32 \protected@edef\next{\@fnsymbol{4}}\show\next
34 \typeout{\fnsymbol{footnote} and \@fnsymbol{4}}
35 \makeatother
36 \begin{document}
38 \title{X}
39 \date{Y}
41 \author{A\thanks{Ort 1}\and
42 B\thanks{Ort 2}\and
43 C\thanks{Ort 3}}
45 \maketitle
47 \setcounter{footnote}{4}
48 \renewcommand{\thefootnote}{\fnsymbol{footnote}}%
51 $\thefootnote, \next $ \thefootnote, \next,
52 A,\footnotemark[3] B.\footnote{C}
54 \begin{array}{l}
55 \thefootnote
56 \end{array}
59 \loggingoutput
61 \end{document}