summaryrefslogtreecommitdiff
path: root/info/beginlatex/src/test.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/beginlatex/src/test.tex
Initial commit
Diffstat (limited to 'info/beginlatex/src/test.tex')
-rw-r--r--info/beginlatex/src/test.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/info/beginlatex/src/test.tex b/info/beginlatex/src/test.tex
new file mode 100644
index 0000000000..eb37f3978c
--- /dev/null
+++ b/info/beginlatex/src/test.tex
@@ -0,0 +1,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}
+
+