summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls')
-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}%