diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-24 23:21:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-24 23:21:10 +0000 |
commit | 17e3da100f9807511c04fdce7bfbaffe9b586a88 (patch) | |
tree | 354e7e983d0e27f2af8042ff2362f3660da5d079 /Master | |
parent | 2a5350cd4b9a5f0f66d0568b3390764a4ecef4d1 (diff) |
afparticle (24dec14)
git-svn-id: svn://tug.org/texlive/trunk@35900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/afparticle/Makefile | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/afparticle/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/afparticle/afparticle.pdf | bin | 343506 -> 343771 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/afparticle/afpsample.pdf | bin | 189070 -> 188883 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/afparticle/afparticle.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/afparticle/afparticle.cls | 4 |
6 files changed, 12 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/afparticle/Makefile b/Master/texmf-dist/doc/latex/afparticle/Makefile index a08cddf17e8..7ba268cc573 100644 --- a/Master/texmf-dist/doc/latex/afparticle/Makefile +++ b/Master/texmf-dist/doc/latex/afparticle/Makefile @@ -3,7 +3,7 @@ # # This file is in public domain # -# $Id: Makefile,v 1.2 2014-08-12 19:44:36 boris Exp $ +# $Id: Makefile,v 1.5 2014-12-23 17:16:01 boris Exp $ # PACKAGE=afparticle @@ -55,6 +55,4 @@ distclean: clean # Archive for the distribution. Includes typeset documentation # archive: all clean - cd ..; \ - tar -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE); \ - cd $(PACKAGE)
\ No newline at end of file + tar -C .. -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE)
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/afparticle/README b/Master/texmf-dist/doc/latex/afparticle/README index e4d98f40ce7..1ad4a0d3cb3 100644 --- a/Master/texmf-dist/doc/latex/afparticle/README +++ b/Master/texmf-dist/doc/latex/afparticle/README @@ -6,6 +6,9 @@ http://www.archivesofforensicpsychology.com. Changes: + v1.3 Corrected more typos in the masthead + + v1.2 Corrected typos in the masthead + v1.1 Suppressed hyphenation - v1.2 Corrected typos in the masthead
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/afparticle/afparticle.pdf b/Master/texmf-dist/doc/latex/afparticle/afparticle.pdf Binary files differindex b15ebec2c21..26cbfa1f96e 100644 --- a/Master/texmf-dist/doc/latex/afparticle/afparticle.pdf +++ b/Master/texmf-dist/doc/latex/afparticle/afparticle.pdf diff --git a/Master/texmf-dist/doc/latex/afparticle/afpsample.pdf b/Master/texmf-dist/doc/latex/afparticle/afpsample.pdf Binary files differindex 4781d3a6b10..4ddb997c81c 100644 --- a/Master/texmf-dist/doc/latex/afparticle/afpsample.pdf +++ b/Master/texmf-dist/doc/latex/afparticle/afpsample.pdf diff --git a/Master/texmf-dist/source/latex/afparticle/afparticle.dtx b/Master/texmf-dist/source/latex/afparticle/afparticle.dtx index 90f7ae36d81..6b3e9aa60d4 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.13 2014-10-22 18:37:52 boris Exp $ +% $Id: afparticle.dtx,v 1.14 2014-12-23 17:13:00 boris Exp $ % % Copyright 2014, Boris Veytsman <boris@varphi.com> % This work may be distributed and/or modified under the @@ -52,7 +52,7 @@ \ProvidesFile{afparticle.dtx} %</gobble> %<class>\ProvidesClass{afparticle} -[2014/10/22 v1.2 Typesetting articles for Archives of Forensic Psychology] +[2014/12/23 v1.3 Typesetting articles for Archives of Forensic Psychology] %<*gobble> % \end{macrocode} % @@ -940,6 +940,7 @@ % % \begin{macro}{firstpagestyle} % \changes{v1.2}{2014/10/22}{Corrected masthead} +% \changes{v1.3}{2014/12/23}{Corrected another typo in masthead} % The page style for the first page % \begin{macrocode} \fancypagestyle{firstpagestyle}{% @@ -950,7 +951,7 @@ \currentyear, Vol.~\currentvolume, No.~\currentissue, \thepage--\end@page}% \fancyhead[R]{\small\textcopyright~\currentyear\ Global Institute of - Forensic Psychology\\ISBN~2334-2749}% + Forensic Psychology\\ISSN~2334-2749}% } % \end{macrocode} % \end{macro} diff --git a/Master/texmf-dist/tex/latex/afparticle/afparticle.cls b/Master/texmf-dist/tex/latex/afparticle/afparticle.cls index 7667839b885..37b2b4d04e0 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/10/22 v1.2 Typesetting articles for Archives of Forensic Psychology] +[2014/12/23 v1.3 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 @@ -263,7 +263,7 @@ \currentyear, Vol.~\currentvolume, No.~\currentissue, \thepage--\end@page}% \fancyhead[R]{\small\textcopyright~\currentyear\ Global Institute of - Forensic Psychology\\ISBN~2334-2749}% + Forensic Psychology\\ISSN~2334-2749}% } \setlength\parindent{2em} \setcounter{secnumdepth}{-1} |