-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
5.10-footnote.tex
31 lines (25 loc) · 1.3 KB
/
5.10-footnote.tex
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
\definesubsection{Footnote}
\begin{identifier}{footnote}
\[<number ~n+>\] <content .+>
\end{identifier}
\definetextualcomponent{footnote}{} \\
The footnote is a \g{singular line directive}. Outputted to the \g{resulting textual component} is the \g{text} held by the \inline$number$ \g{binding} followed by a \unicode{3A}, followed by the \g{text} held by the \g{content binding}. The footnote can only contain \gpl{inline directive}. \\
Unlike other \gpl{directive} the footnote's \g{resulting textual component} cannot be placed where the \g{identifier} is found. It must be placed such that it is at the end of a \g{page} in the \g{document}.\\
The \g{resulting textual component} is associated with a \g{label} with the name being the content of the \inline$number$ \g{binding}. \\
\begin{examples}
\begin{examplesource}
Examples[1] are not authoritative.
[1] Examples are things like this.
\end{examplesource}
\begin{exampleoutput}
Examples\raisebox{.4ex}{\scriptsize \hyperref[footnote:ex1]{[1]}} are not authoritative. \\
\rule{0.2\textwidth}{1pt} \\
\label{footnote:ex1}1: Examples are things like this.
\end{exampleoutput}
\end{examples}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "markless"
%%% TeX-engine: luatex
%%% TeX-command-extra-options: "-shell-escape"
%%% End: