diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-11 20:46:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-11 20:46:10 +0000 |
commit | 240df58d01b914af41de7217393c90149771b1df (patch) | |
tree | 9366d0d4a0af5d5fb8cf96103ff85bf5a8949a63 /Master/texmf-dist/tex/latex/apa7 | |
parent | 6770f17a2f7fa550295689a526e402c30e1eec23 (diff) |
apa7 (11may20)
git-svn-id: svn://tug.org/texlive/trunk@55097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa7/apa7.cls | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls index e687fc681e0..5ff2bf5d47e 100644 --- a/Master/texmf-dist/tex/latex/apa7/apa7.cls +++ b/Master/texmf-dist/tex/latex/apa7/apa7.cls @@ -27,7 +27,7 @@ %% %% ---------------------------------------------------------------------- %% -\ProvidesClass{apa7}[2020/05/04 v1.06 APA formatting (7th edition)] +\ProvidesClass{apa7}[2020/05/10 v1.07 APA formatting (7th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -710,21 +710,24 @@ \DeclareCaptionLabelFormat{tablelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}} \DeclareCaptionLabelFormat{figurelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}} \DeclareCaptionTextFormat{tabletext}{\hspace{-\parindent}\raggedright\textit{#1}} + \DeclareCaptionLabelSeparator{apalabelsep}{\\} }{% jou \DeclareCaptionLabelFormat{tablelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}} \DeclareCaptionLabelFormat{figurelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}} \DeclareCaptionTextFormat{tabletext}{\hspace{-\parindent}\textit{#1}} + \DeclareCaptionLabelSeparator{apalabelsep}{\\ \\} }{% doc \DeclareCaptionLabelFormat{tablelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}} \DeclareCaptionLabelFormat{figurelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}} \DeclareCaptionTextFormat{tabletext}{\hspace{-\parindent}\raggedright\textit{#1}} + \DeclareCaptionLabelSeparator{apalabelsep}{\\ \\} } -\captionsetup[table]{position=above,skip=0pt,labelformat=tablelabel,labelsep=newline,textformat=tabletext} -\captionsetup[figure]{position=above,skip=0pt,labelformat=figurelabel,labelsep=newline,textfont=it} +\captionsetup[table]{position=above,skip=0pt,labelformat=tablelabel,labelsep=apalabelsep,textformat=tabletext} +\captionsetup[figure]{position=above,skip=0pt,labelformat=figurelabel,labelsep=apalabelsep,textfont=it} -\newcommand{\figurenote}[1]{\newline \small \textit{Note.} {#1}} +\newcommand{\figurenote}[1]{\par \small \textit{Note.} {#1}} \newcounter{APAenum} |