summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-17 22:00:02 +0000
committerKarl Berry <karl@freefriends.org>2020-11-17 22:00:02 +0000
commit226567cc4d022346f291bdaa1d6c51d44bda9404 (patch)
tree1b75e54c1eadadaca815d0852bfbc1a430e61aab /Master/texmf-dist/doc
parent46aea1a1e4483920bc56c0a60bb851b9d4727731 (diff)
philosophersimprint (16nov20)
git-svn-id: svn://tug.org/texlive/trunk@56954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/Makefile60
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/README4
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdfbin345296 -> 346633 bytes
-rw-r--r--Master/texmf-dist/doc/latex/philosophersimprint/sample.pdfbin99494 -> 129174 bytes
4 files changed, 4 insertions, 60 deletions
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/Makefile b/Master/texmf-dist/doc/latex/philosophersimprint/Makefile
deleted file mode 100644
index cbd49e7d9c5..00000000000
--- a/Master/texmf-dist/doc/latex/philosophersimprint/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# Makefile for philosophersimprint package
-#
-# This file is in public domain
-#
-# $Id: Makefile,v 1.9 2016/08/01 18:43:56 boris Exp $
-#
-
-PACKAGE=philosophersimprint
-
-SAMPLES = sample.tex
-
-PDF = $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf}
-
-all: ${PDF}
-
-
-%.pdf: %.dtx $(PACKAGE).cls
- pdflatex $<
- - bibtex $*
- pdflatex $<
- - makeindex -s gind.ist -o $*.ind $*.idx
- - makeindex -s gglo.ist -o $*.gls $*.glo
- pdflatex $<
- while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
- do pdflatex $<; done
-
-
-%.cls: %.ins %.dtx
- pdflatex $<
-
-%.pdf: %.tex $(PACKAGE).cls
- pdflatex $<
- - bibtex $*
- pdflatex $<
- while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
- do pdflatex $<; done
-
-
-
-.PRECIOUS: $(PACKAGE).cfg $(PACKAGE).cls
-
-
-clean:
- $(RM) $(PACKAGE).cls *.log *.aux \
- *.cfg *.glo *.idx *.toc \
- *.ilg *.ind *.out *.lof \
- *.lot *.bbl *.blg *.gls *.out \
- *.dvi *.ps
-
-distclean: clean
- $(RM) $(PDF)
-
-#
-# Archive for the distribution. Includes typeset documentation
-#
-archive: all clean
- 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 e7b1e50d68f..a9ba7129d78 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.5
+
+ - Footnote typesetting changes
+
Changes in version 1.4
- Typesetting improvements.
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
index b2c800d4d8f..03f00474c35 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 e93d6749967..6ea86dce698 100644
--- a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
+++ b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
Binary files differ