summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/resphilosophica
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-12-17 20:39:05 +0000
committerKarl Berry <karl@freefriends.org>2016-12-17 20:39:05 +0000
commitde0332fcc5336a39edea9f6a5103f6d8f1c4d608 (patch)
tree8912fc33c683b9a4fab4a444ffb1ad33e47fd69e /Master/texmf-dist/tex/latex/resphilosophica
parenta9fa5abfd28aa2e0c3501f0962ce48c4a4ad62d9 (diff)
resphilosophica (17dec16)
git-svn-id: svn://tug.org/texlive/trunk@42736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/resphilosophica')
-rw-r--r--Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls10
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
index 7bde54f1fea..3b27c41eb53 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}
-[2015/11/14 v1.28 Typesetting articles for Res Philosophica]
+[2016/08/26 v1.29 Typesetting articles for Res Philosophica]
\RequirePackage{xkeyval}
\newif\ifRESP@fontauto
\RESP@fontautotrue
@@ -209,8 +209,14 @@
\publicationmonth{}
\def\papernumber#1{\def\currentpaper{#1}}
\papernumber{0000}
+\def\manuscriptid#1{\gdef\@manuscriptid{#1}}
+\manuscriptid{}
\def\doinumber#1{\gdef\@doinumber{#1}}
-\doinumber{10.11612/resphil.\currentyear.\currentvolume.\currentissue.\currentpaper}
+\doinumber{\ifx\@manuscriptid\@empty
+ 10.11612/resphil.\currentyear.\currentvolume.\currentissue.\currentpaper
+ \else
+ 10.11612/resphil.\@manuscriptid
+ \fi}
\def\paperUrl#1{\gdef\@paperUrl{#1}}
\paperUrl{}
\def\startpage#1{\pagenumbering{arabic}\setcounter{page}{#1}%