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 --- .../source/latex/resphilosophica/Makefile | 60 ++++++++++++++++++++++ .../latex/resphilosophica/resphilosophica.dtx | 15 +++--- 2 files changed, 68 insertions(+), 7 deletions(-) create mode 100644 Master/texmf-dist/source/latex/resphilosophica/Makefile (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/latex/resphilosophica/Makefile b/Master/texmf-dist/source/latex/resphilosophica/Makefile new file mode 100644 index 00000000000..f3b0c35b133 --- /dev/null +++ b/Master/texmf-dist/source/latex/resphilosophica/Makefile @@ -0,0 +1,60 @@ +# +# 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/source/latex/resphilosophica/resphilosophica.dtx b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx index 853bd4dbf80..6c4bdc547ed 100644 --- a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx +++ b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx @@ -1,8 +1,8 @@ % \iffalse %<*gobble> -% $Id: resphilosophica.dtx,v 1.67 2018/12/27 20:41:40 boris Exp $ +% $Id: resphilosophica.dtx,v 1.68 2019/03/15 01:40:20 boris Exp $ % -% Copyright 2012-2018, Boris Veytsman +% Copyright 2012-2019, 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 resphilosophica.cls % % \fi -% \CheckSum{1397} +% \CheckSum{1395} % % %% \CharacterTable @@ -53,7 +53,7 @@ \ProvidesFile{resphilosophica.dtx} % %\ProvidesClass{resphilosophica} -[2018/12/23 v1.33 Typesetting articles for Res Philosophica] +[2019/03/14 v1.34 Typesetting articles for Res Philosophica] %<*gobble> % \end{macrocode} % @@ -1710,7 +1710,8 @@ % \begin{macro}{\@setaddresses} % \changes{v1.2}{2012/09/04}{Changed font} % \changes{v1.3}{2012/09/05}{Added penalties} -% \changes{v1.9}{2012/09/13}{Added penalties} +% \changes{v1.9}{2012/09/13}{Added penalties} +% \changes{v1.34}{2019/03/14}{Deleted thin spaces before :} % Unlike |aomart|, we want to preserve author's name in the address % block. Also, we want to keep linebreaks and to have clickable % e-mail and URL. @@ -1734,11 +1735,11 @@ {\ignorespaces##2}\par\endgroup}% \def\curraddr##1##2{\RESP@firstingrouptrue\begingroup \@ifnotempty{##2}{\nobreak\indent\curraddrname - \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space + \@ifnotempty{##1}{, \ignorespaces##1\unskip}:\space ##2\par}\endgroup}% \def\email##1##2{\RESP@firstingrouptrue\begingroup \@ifnotempty{##2}{\nobreak\indent\emailaddrname - \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space + \@ifnotempty{##1}{, \ignorespaces##1\unskip}:\space \href{mailto:##2}{\nolinkurl{##2}}\par}\endgroup}% \def\urladdr##1##2{\RESP@firstingrouptrue\begingroup \@ifnotempty{##2}{\nobreak\indent -- cgit v1.2.3