diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-11 20:49:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-11 20:49:54 +0000 |
commit | b1471336efbd397ef8a54d3555bb5100a14b6dca (patch) | |
tree | f030eb95a4415b4a7cea66bc17b8f00f5994946f /Master/texmf-dist/tex | |
parent | 594d9d83472299aca8bfbe9f123b418cbc40d4ca (diff) |
apa7 (11oct20)
git-svn-id: svn://tug.org/texlive/trunk@56635 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa7/apa7.cls | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls index 3d4ae4a5674..56df4bd7fa6 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/08/12 v2.03 APA formatting (7th edition)] +\ProvidesClass{apa7}[2020/10/11 v2.04 APA formatting (7th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -1367,6 +1367,12 @@ \@ifundefined{def@jou}{}{% +\renewcommand{\addORCIDlink}[2]{\href{https://orcid.org/#2}{{\mbox{\scalerel*{ +\begin{tikzpicture}[yscale=-1,transform shape] +\pic{orcidlogo}; +\end{tikzpicture} +}{|}}} #1}} + \IfFileExists{flushend.sty}{\RequirePackage[keeplastbox]{flushend}}{} |