texlive[49514] Master/texmf-dist: resphilosophica (28dec18)

commits+karl at tug.org commits+karl at tug.org
Fri Dec 28 22:32:01 CET 2018


Revision: 49514
          http://tug.org/svn/texlive?view=revision&revision=49514
Author:   karl
Date:     2018-12-28 22:32:01 +0100 (Fri, 28 Dec 2018)
Log Message:
-----------
resphilosophica (28dec18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst
    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

Modified: trunk/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst	2018-12-28 21:31:47 UTC (rev 49513)
+++ trunk/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst	2018-12-28 21:32:01 UTC (rev 49514)
@@ -540,12 +540,30 @@
 
 
 
+%
+% We print url only if (1) it is NOT a doi, or (2) doi is empty
+%
+
 FUNCTION {format.note}
 {
   new.sentence
   url empty$
     'skip$
-    { "\urlprefix\url{" url * "}" * output }
+    {
+       url 's :=
+       s #1 #14 substring$ "http://doi.org" =
+       s #1 #17 substring$ "http://dx.doi.org" =
+       or
+       s #1 #15 substring$ "https://doi.org" =
+       or
+       s #1 #18 substring$ "https://dx.doi.org" =
+       or
+       doi empty$ not
+       and
+         'skip$
+         { "\urlprefix\url{" s * "}" * output }
+       if$
+    }
   if$
   new.sentence
   doi empty$

Modified: trunk/Master/texmf-dist/doc/latex/resphilosophica/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/resphilosophica/README	2018-12-28 21:31:47 UTC (rev 49513)
+++ trunk/Master/texmf-dist/doc/latex/resphilosophica/README	2018-12-28 21:32:01 UTC (rev 49514)
@@ -7,6 +7,8 @@
 
 Changes
 
+  version 1.33   Bibliography change: avoid URLs that duplicate dois
+
   version 1.32   Changed spelling of `Acknowledgments' (Joe Salerno)
 
   version 1.31   Changed formatting of doi according to the new rules

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)

Modified: trunk/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx	2018-12-28 21:31:47 UTC (rev 49513)
+++ trunk/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx	2018-12-28 21:32:01 UTC (rev 49514)
@@ -1,8 +1,8 @@
 % \iffalse
 %<*gobble>
-% $Id: resphilosophica.dtx,v 1.65 2018/02/22 01:47:35 boris Exp $
+% $Id: resphilosophica.dtx,v 1.67 2018/12/27 20:41:40 boris Exp $
 %
-% Copyright 2012-2016, Boris Veytsman <boris at varphi.com>
+% Copyright 2012-2018, 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 
@@ -53,7 +53,7 @@
 \ProvidesFile{resphilosophica.dtx}
 %</gobble>
 %<class>\ProvidesClass{resphilosophica}
-[2018/02/21 v1.32 Typesetting articles for Res Philosophica]
+[2018/12/23 v1.33 Typesetting articles for Res Philosophica]
 %<*gobble>
 %    \end{macrocode}
 %
@@ -85,6 +85,8 @@
 % \changes{v1.27}{2015/11/04}{New command: ensquote}  
 % \changes{v1.28}{2015/11/14}{Now ensquote and enquote work correct in
 % the case of embedded quotations}  
+% \changes{v1.33}{2018/12/23}{Bibliography change: avoid URLs that
+% duplicate dois}  
 %
 %\iffalse
 %    \begin{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls	2018-12-28 21:31:47 UTC (rev 49513)
+++ trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls	2018-12-28 21:32:01 UTC (rev 49514)
@@ -22,7 +22,7 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{resphilosophica}
-[2018/02/21 v1.32 Typesetting articles for Res Philosophica]
+[2018/12/23 v1.33 Typesetting articles for Res Philosophica]
 \RequirePackage{xkeyval}
 \newif\ifRESP at fontauto
 \RESP at fontautotrue



More information about the tex-live-commits mailing list