From 063e9d9cb52e4333fc288b765e4fbc9039b804d8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 4 Dec 2011 23:59:43 +0000 Subject: philosophersimprint git-svn-id: svn://tug.org/texlive/trunk@24753 c570f23f-e606-0410-a88d-b1316a301751 --- .../philosophersimprint/philosophersimprint.cls | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/latex/philosophersimprint') diff --git a/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls b/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls index 06cab0af971..73dc2dfff8f 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} -[2007/05/16 v1.0 Typesetting articles for Philosophers' Imprint] +[2011/11/25 v1.1 Typesetting articles for Philosophers' Imprint] \newif\ifPHIM@titleimage\PHIM@titleimagetrue \DeclareOption{titleimage}{\PHIM@titleimagetrue} \DeclareOption{notitleimage}{\PHIM@titleimagefalse} @@ -53,6 +53,14 @@ \RequirePackage[scaled]{helvet} \RequirePackage[T1]{fontenc} \RequirePackage{textcomp} +\IfFileExists{microtype.sty}{\RequirePackage{microtype}}{% + \ClassWarningNoLine{philosopherimprint}{% + *********************************\MessageBreak + * Microtype package not found. * \MessageBreak + * This package improves the *\MessageBreak + * typesetting quality. You may *\MessageBreak + * wish to upgrade your system. *\MessageBreak + ********************************}} \ifPHIM@trajantitle \IfFileExists{trajan.sty}{\RequirePackage{trajan}}{% \ClassWarningNoLine{philosophersimprint}{% @@ -288,7 +296,7 @@ \copyright\space\@copyrightinfo\fi\\[0.3ex] \itshape \edef\PHIM@url{% - www.philosophersimprint.org/\@@journalvolume/\@@journalnumber} + www.philosophersimprint.org/\@@journalvolume\@@journalnumber} \ifPHIM@hyperref\relax \href{http://\PHIM@url}{\textcolor{black}{ \textless \PHIM@url\textgreater}}% @@ -352,10 +360,14 @@ \setcounter{subsection}{0}% \gdef\thesection{\@Alph\c@section}} \renewcommand\@makefntext[1]{% - \noindent\hangindent=\PHIM@baselength\hangafter=1\relax - \makebox[\PHIM@baselength][l]{\@thefnmark.}#1} + \bgroup + \parindent2\PHIM@baselength\relax + \everypar{\hangindent=\PHIM@baselength\hangafter=1}% + \noindent + \makebox[\PHIM@baselength][l]{\@thefnmark.}#1\egroup} \settoheight{\footnotesep}{\footnotesize\strut} \setlength{\skip\footins}{13.5pt plus 1fill} +\interfootnotelinepenalty=0 \normalsize \frenchspacing \endinput -- cgit v1.2.3