diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-24 00:38:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-24 00:38:57 +0000 |
commit | 1337ca821fef91bd637594073e5978b4ed41e0c5 (patch) | |
tree | ffcc933d52953b688cc8b707b85ff282edb7f2bb /Master/texmf-dist/tex/latex/afparticle/afparticle.cls | |
parent | 451a43e62579e2dcd2c70930dc0490038a8aeb3b (diff) |
afparticle (23oct14)
git-svn-id: svn://tug.org/texlive/trunk@35427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/afparticle/afparticle.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/afparticle/afparticle.cls | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/afparticle/afparticle.cls b/Master/texmf-dist/tex/latex/afparticle/afparticle.cls index 55bc4757ae6..7667839b885 100644 --- a/Master/texmf-dist/tex/latex/afparticle/afparticle.cls +++ b/Master/texmf-dist/tex/latex/afparticle/afparticle.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesClass{afparticle} -[2014/07/18 v1.0 Typesetting articles for Archives of Forensic Psychology] +[2014/10/22 v1.2 Typesetting articles for Archives of Forensic Psychology] \def\AFP@DisableMacro#1{\ClassError{afparticle}{The macro \expandafter\protect\csname#1\endcsname\space is disabled}{The command @@ -259,11 +259,11 @@ \fancyhead{}% \fancyfoot{}% \fancyfoot[R]{\thepage}% - \fancyhead[L]{\small Archives of Forensic Research\\ + \fancyhead[L]{\small Archives of Forensic Psychology\\ \currentyear, Vol.~\currentvolume, No.~\currentissue, \thepage--\end@page}% \fancyhead[R]{\small\textcopyright~\currentyear\ Global Institute of - Forensic Research\\ISBN~2334-2749}% + Forensic Psychology\\ISBN~2334-2749}% } \setlength\parindent{2em} \setcounter{secnumdepth}{-1} @@ -287,6 +287,10 @@ \captionsetup[figure]{position=bottom, format=plain, labelsep=period, justification=centering, singlelinecheck=off, font=normalsize, labelfont=it} +\tolerance=1 +\emergencystretch=\maxdimen +\hyphenpenalty=10000 +\hbadness=10000 \normalsize\normalfont \endinput %% |