From 6073d618c115fa04ebd022186639a3d6f7cee881 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 31 Dec 2016 21:26:33 +0000 Subject: resphilosophica (31dec16) git-svn-id: svn://tug.org/texlive/trunk@42822 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/resphilosophica/README | 2 ++ .../doc/latex/resphilosophica/resphilosophica.pdf | Bin 416901 -> 423682 bytes .../doc/latex/resphilosophica/rpsample.pdf | Bin 112450 -> 112450 bytes .../latex/resphilosophica/resphilosophica.dtx | 10 ++++++---- .../tex/latex/resphilosophica/resphilosophica.cls | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Master/texmf-dist/doc/latex/resphilosophica/README b/Master/texmf-dist/doc/latex/resphilosophica/README index 897b85706b3..4275b1a136d 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.30 Allowed URLs to be split on hyphens + version 1.29 Added \manuscriptid and used it to form doi version 1.28 Commands enquote and ensquote work correctly in the diff --git a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf index a04a242b7dc..cd0e6c00762 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 f811f280f54..b79ce8b935b 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 7df18d03549..aff0281f376 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.61 2016/08/27 01:12:02 boris Exp $ +% $Id: resphilosophica.dtx,v 1.62 2016/12/31 01:50:26 boris Exp $ % -% Copyright 2012-2015, Boris Veytsman +% Copyright 2012-2016, 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{1396} +% \CheckSum{1397} % % %% \CharacterTable @@ -53,7 +53,7 @@ \ProvidesFile{resphilosophica.dtx} % %\ProvidesClass{resphilosophica} -[2016/08/26 v1.29 Typesetting articles for Res Philosophica] +[2016/12/30 v1.30 Typesetting articles for Res Philosophica] %<*gobble> % \end{macrocode} % @@ -803,10 +803,12 @@ % \changes{v1.5}{2012/09/07}{Hyperfootnotes are incompatible with % hyperref} % \changes{v1.17}{2013/12/02}{Added collect package} +% \changes{v1.30}{2016/12/30}{Split URLs at hyphens} % Some packages % \begin{macrocode} \RequirePackage{microtype, fancyhdr, xcolor, lastpage, collect} \RequirePackage[bottom,multiple]{footmisc} +\PassOptionsToPackage{hyphens}{url} \RequirePackage[hyperfootnotes=false]{hyperref} \urlstyle{rm} \ifRESP@manuscript\hypersetup{colorlinks,allcolors=blue}\else diff --git a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls index 3b27c41eb53..b6a31035ca5 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/08/26 v1.29 Typesetting articles for Res Philosophica] +[2016/12/30 v1.30 Typesetting articles for Res Philosophica] \RequirePackage{xkeyval} \newif\ifRESP@fontauto \RESP@fontautotrue @@ -75,6 +75,7 @@ \LoadClass[noamsfonts,twoside]{amsart} \RequirePackage{microtype, fancyhdr, xcolor, lastpage, collect} \RequirePackage[bottom,multiple]{footmisc} +\PassOptionsToPackage{hyphens}{url} \RequirePackage[hyperfootnotes=false]{hyperref} \urlstyle{rm} \ifRESP@manuscript\hypersetup{colorlinks,allcolors=blue}\else -- cgit v1.2.3