From aa056b71d1092508574f00e95a11c3587fc8b364 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 2 Aug 2016 21:44:03 +0000 Subject: philosophersimprint (2aug16) git-svn-id: svn://tug.org/texlive/trunk@41788 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/philosophersimprint/Makefile | 8 +++++--- .../doc/latex/philosophersimprint/README | 4 ++++ .../philosophersimprint/philosophersimprint.pdf | Bin 343874 -> 345296 bytes .../doc/latex/philosophersimprint/sample.pdf | Bin 113627 -> 99494 bytes .../doc/latex/philosophersimprint/sample.tex | 14 ++------------ 5 files changed, 11 insertions(+), 15 deletions(-) (limited to 'Master/texmf-dist/doc/latex/philosophersimprint') 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 Binary files a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf and b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf 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 Binary files a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf and b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf 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} -- cgit v1.2.3