texlive[56954] Master/texmf-dist: philosophersimprint (16nov20)
commits+karl at tug.org
commits+karl at tug.org
Tue Nov 17 23:00:02 CET 2020
Revision: 56954
http://tug.org/svn/texlive?view=revision&revision=56954
Author: karl
Date: 2020-11-17 23:00:02 +0100 (Tue, 17 Nov 2020)
Log Message:
-----------
philosophersimprint (16nov20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/philosophersimprint/README
trunk/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
trunk/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
trunk/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx
trunk/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls
Added Paths:
-----------
trunk/Master/texmf-dist/source/latex/philosophersimprint/Makefile
Removed Paths:
-------------
trunk/Master/texmf-dist/doc/latex/philosophersimprint/Makefile
Deleted: trunk/Master/texmf-dist/doc/latex/philosophersimprint/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/philosophersimprint/Makefile 2020-11-17 04:16:42 UTC (rev 56953)
+++ trunk/Master/texmf-dist/doc/latex/philosophersimprint/Makefile 2020-11-17 22:00:02 UTC (rev 56954)
@@ -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
Modified: trunk/Master/texmf-dist/doc/latex/philosophersimprint/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/philosophersimprint/README 2020-11-17 04:16:42 UTC (rev 56953)
+++ trunk/Master/texmf-dist/doc/latex/philosophersimprint/README 2020-11-17 22:00:02 UTC (rev 56954)
@@ -16,6 +16,10 @@
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.
Modified: trunk/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf
===================================================================
(Binary files differ)
Added: trunk/Master/texmf-dist/source/latex/philosophersimprint/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/philosophersimprint/Makefile (rev 0)
+++ trunk/Master/texmf-dist/source/latex/philosophersimprint/Makefile 2020-11-17 22:00:02 UTC (rev 56954)
@@ -0,0 +1,60 @@
+#
+# Makefile for philosophersimprint package
+#
+# This file is in public domain
+#
+# $Id: Makefile,v 1.10 2020/11/16 20:28:01 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
+ COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' \
+ --exclude '*.tgz' --exclude CVS \
+ --transform 's/latex/$(PACKAGE)/' latex
Property changes on: trunk/Master/texmf-dist/source/latex/philosophersimprint/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx 2020-11-17 04:16:42 UTC (rev 56953)
+++ trunk/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx 2020-11-17 22:00:02 UTC (rev 56954)
@@ -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 <boris at varphi.com>
+% Copyright 2007-2020, Boris Veytsman <boris at varphi.com>
% 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}
%</gobble>
%<class>\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 at lk.net}{\texttt{borisv at lk.net}},
% \href{mailto:boris at varphi.com}{\texttt{boris at 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 at baselength\relax
- \everypar{\hangindent=\PHIM at baselength\hangafter=1}%
- \noindent
- \makebox[\PHIM at baselength][l]{\@thefnmark.}#1\egroup}
+ \@tempdima=\hsize
+ \advance\@tempdima by -\PHIM at baselength\relax
+ \makebox[\PHIM at baselength][l]{\@thefnmark.}\parbox[t]{\@tempdima}{#1}}
% \end{macrocode}
% \end{macro}
%
Modified: trunk/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls 2020-11-17 04:16:42 UTC (rev 56953)
+++ trunk/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls 2020-11-17 22:00:02 UTC (rev 56954)
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{philosophersimprint}
-[2016/07/20 v1.4 Typesetting articles for Philosophers' Imprint]
+[2020/11/10 v1.5 Typesetting articles for Philosophers' Imprint]
\newif\ifPHIM at titleimage\PHIM at titleimagetrue
\DeclareOption{titleimage}{\PHIM at titleimagetrue}
\DeclareOption{notitleimage}{\PHIM at titleimagefalse}
@@ -219,7 +219,7 @@
December\fi\space
\number\year}
\newcommand*{\titleimage}[1]{\gdef\@titleimage{#1}}
-\titleimage{}
+\titleimage{NoSuchImageDotUse.pdf}
\newcommand*{\affiliation}[1]{\gdef\@affiliation{#1}}
\affiliation{}
\newcommand*{\copyrightinfo}[1]{\gdef\@copyrightinfo{#1}}
@@ -377,11 +377,9 @@
\setcounter{subsection}{0}%
\gdef\thesection{\@Alph\c at section}}
\renewcommand\@makefntext[1]{%
- \bgroup
- \parindent2\PHIM at baselength\relax
- \everypar{\hangindent=\PHIM at baselength\hangafter=1}%
- \noindent
- \makebox[\PHIM at baselength][l]{\@thefnmark.}#1\egroup}
+ \@tempdima=\hsize
+ \advance\@tempdima by -\PHIM at baselength\relax
+ \makebox[\PHIM at baselength][l]{\@thefnmark.}\parbox[t]{\@tempdima}{#1}}
\settoheight{\footnotesep}{\footnotesize\strut}
\setlength{\skip\footins}{\the\PHIM at baselength plus \the\PHIM at baselength}
\interfootnotelinepenalty=0
More information about the tex-live-commits
mailing list.