diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/apa6/apa6.pdf | bin | 596113 -> 595956 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/apa6/samples/longsample.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/apa6/apa6.dtx | 25 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 9 |
4 files changed, 26 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/apa6/apa6.pdf b/Master/texmf-dist/doc/latex/apa6/apa6.pdf Binary files differindex 13bd99ee75c..af4d854d5dd 100644 --- a/Master/texmf-dist/doc/latex/apa6/apa6.pdf +++ b/Master/texmf-dist/doc/latex/apa6/apa6.pdf diff --git a/Master/texmf-dist/doc/latex/apa6/samples/longsample.tex b/Master/texmf-dist/doc/latex/apa6/samples/longsample.tex index f0f7a05f39a..14e1e86ba64 100644 --- a/Master/texmf-dist/doc/latex/apa6/samples/longsample.tex +++ b/Master/texmf-dist/doc/latex/apa6/samples/longsample.tex @@ -55,7 +55,7 @@ Correspondence concerning this article should be addressed to Brian D. Beitzel, Department of Educational Psychology, Counseling and - Special Education, SUNY Oneonta, 129 Fitzelle Hall, Oneonta, NY + Special Education, SUNY Oneonta, 366 Fitzelle Hall, Oneonta, NY 13820. E-mail: beitzebd@oneonta.edu} \begin{document} diff --git a/Master/texmf-dist/source/latex/apa6/apa6.dtx b/Master/texmf-dist/source/latex/apa6/apa6.dtx index bdf6cc4b527..f9b31ecb521 100644 --- a/Master/texmf-dist/source/latex/apa6/apa6.dtx +++ b/Master/texmf-dist/source/latex/apa6/apa6.dtx @@ -4,11 +4,11 @@ % % % CHANGE THESE VALUES WITH EACH NEW RELEASE: % % % -%<class>\ProvidesClass{apa6}[2017/05/30 v2.31 APA formatting (6th edition)] +%<class>\ProvidesClass{apa6}[2017/06/20 v2.32 APA formatting (6th edition)] % % %<*internal> % -\def\apaSixVersionDate{2017/05/30} -\def\apaSixVersionNumber{2.31} +\def\apaSixVersionDate{2017/06/20} +\def\apaSixVersionNumber{2.32} % % % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -308,6 +308,10 @@ and the derived files apa6.ins, % \changes{v2.31}{2017/05/30}{Tweak to allow the last reference to be % properly indented on the final line of the reference list} % +% \changes{v2.32}{2017/06/20}{Minor adjustments to line spacing (e.g., +% between footnotes) for uniformity across manuscript elements; and +% making footnotes ragged-right justified} +% % \begin{abstract} % The \textit{Publication Manual} of the American Psychological % Association is widely used in the social sciences. The most @@ -2246,7 +2250,8 @@ and the derived files apa6.ins, \@ifundefined{def@man}{}{% -\def\@@spacing{1.75} +% \def\@@spacing{1.75} +\def\@@spacing{1.655} \newcommand{\@doublespacing}{\linespread{1.655}} \@doublespacing @@ -2628,8 +2633,14 @@ and the derived files apa6.ins, \thispagestyle{titlepage} %\ThreeLevelHeading -%\def\baselinestretch{\@@spacing} -%\setlength{\footnotesep}{0.5cm} +% \def\baselinestretch{\@@spacing} + +% footnote issues: separate multiple footnotes on the same page: +\setlength{\footnotesep}{16pt} + +% make footnotes ragged-right (credit to Mako Hill): +\renewcommand\@makefntext[1]{\raggedright\textsuperscript{\@thefnmark}~#1} + %\setlength{\topmargin}{0in} %\setlength{\oddsidemargin}{0.25in} %\setlength{\evensidemargin}{0.25in} @@ -3648,7 +3659,7 @@ skill in interpreting the results for the masses. Correspondence concerning this article should be addressed to Brian D. Beitzel, Department of Educational Psychology, Counseling and - Special Education, SUNY Oneonta, 129 Fitzelle Hall, Oneonta, NY + Special Education, SUNY Oneonta, 366 Fitzelle Hall, Oneonta, NY 13820. E-mail: beitzebd@oneonta.edu} diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls index e5213a322cd..a8427c64e5a 100644 --- a/Master/texmf-dist/tex/latex/apa6/apa6.cls +++ b/Master/texmf-dist/tex/latex/apa6/apa6.cls @@ -27,7 +27,7 @@ %% %% ---------------------------------------------------------------------- %% -\ProvidesClass{apa6}[2017/05/30 v2.31 APA formatting (6th edition)] +\ProvidesClass{apa6}[2017/06/20 v2.32 APA formatting (6th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -964,7 +964,7 @@ \@ifundefined{def@man}{}{% -\def\@@spacing{1.75} +\def\@@spacing{1.655} \newcommand{\@doublespacing}{\linespread{1.655}} \@doublespacing @@ -1256,6 +1256,11 @@ \thispagestyle{titlepage} +\setlength{\footnotesep}{16pt} + +\renewcommand\@makefntext[1]{\raggedright\textsuperscript{\@thefnmark}~#1} + + \newcommand{\footmark}[1]{${}^{\mbox{\normalsize #1}}$} %% added second set of braces around \em to get citations in man mode -- tp 17/7/2000 |