summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/afparticle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-24 00:38:57 +0000
committerKarl Berry <karl@freefriends.org>2014-10-24 00:38:57 +0000
commit1337ca821fef91bd637594073e5978b4ed41e0c5 (patch)
treeffcc933d52953b688cc8b707b85ff282edb7f2bb /Master/texmf-dist/source/latex/afparticle
parent451a43e62579e2dcd2c70930dc0490038a8aeb3b (diff)
afparticle (23oct14)
git-svn-id: svn://tug.org/texlive/trunk@35427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/afparticle')
-rw-r--r--Master/texmf-dist/source/latex/afparticle/afparticle.dtx22
1 files changed, 15 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/afparticle/afparticle.dtx b/Master/texmf-dist/source/latex/afparticle/afparticle.dtx
index b0dc9c9cf1c..90f7ae36d81 100644
--- a/Master/texmf-dist/source/latex/afparticle/afparticle.dtx
+++ b/Master/texmf-dist/source/latex/afparticle/afparticle.dtx
@@ -1,6 +1,6 @@
% \iffalse
%<*gobble>
-% $Id: afparticle.dtx,v 1.9 2014-08-19 02:46:24 boris Exp $
+% $Id: afparticle.dtx,v 1.13 2014-10-22 18:37:52 boris Exp $
%
% Copyright 2014, Boris Veytsman <boris@varphi.com>
% This work may be distributed and/or modified under the
@@ -20,7 +20,7 @@
% derived file afparticle.cls
%
% \fi
-% \CheckSum{684}
+% \CheckSum{689}
%
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -52,7 +52,7 @@
\ProvidesFile{afparticle.dtx}
%</gobble>
%<class>\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]
%<*gobble>
% \end{macrocode}
%
@@ -183,7 +183,7 @@
% environment |frontmatter|. Instead, use \cs{maketitle} like you do
% in the standard \LaTeX\ article.
%
-% \emph{Archives of Forensic Research} normally uses the
+% \emph{Archives of Forensic Psychology} normally uses the
% ``second type of frontmatter coding''~\cite{elsarticle}: the authors
% with the same affiliation are grouped together, and the affiliation
% follows the group.
@@ -939,17 +939,18 @@
% \end{macro}
%
% \begin{macro}{firstpagestyle}
+% \changes{v1.2}{2014/10/22}{Corrected masthead}
% The page style for the first page
% \begin{macrocode}
\fancypagestyle{firstpagestyle}{%
\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}%
}
% \end{macrocode}
% \end{macro}
@@ -1043,9 +1044,16 @@
%\subsection{Final Words}
%\label{sec:finis}
%
-%
+% \changes{v1.1}{2014/10/20}{Added changes requested by the editor and
+% implemented by David Latchman,
+% david.latchman@texnical-designs.com: no hyphenation throughout the
+% entire manuscript}
%
% \begin{macrocode}
+\tolerance=1
+\emergencystretch=\maxdimen
+\hyphenpenalty=10000
+\hbadness=10000
\normalsize\normalfont
%</class>
% \end{macrocode}