diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/resphilosophica/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf | bin | 416901 -> 423682 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf | bin | 112450 -> 112450 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/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 Binary files differindex a04a242b7dc..cd0e6c00762 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf +++ b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf diff --git a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf Binary files differindex f811f280f54..b79ce8b935b 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf +++ b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf 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 <boris@varphi.com> +% Copyright 2012-2016, Boris Veytsman <boris@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{1396} +% \CheckSum{1397} % % %% \CharacterTable @@ -53,7 +53,7 @@ \ProvidesFile{resphilosophica.dtx} %</gobble> %<class>\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 |