diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls | 9 |
1 files changed, 7 insertions, 2 deletions
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 |