summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-04 23:59:43 +0000
committerKarl Berry <karl@freefriends.org>2011-12-04 23:59:43 +0000
commit063e9d9cb52e4333fc288b765e4fbc9039b804d8 (patch)
treeb78e0ae965ee2d85de4d560e06313ac0728f5def /Master/texmf-dist/doc/latex/philosophersimprint/sample.tex
parent79d23f061e99d15ff3d9ae6edbedffb26f2e127a (diff)
philosophersimprint
git-svn-id: svn://tug.org/texlive/trunk@24753 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/philosophersimprint/sample.tex')
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/sample.tex18
1 files changed, 15 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex b/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex
index 98ede451086..050bc95b821 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex
@@ -1,5 +1,5 @@
\documentclass{philosophersimprint}
-\usepackage{opcit}
+\usepackage{opcit,lipsum}
\usepackage{url}
\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,
pagecolor=black,urlcolor=black]{hyperref}
@@ -17,8 +17,8 @@
\copyrightinfo{2007, Philosophers' Imprint}
-\journalvolume{0}
-\journalnumber{0}
+\journalvolume{100}
+\journalnumber{20}
\date{January 2000}
@@ -173,4 +173,16 @@ from the Editors within a week. \emph{Philosophers' Imprint} no longer
accepts submissions by email.
\bibliography{philosophersimprint}
+
+\newpage
+
+\section{Some text with footnotes}
+\label{sec:footnotes}
+
+\lipsum*[1]\footnote{\lipsum[2]}\lipsum*[16-17]\footnote{\lipsum[12]}\par
+\lipsum*[3]\footnote{\lipsum[4-6]}\lipsum[15-16]
+\lipsum*[5-8]\footnote{\lipsum[6]}\par
+\lipsum*[9]\footnote{\lipsum[8-9]} \lipsum[17]\par
+\lipsum*[9]\footnote{\lipsum[10]} \lipsum[20]
+
\end{document}