diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-04 23:59:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-04 23:59:43 +0000 |
commit | 063e9d9cb52e4333fc288b765e4fbc9039b804d8 (patch) | |
tree | b78e0ae965ee2d85de4d560e06313ac0728f5def /Master/texmf-dist/doc/latex/philosophersimprint | |
parent | 79d23f061e99d15ff3d9ae6edbedffb26f2e127a (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/philosophersimprint/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf | bin | 253665 -> 342205 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf | bin | 112122 -> 113033 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/philosophersimprint/sample.tex | 18 |
4 files changed, 20 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/README b/Master/texmf-dist/doc/latex/philosophersimprint/README index 47e89712cd3..c548464ddae 100644 --- a/Master/texmf-dist/doc/latex/philosophersimprint/README +++ b/Master/texmf-dist/doc/latex/philosophersimprint/README @@ -16,3 +16,8 @@ articles in the ``Web-ready'' format. We do not assume the authors have any commercial fonts installed on their machines. The class uses only freely available and freely distributed fonts. +Changes in version 1.1 + + - New formatting of journal URL + - Better handling of footnotes + - Use for microtype if exists
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf Binary files differindex 458d97a94e1..dad187dbeff 100644 --- a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf +++ b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf Binary files differindex f9e0b19d116..0309d89048c 100644 --- a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf +++ b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf 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} |