diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-20 22:17:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-20 22:17:04 +0000 |
commit | d034c0814b6354f9cf463a3cad88703bddbf5258 (patch) | |
tree | d8e13443434ed359080a10e16f5725155bced283 /Master/texmf-dist/tex/latex | |
parent | 5891685939bdfbfea0ec4f1336b0c1d9f8db7bba (diff) |
apa6 (20jun17)
git-svn-id: svn://tug.org/texlive/trunk@44652 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 9 |
1 files changed, 7 insertions, 2 deletions
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 |