texlive[42822] Master/texmf-dist: resphilosophica (31dec16)
commits+karl at tug.org
commits+karl at tug.org
Sat Dec 31 22:26:33 CET 2016
Revision: 42822
http://tug.org/svn/texlive?view=revision&revision=42822
Author: karl
Date: 2016-12-31 22:26:33 +0100 (Sat, 31 Dec 2016)
Log Message:
-----------
resphilosophica (31dec16)
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
Modified: trunk/Master/texmf-dist/doc/latex/resphilosophica/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/resphilosophica/README 2016-12-31 21:26:18 UTC (rev 42821)
+++ trunk/Master/texmf-dist/doc/latex/resphilosophica/README 2016-12-31 21:26:33 UTC (rev 42822)
@@ -7,6 +7,8 @@
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
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 2016-12-31 21:26:18 UTC (rev 42821)
+++ trunk/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx 2016-12-31 21:26:33 UTC (rev 42822)
@@ -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 at varphi.com>
+% Copyright 2012-2016, 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{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 at manuscript\hypersetup{colorlinks,allcolors=blue}\else
Modified: trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls 2016-12-31 21:26:18 UTC (rev 42821)
+++ trunk/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls 2016-12-31 21:26:33 UTC (rev 42822)
@@ -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 at fontauto
\RESP at 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 at manuscript\hypersetup{colorlinks,allcolors=blue}\else
More information about the tex-live-commits
mailing list