diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx index 25f5001e8f7..aeda9f324be 100644 --- a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx +++ b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx @@ -1,6 +1,6 @@ % \iffalse %<*gobble> -% $Id: resphilosophica.dtx,v 1.50 2015-01-16 01:00:49 boris Exp $ +% $Id: resphilosophica.dtx,v 1.55 2015-01-27 03:49:24 boris Exp $ % % Copyright 2012-2014, Boris Veytsman <boris@varphi.com> % This work may be distributed and/or modified under the @@ -20,7 +20,7 @@ % derived file resphilosophica.cls % % \fi -% \CheckSum{0} +% \CheckSum{1370} % % %% \CharacterTable @@ -53,7 +53,7 @@ \ProvidesFile{resphilosophica.dtx} %</gobble> %<class>\ProvidesClass{resphilosophica} -[2015/01/14 v1.24 Typesetting articles for Res Philosophica] +[2015/01/25 v1.26 Typesetting articles for Res Philosophica] %<*gobble> % \end{macrocode} % @@ -179,7 +179,7 @@ % you bought Linotype Sabon, you need to install the package % |lsabon|~\cite{Lsabon}. To use % URW Garamond, you need to download the |pfb| files from a CTAN -% mirror (\url{http://ctan.org/tex-archive/fonts/urw/garamond}), +% mirror (\url{http://mirror.ctan.org/fonts/urw/garamond/}), % install them in the directory \path{fonts/type1/urw/garamond} under % \path{$TEXMFLOCAL} and run |texhash|. % @@ -876,10 +876,11 @@ % \changes{v1.4}{2012/09/06}{Changed paper in the manuscript mode} % \changes{v1.23}{2014/11/17}{Added to paper width to accomodate % larger thumb side margins} +% \changes{v1.25}{2015/01/25}{Returned to old page width} % Paper: % \begin{macrocode} \ifRESP@manuscript\else -\AtBeginDocument{\setlength{\pdfpagewidth}{441bp}% +\AtBeginDocument{\setlength{\pdfpagewidth}{432bp}% \setlength{\pdfpageheight}{648bp}} \fi % \end{macrocode} @@ -901,17 +902,18 @@ % \begin{macro}{\oddsidemargin} % \changes{v1.23}{2014/11/17}{Made even- and odd- side margins % different, except in screen and forthcoming modes} +% \changes{v1.25}{2015/01/25}{Changed margins} % The margins: % \begin{macrocode} -\setlength{\evensidemargin}{-9pt} -\setlength{\oddsidemargin}{-18pt} +\setlength{\evensidemargin}{-10pt} +\setlength{\oddsidemargin}{-26pt} \ifRESP@screen -\setlength{\evensidemargin}{-13pt} -\setlength{\oddsidemargin}{-13pt} +\setlength{\evensidemargin}{-18pt} +\setlength{\oddsidemargin}{-18pt} \fi \ifRESP@forthcoming -\setlength{\evensidemargin}{-13pt} -\setlength{\oddsidemargin}{-13pt} +\setlength{\evensidemargin}{-18pt} +\setlength{\oddsidemargin}{-18pt} \fi % \end{macrocode} % @@ -1494,8 +1496,8 @@ \ifx\r@LastPage\@undefined \edef\@tempa{\start@page}% \else - \def\@tempb##1##2##3##4##5{##2}% - \edef\@tempa{\expandafter\@tempb\r@LastPage}% + \def\@tempc##1##2##3##4##5{##2}% + \edef\@tempa{\expandafter\@tempc\r@LastPage}% \fi \def\and{\string\and\space}% \protected@write\@mainrpi{}% |