summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/philosophersimprint
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-02 21:44:03 +0000
committerKarl Berry <karl@freefriends.org>2016-08-02 21:44:03 +0000
commitaa056b71d1092508574f00e95a11c3587fc8b364 (patch)
treeeb78da7f127730a8cbec949e47ffd3c773e5b59f /Master/texmf-dist/doc/latex/philosophersimprint
parent6c95e35eb58191b087db90450b1d5151d4e21a13 (diff)
philosophersimprint (2aug16)
git-svn-id: svn://tug.org/texlive/trunk@41788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/philosophersimprint')
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/Makefile8
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/README4
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdfbin343874 -> 345296 bytes
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/sample.pdfbin113627 -> 99494 bytes
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/sample.tex14
5 files changed, 11 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/Makefile b/Master/texmf-dist/doc/latex/philosophersimprint/Makefile
index aa9d74ec3a1..cbd49e7d9c5 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/Makefile
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/Makefile
@@ -3,7 +3,7 @@
#
# This file is in public domain
#
-# $Id: Makefile,v 1.8 2007-05-16 15:15:32 boris Exp $
+# $Id: Makefile,v 1.9 2016/08/01 18:43:56 boris Exp $
#
PACKAGE=philosophersimprint
@@ -45,7 +45,7 @@ clean:
$(RM) $(PACKAGE).cls *.log *.aux \
*.cfg *.glo *.idx *.toc \
*.ilg *.ind *.out *.lof \
- *.lot *.bbl *.blg *.gls \
+ *.lot *.bbl *.blg *.gls *.out \
*.dvi *.ps
distclean: clean
@@ -55,4 +55,6 @@ distclean: clean
# Archive for the distribution. Includes typeset documentation
#
archive: all clean
- tar -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude CVS .
+ tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' \
+ --exclude '*.tgz' --exclude CVS \
+ --transform 's/latex/$(PACKAGE)/' latex
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/README b/Master/texmf-dist/doc/latex/philosophersimprint/README
index c52330a4b88..e7b1e50d68f 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/README
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/README
@@ -16,6 +16,10 @@ 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.4
+
+ - Typesetting improvements.
+
Changes in version 1.3
- Added copyright licensing information
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
index 6a9a9a5b10c..b2c800d4d8f 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
index 327e0074c13..e93d6749967 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex b/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex
index 821945095eb..a7dc656395d 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,lipsum}
+\documentclass[noflushend]{philosophersimprint}
+\usepackage{opcit,kantlipsum}
\usepackage{url}
\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,
pagecolor=black,urlcolor=black]{hyperref}
@@ -175,15 +175,5 @@ 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}