diff options
22 files changed, 125 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/apa7/apa7.pdf b/Master/texmf-dist/doc/latex/apa7/apa7.pdf Binary files differindex 0afc73cd3c2..040ff5513d7 100644 --- a/Master/texmf-dist/doc/latex/apa7/apa7.pdf +++ b/Master/texmf-dist/doc/latex/apa7/apa7.pdf diff --git a/Master/texmf-dist/doc/latex/apa7/samples/bibliography.bib b/Master/texmf-dist/doc/latex/apa7/samples/bibliography.bib index a95f39cc53b..afad74fd93f 100644 --- a/Master/texmf-dist/doc/latex/apa7/samples/bibliography.bib +++ b/Master/texmf-dist/doc/latex/apa7/samples/bibliography.bib @@ -224,6 +224,7 @@ the design of multimedia instruction}, %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf b/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf Binary files differindex a259e677219..033f9d54c5d 100644 --- a/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf +++ b/Master/texmf-dist/doc/latex/apa7/samples/longsample.pdf diff --git a/Master/texmf-dist/doc/latex/apa7/samples/longsample.tex b/Master/texmf-dist/doc/latex/apa7/samples/longsample.tex index 4511003acac..616c872bd82 100644 --- a/Master/texmf-dist/doc/latex/apa7/samples/longsample.tex +++ b/Master/texmf-dist/doc/latex/apa7/samples/longsample.tex @@ -216,6 +216,7 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22] %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf b/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf Binary files differindex 77b72329669..a14ba7c6271 100644 --- a/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf +++ b/Master/texmf-dist/doc/latex/apa7/samples/shortsample.pdf diff --git a/Master/texmf-dist/doc/latex/apa7/samples/shortsample.tex b/Master/texmf-dist/doc/latex/apa7/samples/shortsample.tex index eda6bec150c..7e959950455 100644 --- a/Master/texmf-dist/doc/latex/apa7/samples/shortsample.tex +++ b/Master/texmf-dist/doc/latex/apa7/samples/shortsample.tex @@ -169,6 +169,7 @@ skill in interpreting the results for the masses. %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/source/latex/apa7/apa7.dtx b/Master/texmf-dist/source/latex/apa7/apa7.dtx index 045adf9b03a..02e668cf943 100644 --- a/Master/texmf-dist/source/latex/apa7/apa7.dtx +++ b/Master/texmf-dist/source/latex/apa7/apa7.dtx @@ -4,11 +4,11 @@ % % % CHANGE THESE VALUES WITH EACH NEW RELEASE: % % % -%<class>\ProvidesClass{apa7}[2022/01/03 v2.15 APA formatting (7th edition)] +%<class>\ProvidesClass{apa7}[2022/07/25 v2.16 APA formatting (7th edition)] % % %<*internal> % -\def\apaSevenVersionDate{2022/01/03} -\def\apaSevenVersionNumber{2.15} +\def\apaSevenVersionDate{2022/07/25} +\def\apaSevenVersionNumber{2.16} % % % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -123,6 +123,7 @@ and the derived files apa7.ins, APA7czech.txt, APA7turkish.txt, APA7spanish.txt, + APA7hungarian.txt, APA7endfloat.cfg, Figure1.pdf, shortsample.tex, @@ -147,6 +148,7 @@ and the derived files apa7.ins, \file{./config/APA7czech.txt}{\from{\jobname.dtx}{czech}} \file{./config/APA7turkish.txt}{\from{\jobname.dtx}{turkish}} \file{./config/APA7spanish.txt}{\from{\jobname.dtx}{spanish}} + \file{./config/APA7hungarian.txt}{\from{\jobname.dtx}{hungarian}} \file{./config/APA7endfloat.cfg}{\from{\jobname.dtx}{APAendfloat}} } \usedir{tex/latex/apa7/samples} @@ -288,6 +290,8 @@ and the derived files apa7.ins, % % \changes{v2.15}{2022/01/03}{Spacing updated to more closely match APA 7th Edition Manual.} % +% \changes{v2.16}{2022/07/25}{Add Hungarian localization.} +% % \begin{abstract} % The \textit{Publication Manual} of the American Psychological % Association is widely used in the social sciences. The most @@ -3872,6 +3876,23 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22] %\end{macro} % % +%\begin{macro}{APA7hungarian.txt} +% \begin{macrocode} +%<*hungarian> +\ProvidesFile{APA7hungarian.txt}[2022/07/25 v1.00 apa7 configuration for Hungarian - added by Robert Fodor] + +\renewcommand{\lastauthorseparator}{és}% and +\renewcommand{\acksname}{Szerzői megjegyzés}% Author Note +\renewcommand{\keywordname}{Kulcsszavak}% Keywords +\renewcommand{\notesname}{Lábjegyzet}% Footnotes +\renewcommand{\notelabel}{Megjegyzés}% Note +%Note + +%</hungarian> +% \end{macrocode} +%\end{macro} +% +% %\begin{macro}{APA7endfloat.cfg} % \begin{macrocode} %<*APAendfloat> diff --git a/Master/texmf-dist/source/latex/apa7/apa7.ins b/Master/texmf-dist/source/latex/apa7/apa7.ins index ff008168cbf..743b3baaa76 100644 --- a/Master/texmf-dist/source/latex/apa7/apa7.ins +++ b/Master/texmf-dist/source/latex/apa7/apa7.ins @@ -90,6 +90,7 @@ and the derived files apa7.ins, APA7czech.txt, APA7turkish.txt, APA7spanish.txt, + APA7hungarian.txt, APA7endfloat.cfg, Figure1.pdf, shortsample.tex, @@ -114,6 +115,7 @@ and the derived files apa7.ins, \file{./config/APA7czech.txt}{\from{\jobname.dtx}{czech}} \file{./config/APA7turkish.txt}{\from{\jobname.dtx}{turkish}} \file{./config/APA7spanish.txt}{\from{\jobname.dtx}{spanish}} + \file{./config/APA7hungarian.txt}{\from{\jobname.dtx}{hungarian}} \file{./config/APA7endfloat.cfg}{\from{\jobname.dtx}{APAendfloat}} } \usedir{tex/latex/apa7/samples} @@ -159,6 +161,7 @@ and the derived files apa7.ins, %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls index 2af8d46a963..5dbf70f631d 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}[2022/01/03 v2.15 APA formatting (7th edition)] +\ProvidesClass{apa7}[2022/07/25 v2.16 APA formatting (7th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -1739,6 +1739,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt index 6f88275d6d1..073acb4ee08 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt index d52a23164f0..50112e20ef6 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt index a6bcebcfd9e..76596092f87 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt index 7f4f1c005f7..130e38d79bf 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg b/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg index 18d9cda2fc3..1d43222e51d 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg @@ -82,6 +82,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt index 6de0b475719..03bc480df2a 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7french.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7french.txt index 402c64795ab..003f7fd59bd 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7french.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7french.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt index 0aa1e2621ee..ff0936ed82b 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt index 61b8702d6d1..f01be0e3d25 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7hungarian.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7hungarian.txt new file mode 100644 index 00000000000..64c4bb2ddbf --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7hungarian.txt @@ -0,0 +1,81 @@ +%% +%% This is file `./config/APA7hungarian.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `hungarian') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2022 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License (LPPL), either +%% version 1.3c of this license or (at your option) any later +%% version. The latest version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% Users may freely modify these files without permission, as long as the +%% copyright line and this statement are maintained intact. +%% +%% This work is not endorsed by, affiliated with, or probably even known +%% by, the American Psychological Association. +%% +%% ---------------------------------------------------------------------- +%% +\ProvidesFile{APA7hungarian.txt}[2022/07/25 v1.00 apa7 configuration for Hungarian - added by Robert Fodor] + +\renewcommand{\lastauthorseparator}{és}% and +\renewcommand{\acksname}{Szerzői megjegyzés}% Author Note +\renewcommand{\keywordname}{Kulcsszavak}% Keywords +\renewcommand{\notesname}{Lábjegyzet}% Footnotes +\renewcommand{\notelabel}{Megjegyzés}% Note + +%% +%% Copyright (C) 2022 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License (LPPL), either +%% version 1.3c of this license or (at your option) any later +%% version. The latest version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% Users may freely modify these files without permission, as long as the +%% copyright line and this statement are maintained intact. +%% +%% This work is not endorsed by, affiliated with, or probably even known +%% by, the American Psychological Association. +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Daniel A. Weiss. +%% +%% This work consists of the file apa7.dtx +%% and the derived files apa7.ins, +%% apa7.cls, +%% apa7.pdf, +%% README, +%% APA7american.txt, +%% APA7british.txt, +%% APA7dutch.txt, +%% APA7english.txt, +%% APA7french.txt, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7spanish.txt, +%% APA7hungarian.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7hungarian.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt index 889d6ca2263..a489d5c2ec2 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7spanish.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7spanish.txt index 343b25ce67e..29d98d3624f 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7spanish.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7spanish.txt @@ -69,6 +69,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt index 7dfdb1af2a1..b183755add5 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt @@ -70,6 +70,7 @@ %% APA7czech.txt, %% APA7turkish.txt, %% APA7spanish.txt, +%% APA7hungarian.txt, %% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, |