summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/resphilosophica
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-11 23:58:24 +0000
committerKarl Berry <karl@freefriends.org>2013-01-11 23:58:24 +0000
commit3ad11a84df06ccfbf00d1663d5b6595dd72f07a9 (patch)
tree0ae6a5cc475cebd361824b9a5bb8b4361f78ffad /Master/texmf-dist/tex/latex/resphilosophica
parent04d65e6b467b8b270ebd626181c4b87d6a66a5de (diff)
resphilosophica 1.11 (10jan13)
git-svn-id: svn://tug.org/texlive/trunk@28799 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/resphilosophica')
-rw-r--r--Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls24
1 files changed, 22 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls
index 5d569126b8c..70587b3f363 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}
-[2012/09/19 v1.10 Typesetting articles for Res Philosophica]
+[2013/01/08 v1.11 Typesetting articles for Res Philosophica]
\RequirePackage{xkeyval}
\newif\ifRESP@fontauto
\RESP@fontautotrue
@@ -172,8 +172,10 @@
\publicationyear{2090}
\def\publicationmonth#1{\def\currentmonth{#1}}
\publicationmonth{January--February}
+\def\papernumber#1{\def\currentpaper{#1}}
+\papernumber{0000}
\def\doinumber#1{\gdef\@doinumber{#1}}
-\doinumber{}
+\doinumber{10.11612/resphil.\currentyear.\currentvolume.\currentissue.\currentpaper}
\def\startpage#1{\pagenumbering{arabic}\setcounter{page}{#1}%
\def\start@page{#1}%
\ifnum\c@page<\z@ \pagenumbering{roman}\setcounter{page}{-#1}%
@@ -324,6 +326,24 @@
\def\and{\string\and\space}%
\protected@write\@mainrpi{}%
{\string\articleentry{\authors}{\@title}{\start@page}{\@tempa}}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar authors=\authors}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar title=\@title}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar year=\currentyear}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar volume=\currentvolume}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar issue=\currentissue}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar paper=\currentpaper}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar startpage=\start@page}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar endpage=\@tempa}%
+ \protected@write\@mainrpi{}%
+ {\@percentchar doi=\@doinumber}%
\closeout\@mainrpi
\fi
\egroup}