From 3ad11a84df06ccfbf00d1663d5b6595dd72f07a9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 Jan 2013 23:58:24 +0000 Subject: resphilosophica 1.11 (10jan13) git-svn-id: svn://tug.org/texlive/trunk@28799 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/resphilosophica/resphilosophica.cls | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/latex/resphilosophica') 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} -- cgit v1.2.3