summaryrefslogtreecommitdiff
path: root/info/examples/tlc3/example-sources/3-5-31.ltx2
blob: 7b2fac4b260c08589d58fbeeb69541c5a45bbb5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
%%
%% The LaTeX Companion, 3ed
%%
%% Example 3-5-31 on page I-224 in "manyfoot, bigfoot --- Independent footnotes".
%%
%% Copyright (C) 2022 Frank Mittelbach
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%%
%% See https://www.latex-project.org/lppl.txt for details.
%%

\documentclass{tlc3exa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{91.80093pt}
\setlength\textheight{14\baselineskip}
\sloppy % because the examples are so small

%StartShownPreambleCommands
\usepackage[ruled]{bigfoot}
\DeclareNewFootnote[para]{default}
\DeclareNewFootnote[para]{B}[alph]
\DeclareNewFootnote[para]{C}[fnsymbol]
\MakePerPage{footnoteB}\MakePerPage{footnoteC}
%StopShownPreambleCommands

\begin{document}
Some text\footnote{First.} with a footnote.
Another sentence\footnote{Second.\footnoteB{A
    subnote.}} with a footnote. Some
text\footnote{Third.} with two footnotes
here.\footnote{Fourth.\footnoteB{A
    controversial\footnoteC{A C-level
      commentary on the commentary.}
    and lengthy subnote going on for a
    number\footnoteC{Another commentary.} of
    lines.\footnoteC{Final commentary.}}}
Some more text. More text to fill up the
pages in the example. A last note with
notes.\footnote{Fifth.\footnoteB{A B-level
 comment.\footnoteC{Being scrutinized!}}}
\end{document}