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 --- .../doc/latex/philosophersimprint/README | 10 ++++- .../philosophersimprint/philosophersimprint.pdf | Bin 342120 -> 343874 bytes .../doc/latex/philosophersimprint/sample.pdf | Bin 112986 -> 113627 bytes .../doc/latex/philosophersimprint/sample.tex | 3 +- .../philosophersimprint/philosophersimprint.dtx | 48 +++++++++++++++++++-- .../philosophersimprint/philosophersimprint.cls | 9 +++- 6 files changed, 61 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/README b/Master/texmf-dist/doc/latex/philosophersimprint/README index 7cd7211b3f0..c52330a4b88 100644 --- a/Master/texmf-dist/doc/latex/philosophersimprint/README +++ b/Master/texmf-dist/doc/latex/philosophersimprint/README @@ -16,12 +16,18 @@ articles in the ``Web-ready'' format. We do not assume the authors have any commercial fonts installed on their machines. The class uses only freely available and freely distributed fonts. +Changes in version 1.3 + + - Added copyright licensing information + +Changes in version 1.2 + + - Added trailing slash to the title page URL + Changes in version 1.1 - New formatting of journal URL - Better handling of footnotes - Use for microtype if exists -Changes in version 1.2 - - Added trailing slash to the title page URL diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf index 11f156a2aee..6a9a9a5b10c 100644 Binary files a/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf and b/Master/texmf-dist/doc/latex/philosophersimprint/philosophersimprint.pdf differ diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf index cd198dc617f..327e0074c13 100644 Binary files a/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf and b/Master/texmf-dist/doc/latex/philosophersimprint/sample.pdf differ diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex b/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex index 050bc95b821..821945095eb 100644 --- a/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex +++ b/Master/texmf-dist/doc/latex/philosophersimprint/sample.tex @@ -15,7 +15,8 @@ \keywords{libraries, philosophy, free access, publications} -\copyrightinfo{2007, Philosophers' Imprint} +\copyrightinfo{2007, Philosophers' Imprint} +%\copyrightlicense{} \journalvolume{100} \journalnumber{20} diff --git a/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx b/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx index 2f8b051d45e..7bedb74dc57 100644 --- a/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx +++ b/Master/texmf-dist/source/latex/philosophersimprint/philosophersimprint.dtx @@ -1,6 +1,6 @@ % \iffalse %<*gobble> -% $Id: philosophersimprint.dtx,v 1.40 2012-06-02 20:11:30 boris Exp $ +% $Id: philosophersimprint.dtx,v 1.42 2013-01-15 03:57:36 boris Exp $ % % Copyright 2007, Boris Veytsman % This work may be distributed and/or modified under the @@ -20,7 +20,7 @@ % derived file philosophersimprint.cls % % \fi -% \CheckSum{775} +% \CheckSum{788} % % %% \CharacterTable @@ -52,7 +52,7 @@ \ProvidesFile{philosophersimprint.dtx} % %\ProvidesClass{philosophersimprint} -[2012/06/01 v1.2 Typesetting articles for Philosophers' Imprint] +[2013/01/13 v1.3 Typesetting articles for Philosophers' Imprint] %<*gobble> % \end{macrocode} % @@ -296,6 +296,14 @@ % information from the date and author list. You need to set it % explicitly. % +% \DescribeMacro{\copyrightlicense} +% By default all papers in the journal are licensed under +% under a Creative Commons +% Attribution-NonCommercial-NoDerivatives 3.0 License. You can +% override this setting by using \cmd{\copyrightlicense}\marg{Other +% license}. +% +% % \DescribeMacro{\subject} % This macro, if present, sets the ``Subject'' field in the PDF % metadata. For example: @@ -403,6 +411,24 @@ % In most cases the amount of manual intervention necessary to % achieve alignment is fairly small. % +% In some cases one can achieve better results by tweaking \TeX\ +% parameters. For example, the settings +% \begin{verbatim} +% \clubpenalty=1000\widowpenalty=1000\displaywidowpenalty=1000 +% \interfootnotelinepenalty=-1000 +% \interlinepenalty=-100 +% \end{verbatim} +% may lead to fuller pages, but may produce some unwaned orphans and +% clubs. Setting them to +% \begin{verbatim} +% \clubpenalty=10000\widowpenalty=10000\displaywidowpenalty=10000 +% \interfootnotelinepenalty=0 +% \interlinepenalty=0 +% \end{verbatim} +% will decrease the number of orphans and clubs, but may lead to +% unwanted white spaces on the pages. Sometimes judicious changes of +% the parameters in strategic places may help. +% % \subsection{Acknowledgements} % % The author is grateful to John Horty, David Velleman and Victor @@ -1028,6 +1054,16 @@ % \end{macro} % \end{macro} % +% \begin{macro}{\copyrightlicense} +% \changes{v1.13}{2013/01/13}{Added macro} +% This adds license information: +% \begin{macrocode} +\newcommand*{\copyrightlicense}[1]{\gdef\@copyrightlicense{#1}} +\copyrightlicense{This work is licensed under a Creative Commons + Attribution-NonCommercial-NoDerivatives 3.0 License} +% \end{macrocode} +% \end{macro} +% % Some games with the numbers % \begin{macro}{\PHIM@addzeros} % \changes{v0.5}{2007/04/04}{Corrected documentation} @@ -1137,6 +1173,7 @@ % \changes{v0.5}{2007/04/05}{Moved URL def outside hyperref check} % \changes{v0.7}{2007/04/18}{Changed lengths and fonts} % \changes{v1.2}{2012/06/01}{Added trailing slash to the title page url} +% \changes{v1.3}{2013/01/13}{Added copyright license} % Simulated page should look more or less like the real one. % \begin{macrocode} \def\maketitle@simulated{% @@ -1161,8 +1198,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 @@ -1370,3 +1409,4 @@ %\PrintIndex % \endinput + 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