From 6f1244d9726f935d1e653b0e86102ea044bc1963 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 15 Jan 2013 23:01:24 +0000 Subject: philosophersimprint (15jan13) git-svn-id: svn://tug.org/texlive/trunk@28845 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/philosophersimprint/philosophersimprint.cls | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls b/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls index 12e1cfb27ef..3ab2c8f9311 100644 --- a/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls +++ b/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesClass{philosophersimprint} -[2012/06/01 v1.2 Typesetting articles for Philosophers' Imprint] +[2013/01/13 v1.3 Typesetting articles for Philosophers' Imprint] \newif\ifPHIM@titleimage\PHIM@titleimagetrue \DeclareOption{titleimage}{\PHIM@titleimagetrue} \DeclareOption{notitleimage}{\PHIM@titleimagefalse} @@ -216,6 +216,9 @@ \subject{} \newcommand*{\keywords}[1]{\gdef\@keywords{#1}} \keywords{} +\newcommand*{\copyrightlicense}[1]{\gdef\@copyrightlicense{#1}} +\copyrightlicense{This work is licensed under a Creative Commons + Attribution-NonCommercial-NoDerivatives 3.0 License} \def\PHIM@addzeros#1#2{\@tempcnta=#1\relax \edef#2{% \ifnum\@tempcnta>99 @@ -293,8 +296,10 @@ {\large\itshape\@affiliation\par}% \vskip 0pt plus 0.2fill\relax {\ifx\@copyrightinfo\@empty~\else% - \copyright\space\@copyrightinfo\fi\\[0.3ex] + \copyright\space\@copyrightinfo\fi\\ \itshape + \ifx\@copyrightlicense\@empty~\else% + \@copyrightlicense\fi\\[0.3ex] \edef\PHIM@url{% www.philosophersimprint.org/\@@journalvolume\@@journalnumber/} \ifPHIM@hyperref\relax -- cgit v1.2.3