diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-17 22:00:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-17 22:00:02 +0000 |
commit | 226567cc4d022346f291bdaa1d6c51d44bda9404 (patch) | |
tree | 1b75e54c1eadadaca815d0852bfbc1a430e61aab /Master/texmf-dist/tex/latex/philosophersimprint | |
parent | 46aea1a1e4483920bc56c0a60bb851b9d4727731 (diff) |
philosophersimprint (16nov20)
git-svn-id: svn://tug.org/texlive/trunk@56954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/philosophersimprint')
-rw-r--r-- | Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls b/Master/texmf-dist/tex/latex/philosophersimprint/philosophersimprint.cls index 7b3687c3770..02335454e17 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} -[2016/07/20 v1.4 Typesetting articles for Philosophers' Imprint] +[2020/11/10 v1.5 Typesetting articles for Philosophers' Imprint] \newif\ifPHIM@titleimage\PHIM@titleimagetrue \DeclareOption{titleimage}{\PHIM@titleimagetrue} \DeclareOption{notitleimage}{\PHIM@titleimagefalse} @@ -219,7 +219,7 @@ December\fi\space \number\year} \newcommand*{\titleimage}[1]{\gdef\@titleimage{#1}} -\titleimage{} +\titleimage{NoSuchImageDotUse.pdf} \newcommand*{\affiliation}[1]{\gdef\@affiliation{#1}} \affiliation{} \newcommand*{\copyrightinfo}[1]{\gdef\@copyrightinfo{#1}} @@ -377,11 +377,9 @@ \setcounter{subsection}{0}% \gdef\thesection{\@Alph\c@section}} \renewcommand\@makefntext[1]{% - \bgroup - \parindent2\PHIM@baselength\relax - \everypar{\hangindent=\PHIM@baselength\hangafter=1}% - \noindent - \makebox[\PHIM@baselength][l]{\@thefnmark.}#1\egroup} + \@tempdima=\hsize + \advance\@tempdima by -\PHIM@baselength\relax + \makebox[\PHIM@baselength][l]{\@thefnmark.}\parbox[t]{\@tempdima}{#1}} \settoheight{\footnotesep}{\footnotesize\strut} \setlength{\skip\footins}{\the\PHIM@baselength plus \the\PHIM@baselength} \interfootnotelinepenalty=0 |