diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-30 19:32:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-30 19:32:52 +0000 |
commit | fb7e1604fc90300b3b2fb00d79dbfe98cb929227 (patch) | |
tree | 5b63d533a1ef137c3c2efa1cc18a779224a51827 /Master | |
parent | b13ddae280bea801021df2ca4f566e42d9322f7c (diff) |
resphilosophica (38aug13)
git-svn-id: svn://tug.org/texlive/trunk@31542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/resphilosophica/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf | bin | 396939 -> 397196 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf | bin | 106125 -> 106125 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls | 4 |
5 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/resphilosophica/README b/Master/texmf-dist/doc/latex/resphilosophica/README index 7251204636e..3ff4c9b5afd 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/README +++ b/Master/texmf-dist/doc/latex/resphilosophica/README @@ -7,7 +7,9 @@ This work was commissioned by the Saint Louis University. Changes - version 1:13: New command: \titlenote + version 1.14: Bug fix + + version 1.13: New command: \titlenote New options: preprint and forthcoming version 1.12: Bibliography changes diff --git a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf Binary files differindex e86f92d7c78..b1c38ba901a 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf +++ b/Master/texmf-dist/doc/latex/resphilosophica/resphilosophica.pdf diff --git a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf Binary files differindex a60356c2939..19124b36bbf 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf +++ b/Master/texmf-dist/doc/latex/resphilosophica/rpsample.pdf diff --git a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx index 460da4d9735..2b476ca0cea 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.35 2013-08-19 03:48:56 boris Exp $ +% $Id: resphilosophica.dtx,v 1.36 2013-08-27 18:26:55 boris Exp $ % % Copyright 2012-2013, Boris Veytsman <boris@varphi.com> % This work may be distributed and/or modified under the @@ -53,7 +53,7 @@ \ProvidesFile{resphilosophica.dtx} %</gobble> %<class>\ProvidesClass{resphilosophica} -[2013/08/18 v1.13 Typesetting articles for Res Philosophica] +[2013/08/28 v1.14 Typesetting articles for Res Philosophica] %<*gobble> % \end{macrocode} % @@ -1367,10 +1367,11 @@ % \end{macrocode} % \begin{macro}{\sf@size} % \changes{v1.8}{2012/09/12}{Added definition} +% \changes{v1.14}{2013/08/28}{Bug corrected} % It seems there is a bug in |mdugm| when calculating |\sf@size|. % Here we work around it: % \begin{macrocode} - \def\sf@size{7pt}% + \def\sf@size{7}% % \end{macrocode} % % \end{macro} diff --git a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls index d3c92415e05..7b83152db19 100644 --- a/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls +++ b/Master/texmf-dist/tex/latex/resphilosophica/resphilosophica.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesClass{resphilosophica} -[2013/08/18 v1.13 Typesetting articles for Res Philosophica] +[2013/08/28 v1.14 Typesetting articles for Res Philosophica] \RequirePackage{xkeyval} \newif\ifRESP@fontauto \RESP@fontautotrue @@ -415,7 +415,7 @@ \do\commby \do\@commby \do\dedicatory \do\@dedicatory \do\thanks \do\keywords \do\@keywords \do\subjclass \do\@subjclass - \def\sf@size{7pt}% + \def\sf@size{7}% } \newif\if@enddoc \@enddocfalse |