From e5dac69408e1ddde72d24d8f0c96cdd6240cb672 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 28 Mar 2017 20:37:59 +0000 Subject: resphilosophica (28mar17) git-svn-id: svn://tug.org/texlive/trunk@43631 c570f23f-e606-0410-a88d-b1316a301751 --- .../bibtex/bst/resphilosophica/resphilosophica.bst | 2 +- .../texmf-dist/doc/latex/resphilosophica/Makefile | 2 +- Master/texmf-dist/doc/latex/resphilosophica/README | 2 ++ .../doc/latex/resphilosophica/resphilosophica.pdf | Bin 423682 -> 424393 bytes .../doc/latex/resphilosophica/rpsample.pdf | Bin 112450 -> 112443 bytes .../latex/resphilosophica/resphilosophica.dtx | 9 +++++---- .../latex/resphilosophica/resphilosophica.ins | 2 +- .../tex/latex/resphilosophica/resphilosophica.cls | 4 ++-- 8 files changed, 12 insertions(+), 9 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst index e077bfa10a7..67679bdd167 100644 --- a/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst +++ b/Master/texmf-dist/bibtex/bst/resphilosophica/resphilosophica.bst @@ -1738,7 +1738,7 @@ FUNCTION {begin.bib} write$ newline$ "\providecommand{\urlprefix}{}" write$ newline$ - "\providecommand{\doi}[1]{\url{http://dx.doi.org/#1}}" + "\providecommand{\doi}[1]{\url{https://doi.org/#1}}" write$ newline$ "\makeatletter\newif\if@suppresscomma\@suppresscommafalse" write$ newline$ diff --git a/Master/texmf-dist/doc/latex/resphilosophica/Makefile b/Master/texmf-dist/doc/latex/resphilosophica/Makefile index 32ca3279d2f..30030bd7f80 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/Makefile +++ b/Master/texmf-dist/doc/latex/resphilosophica/Makefile @@ -3,7 +3,7 @@ # # This file is in public domain # -# $Id: Makefile,v 1.9 2015/01/16 17:56:02 boris Exp $ +# $Id: Makefile,v 1.10 2017/03/28 16:39:12 boris Exp $ # PACKAGE=resphilosophica diff --git a/Master/texmf-dist/doc/latex/resphilosophica/README b/Master/texmf-dist/doc/latex/resphilosophica/README index 4275b1a136d..ccd682e879c 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/README +++ b/Master/texmf-dist/doc/latex/resphilosophica/README @@ -7,6 +7,8 @@ This work was commissioned by the Saint Louis University. Changes + version 1.31 Changed formatting of doi according to the new rules + version 1.30 Allowed URLs to be split on hyphens version 1.29 Added \manuscriptid and used it to form doi diff --git a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf index cd0e6c00762..e0eaf21b12c 100644 Binary files a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf and b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf differ diff --git a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf index b79ce8b935b..d9f2fd70206 100644 Binary files a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf and b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf differ diff --git a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx index aff0281f376..9b42cbf8870 100644 --- a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx +++ b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx @@ -1,6 +1,6 @@ % \iffalse %<*gobble> -% $Id: resphilosophica.dtx,v 1.62 2016/12/31 01:50:26 boris Exp $ +% $Id: resphilosophica.dtx,v 1.63 2017/03/28 16:39:12 boris Exp $ % % Copyright 2012-2016, Boris Veytsman % This work may be distributed and/or modified under the @@ -53,7 +53,7 @@ \ProvidesFile{resphilosophica.dtx} % %\ProvidesClass{resphilosophica} -[2016/12/30 v1.30 Typesetting articles for Res Philosophica] +[2017/03/28 v1.31 Typesetting articles for Res Philosophica] %<*gobble> % \end{macrocode} % @@ -524,7 +524,7 @@ % additional fields: % \begin{description} % \item[doi:] DOI number of the publication. Write there only the -% number: the style will automatically add |http://dx.doi.org| and +% number: the style will automatically add |https://doi.org| and % make the reference clickable. % \item[titlenote:] the note that should be put after the title rather % than at the end of the entry\footnote{This field was proposed by @@ -1913,9 +1913,10 @@ % \begin{macro}{\doi} % \changes{v1.1}{2012/09/01}{Added macro} % \changes{v1.7}{2012/09/11}{Changed formatting} +% \changes{v1.31}{2017/03/28}{Changed formatting of doi} % Typesetting doi\dots % \begin{macrocode} -\def\doi#1{\url{http://dx.doi.org/#1}} +\def\doi#1{\url{https://doi.org/#1}} % \end{macrocode} % \end{macro} % diff --git a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.ins b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.ins index 601a9acecad..89f7626e559 100644 --- a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.ins +++ b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.ins @@ -1,7 +1,7 @@ % % Docstrip file for resphilosophica % This file is in public domain -% $Id: resphilosophica.ins,v 1.1 2012-08-21 20:22:23 boris Exp $ +% $Id: resphilosophica.ins,v 1.2 2017/03/28 16:39:12 boris Exp $ % \def\batchfile{resphilosophica.ins} \input docstrip diff --git a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls index b6a31035ca5..3b999728aa4 100644 --- a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls +++ b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesClass{resphilosophica} -[2016/12/30 v1.30 Typesetting articles for Res Philosophica] +[2017/03/28 v1.31 Typesetting articles for Res Philosophica] \RequirePackage{xkeyval} \newif\ifRESP@fontauto \RESP@fontautotrue @@ -532,7 +532,7 @@ \def\Hy@endcolorlink{\endgroup}% \color{#1}##1\egroup}}% \fi} -\def\doi#1{\url{http://dx.doi.org/#1}} +\def\doi#1{\url{https://doi.org/#1}} \def\@makefnmark{\hbox{\@textsuperscript{\normalfont\@thefnmark}}} \def\@makefntext{\noindent\@makefnmark \if@enddoc\else -- cgit v1.2.3