diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-15 23:01:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-15 23:01:24 +0000 |
commit | 6f1244d9726f935d1e653b0e86102ea044bc1963 (patch) | |
tree | 50d1aef8876694b6c46b5d04a0a9a25f27247a0a /Master/texmf-dist/tex/latex/philosophersimprint | |
parent | 6d3800d3b164704c4038f84408b27f759a4ea744 (diff) |
philosophersimprint (15jan13)
git-svn-id: svn://tug.org/texlive/trunk@28845 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/philosophersimprint')
-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 |