diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-23 21:43:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-23 21:43:54 +0000 |
commit | dbcc1b42d78a7ae2c5a1f634972e5b2f4e37876f (patch) | |
tree | f0a91da2fed4a66f7fe9117504eafb8c528767ab /Master/texmf-dist/source/latex/resphilosophica | |
parent | 4593763b43ad40700fc52e8126a547508ba41391 (diff) |
resphilosophica (23aug15)
git-svn-id: svn://tug.org/texlive/trunk@38189 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/resphilosophica')
-rw-r--r-- | Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx b/Master/texmf-dist/source/latex/resphilosophica/resphilosophica.dtx index aeda9f324be..f2b2d356c98 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.55 2015-01-27 03:49:24 boris Exp $ +% $Id: resphilosophica.dtx,v 1.58 2015/08/23 17:21:55 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{1370} +% \CheckSum{1378} % % %% \CharacterTable @@ -53,7 +53,7 @@ \ProvidesFile{resphilosophica.dtx} %</gobble> %<class>\ProvidesClass{resphilosophica} -[2015/01/25 v1.26 Typesetting articles for Res Philosophica] +[2015/08/22 v1.26 Typesetting articles for Res Philosophica] %<*gobble> % \end{macrocode} % @@ -276,6 +276,12 @@ % title for running heads. If the optional argument is absent, the % full title is used instead. % +% The title is typeset in small caps. The result of the command +% \cs{emph} in title depends on whether commercial fonts and the +% package \progname{lsabon} package is used: with a relatively recent +% version of the package |lsabon| the emphasized text is typeset in +% Small Caps Italics. +% % \DescribeMacro{\author} % \DescribeMacro{\email} % \DescribeMacro{\address} @@ -1370,6 +1376,7 @@ % \begin{macro}{\@settitle} % \changes{v1.3}{2012/09/05}{Deleted ifpdf} % \changes{v1.13}{2013/08/14}{Added titlenotes} +% \changes{v1.26}{2015/08/22}{Added itscshape} % We do not uppercase title. Also, we use this occasion to set PDF % information: % \begin{macrocode} @@ -1377,6 +1384,7 @@ \baselineskip20\p@\relax \LARGE\scshape \renewcommand\thefootnote{\@fnsymbol\c@footnote}% + \ifx\itscshape\@undefined\else\def\em{\itscshape}\fi \@title\@titlenotes \hypersetup{pdftitle=\@title}% \end{center}% |