From a25eed5c445ed84429754cc0b7fce952b363ee16 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Mar 2019 21:16:18 +0000 Subject: resphilosophica (15mar19) git-svn-id: svn://tug.org/texlive/trunk@50402 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/resphilosophica/Makefile | 60 --------------------- Master/texmf-dist/doc/latex/resphilosophica/README | 3 ++ .../doc/latex/resphilosophica/resphilosophica.pdf | Bin 417123 -> 424170 bytes .../doc/latex/resphilosophica/rpsample.pdf | Bin 112441 -> 112439 bytes 4 files changed, 3 insertions(+), 60 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/resphilosophica/Makefile (limited to 'Master/texmf-dist/doc/latex/resphilosophica') diff --git a/Master/texmf-dist/doc/latex/resphilosophica/Makefile b/Master/texmf-dist/doc/latex/resphilosophica/Makefile deleted file mode 100644 index f3b0c35b133..00000000000 --- a/Master/texmf-dist/doc/latex/resphilosophica/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# -# Makefile for resphilosophica package -# -# This file is in public domain -# -# $Id: Makefile,v 1.11 2018/02/22 01:45:45 boris Exp $ -# - -PACKAGE=resphilosophica - -SAMPLES = rpsample.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 $< - 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 \ - *.dvi *.ps *.hd *.rpi *.notes - -distclean: clean - $(RM) $(PDF) - -# -# Archive for the distribution. Includes typeset documentation -# -archive: all clean - COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' \ - --exclude '*.tgz' --exclude CVS \ - --transform 's/latex/resphilosophica/' latex diff --git a/Master/texmf-dist/doc/latex/resphilosophica/README b/Master/texmf-dist/doc/latex/resphilosophica/README index 5b6e03b0bf5..7fa3f9389f7 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/README +++ b/Master/texmf-dist/doc/latex/resphilosophica/README @@ -7,6 +7,9 @@ This work was commissioned by the Saint Louis University. Changes + version 1.34 Deleted thin space before : in authors' addresses and + e-mails + version 1.33 Bibliography change: avoid URLs that duplicate dois version 1.32 Changed spelling of `Acknowledgments' (Joe Salerno) diff --git a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf index 29910b75a6a..7ef51086ed5 100644 Binary files a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf and b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf differ diff --git a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf index a710855e57a..b4a092b7f8b 100644 Binary files a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf and b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf differ -- cgit v1.2.3