summaryrefslogtreecommitdiff
path: root/info/beginlatex/src/test.tex
blob: eb37f3978cece213c831e75f8dc5d644d110c8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass{article}
\usepackage{pslatex}
\begin{document}
Here is a footnote.\footnote{Stuff.}

This is text followed by a footnote.\footnote{In this note I make some
point which I will want to refer to from another location, so I label
it.\label{bar}}

Here is some intervening and unrelated footnote.\footnote{{\fontencoding{OT1}\fontfamily{cmr}\fontshape{it}\selectfont{}The quick brown fox
		    jumps over the lazy dog}}

Here is the place where I want to refer to the same footnote as
before, which I labelled `bar'.\footnotemark[\ref{bar}]
\end{document}