texlive[50402] Master/texmf-dist: resphilosophica (15mar19)

commits+karl at tug.org commits+karl at tug.org
Fri Mar 15 22:16:18 CET 2019


Revision: 50402
          http://tug.org/svn/texlive?view=revision&revision=50402
Author:   karl
Date:     2019-03-15 22:16:18 +0100 (Fri, 15 Mar 2019)
Log Message:
-----------
resphilosophica (15mar19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/resphilosophica/README
    trunk/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf
    trunk/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf
    trunk/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx
    trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls

Added Paths:
-----------
    trunk/Master/texmf-dist/source/latex/resphilosophica/Makefile

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/resphilosophica/Makefile

Deleted: trunk/Master/texmf-dist/doc/latex/resphilosophica/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/resphilosophica/Makefile	2019-03-15 21:16:00 UTC (rev 50401)
+++ trunk/Master/texmf-dist/doc/latex/resphilosophica/Makefile	2019-03-15 21:16:18 UTC (rev 50402)
@@ -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

Modified: trunk/Master/texmf-dist/doc/latex/resphilosophica/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/resphilosophica/README	2019-03-15 21:16:00 UTC (rev 50401)
+++ trunk/Master/texmf-dist/doc/latex/resphilosophica/README	2019-03-15 21:16:18 UTC (rev 50402)
@@ -7,6 +7,9 @@
 
 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)

Modified: trunk/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/source/latex/resphilosophica/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/resphilosophica/Makefile	                        (rev 0)
+++ trunk/Master/texmf-dist/source/latex/resphilosophica/Makefile	2019-03-15 21:16:18 UTC (rev 50402)
@@ -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


Property changes on: trunk/Master/texmf-dist/source/latex/resphilosophica/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx	2019-03-15 21:16:00 UTC (rev 50401)
+++ trunk/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx	2019-03-15 21:16:18 UTC (rev 50402)
@@ -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 <boris at varphi.com>
+% Copyright 2012-2019, 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 resphilosophica.cls
 %
 % \fi 
-% \CheckSum{1397}
+% \CheckSum{1395}
 %
 %
 %% \CharacterTable
@@ -53,7 +53,7 @@
 \ProvidesFile{resphilosophica.dtx}
 %</gobble>
 %<class>\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 at 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 at 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 at firstingrouptrue\begingroup
     \@ifnotempty{##2}{\nobreak\indent

Modified: trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls	2019-03-15 21:16:00 UTC (rev 50401)
+++ trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls	2019-03-15 21:16:18 UTC (rev 50402)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{resphilosophica}
-[2018/12/23 v1.33 Typesetting articles for Res Philosophica]
+[2019/03/14 v1.34 Typesetting articles for Res Philosophica]
 \RequirePackage{xkeyval}
 \newif\ifRESP at fontauto
 \RESP at fontautotrue
@@ -467,11 +467,11 @@
     {\ignorespaces##2}\par\endgroup}%
   \def\curraddr##1##2{\RESP at 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 at 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 at firstingrouptrue\begingroup
     \@ifnotempty{##2}{\nobreak\indent



More information about the tex-live-commits mailing list