summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa7
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-07 15:00:42 +0000
committerNorbert Preining <preining@logic.at>2021-04-07 15:00:42 +0000
commit3d62c21ac11f8ba5544e0f9d6703827284ba3899 (patch)
tree9706ba64d1d9fcdfd081d1c339feae36af383667 /Master/texmf-dist/tex/latex/apa7
parent3ba11f114f4ad5222bc1cd0615cbc32719e60d32 (diff)
apa7 (7apr21)
git-svn-id: svn://tug.org/texlive/trunk@58787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7')
-rw-r--r--Master/texmf-dist/tex/latex/apa7/apa7.cls6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls
index e540e0f51e6..289bd531576 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}[2021/03/04 v2.10 APA formatting (7th edition)]
+\ProvidesClass{apa7}[2021/04/05 v2.11 APA formatting (7th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -717,12 +717,12 @@
\DeclareCaptionLabelFormat{tablelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}}
\DeclareCaptionLabelFormat{figurelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}}
\DeclareCaptionTextFormat{tabletext}{\hspace{-\parindent}\textit{#1}}
- \DeclareCaptionLabelSeparator{apalabelsep}{\\ \\}
+ \DeclareCaptionLabelSeparator{apalabelsep}{\\[\baselineskip]}
}{% 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}{\\ \\}
+ \DeclareCaptionLabelSeparator{apalabelsep}{\\[\baselineskip]}
}
\captionsetup[table]{position=above,skip=0pt,labelformat=tablelabel,labelsep=apalabelsep,textformat=tabletext}
\captionsetup[figure]{position=above,skip=0pt,labelformat=figurelabel,labelsep=apalabelsep,textfont=it}