From ae5cb0f32e931708a1fe4e7e84793590c0d59df4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 17 Nov 2020 03:00:38 +0000 Subject: CTAN sync 202011170300 --- macros/latex/contrib/philosophersimprint/Makefile | 4 ++-- macros/latex/contrib/philosophersimprint/README | 4 ++++ .../philosophersimprint/philosophersimprint.dtx | 22 ++++++++++----------- .../philosophersimprint/philosophersimprint.pdf | Bin 345296 -> 346633 bytes .../latex/contrib/philosophersimprint/sample.pdf | Bin 99494 -> 129174 bytes 5 files changed, 17 insertions(+), 13 deletions(-) (limited to 'macros/latex/contrib/philosophersimprint') diff --git a/macros/latex/contrib/philosophersimprint/Makefile b/macros/latex/contrib/philosophersimprint/Makefile index cbd49e7d9c..9075e9f197 100644 --- a/macros/latex/contrib/philosophersimprint/Makefile +++ b/macros/latex/contrib/philosophersimprint/Makefile @@ -3,7 +3,7 @@ # # This file is in public domain # -# $Id: Makefile,v 1.9 2016/08/01 18:43:56 boris Exp $ +# $Id: Makefile,v 1.10 2020/11/16 20:28:01 boris Exp $ # PACKAGE=philosophersimprint @@ -55,6 +55,6 @@ distclean: clean # Archive for the distribution. Includes typeset documentation # archive: all clean - tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' \ + COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' \ --exclude '*.tgz' --exclude CVS \ --transform 's/latex/$(PACKAGE)/' latex diff --git a/macros/latex/contrib/philosophersimprint/README b/macros/latex/contrib/philosophersimprint/README index e7b1e50d68..a9ba7129d7 100644 --- a/macros/latex/contrib/philosophersimprint/README +++ b/macros/latex/contrib/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/macros/latex/contrib/philosophersimprint/philosophersimprint.dtx b/macros/latex/contrib/philosophersimprint/philosophersimprint.dtx index 34e537bb44..9f710a2589 100644 --- a/macros/latex/contrib/philosophersimprint/philosophersimprint.dtx +++ b/macros/latex/contrib/philosophersimprint/philosophersimprint.dtx @@ -1,8 +1,8 @@ % \iffalse %<*gobble> -% $Id: philosophersimprint.dtx,v 1.44 2016/07/20 20:15:04 boris Exp $ +% $Id: philosophersimprint.dtx,v 1.45 2020/11/11 01:28:17 boris Exp $ % -% Copyright 2007, Boris Veytsman +% Copyright 2007-2020, Boris Veytsman % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either % version 1.3 of this license or (at your option) any @@ -20,7 +20,7 @@ % derived file philosophersimprint.cls % % \fi -% \CheckSum{808} +% \CheckSum{806} % % %% \CharacterTable @@ -52,7 +52,7 @@ \ProvidesFile{philosophersimprint.dtx} % %\ProvidesClass{philosophersimprint} -[2016/07/20 v1.4 Typesetting articles for Philosophers' Imprint] +[2020/11/10 v1.5 Typesetting articles for Philosophers' Imprint] %<*gobble> % \end{macrocode} % @@ -98,7 +98,7 @@ % \GetFileInfo{philosophersimprint.dtx} % \newcommand{\progname}[1]{\textsf{#1}} % \title{Typesetting Articles For Online Journal \emph{Philosophers' -% Imprint}\thanks{\copyright 2007, Boris Veytsman}} +% Imprint}\thanks{\copyright 2007--2020, Boris Veytsman}} % \author{Boris Veytsman\thanks{% % \href{mailto:borisv@lk.net}{\texttt{borisv@lk.net}}, % \href{mailto:boris@varphi.com}{\texttt{boris@varphi.com}}}} @@ -1062,6 +1062,7 @@ % \end{macro} % % \begin{macro}{\titleimage} +% \changes{v1.5}{2020/11/10}{Default title image is now a string} % \begin{macro}{\affiliation} % \begin{macro}{\copyrightinfo} % \begin{macro}{\subject} @@ -1069,7 +1070,7 @@ % A bunch of one parameter macros % \begin{macrocode} \newcommand*{\titleimage}[1]{\gdef\@titleimage{#1}} -\titleimage{} +\titleimage{NoSuchImageDotUse.pdf} \newcommand*{\affiliation}[1]{\gdef\@affiliation{#1}} \affiliation{} \newcommand*{\copyrightinfo}[1]{\gdef\@copyrightinfo{#1}} @@ -1380,15 +1381,14 @@ % \begin{macro}{\@makfntext} % \changes{v0.7}{2007/04/19}{Introduced new footnote formatting} % \changes{v1.1}{2011/11/25}{Changed indentation} +% \changes{v1.5}{2020/11/10}{Changed indentation again} % The journal prefers footnotes with text footnote marks and hanging % indentation % \begin{macrocode} \renewcommand\@makefntext[1]{% - \bgroup - \parindent2\PHIM@baselength\relax - \everypar{\hangindent=\PHIM@baselength\hangafter=1}% - \noindent - \makebox[\PHIM@baselength][l]{\@thefnmark.}#1\egroup} + \@tempdima=\hsize + \advance\@tempdima by -\PHIM@baselength\relax + \makebox[\PHIM@baselength][l]{\@thefnmark.}\parbox[t]{\@tempdima}{#1}} % \end{macrocode} % \end{macro} % diff --git a/macros/latex/contrib/philosophersimprint/philosophersimprint.pdf b/macros/latex/contrib/philosophersimprint/philosophersimprint.pdf index b2c800d4d8..03f00474c3 100644 Binary files a/macros/latex/contrib/philosophersimprint/philosophersimprint.pdf and b/macros/latex/contrib/philosophersimprint/philosophersimprint.pdf differ diff --git a/macros/latex/contrib/philosophersimprint/sample.pdf b/macros/latex/contrib/philosophersimprint/sample.pdf index e93d674996..6ea86dce69 100644 Binary files a/macros/latex/contrib/philosophersimprint/sample.pdf and b/macros/latex/contrib/philosophersimprint/sample.pdf differ -- cgit v1.2.3