From f56dddc3f3fce9850405369b12615d3544254bee Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Dec 2019 22:16:14 +0000 Subject: apa7 (30dec19) git-svn-id: svn://tug.org/texlive/trunk@53269 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/apa7/apa7.cls | 30 ++--- .../tex/latex/apa7/config/APA7american.txt | 76 +++++++++++ .../tex/latex/apa7/config/APA7british.txt | 76 +++++++++++ .../texmf-dist/tex/latex/apa7/config/APA7czech.txt | 76 +++++++++++ .../texmf-dist/tex/latex/apa7/config/APA7dutch.txt | 76 +++++++++++ .../tex/latex/apa7/config/APA7endfloat.cfg | 141 ++++++++++++++++++++ .../tex/latex/apa7/config/APA7english.txt | 76 +++++++++++ .../tex/latex/apa7/config/APA7german.txt | 76 +++++++++++ .../texmf-dist/tex/latex/apa7/config/APA7greek.txt | 76 +++++++++++ .../tex/latex/apa7/config/APA7ngerman.txt | 76 +++++++++++ .../tex/latex/apa7/config/APA7turkish.txt | 76 +++++++++++ .../tex/latex/apa7/config/APAamerican.txt | 78 ----------- .../tex/latex/apa7/config/APAbritish.txt | 78 ----------- .../texmf-dist/tex/latex/apa7/config/APAczech.txt | 78 ----------- .../texmf-dist/tex/latex/apa7/config/APAdutch.txt | 78 ----------- .../tex/latex/apa7/config/APAendfloat.cfg | 143 --------------------- .../tex/latex/apa7/config/APAenglish.txt | 78 ----------- .../texmf-dist/tex/latex/apa7/config/APAgerman.txt | 78 ----------- .../texmf-dist/tex/latex/apa7/config/APAgreek.txt | 78 ----------- .../tex/latex/apa7/config/APAngerman.txt | 78 ----------- .../tex/latex/apa7/config/APAturkish.txt | 78 ----------- 21 files changed, 839 insertions(+), 861 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7american.txt create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7british.txt create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7english.txt create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7german.txt create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt create mode 100644 Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAamerican.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAbritish.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAczech.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAdutch.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAendfloat.cfg delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAenglish.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAgerman.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAgreek.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAngerman.txt delete mode 100644 Master/texmf-dist/tex/latex/apa7/config/APAturkish.txt (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls index 32a365dd7d1..40f95788974 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}[2019/12/29 v1.01 APA formatting (7th edition)] +\ProvidesClass{apa7}[2019/12/29 v1.03 APA formatting (7th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -383,9 +383,9 @@ % last in the definition list, whether or not the babel % package is loaded by the current document - \@ifundefined{def@babel}% this is defined only if the user requested loading babel - {\def\@apaSeven@langfile{config/APAamerican.txt}} - {\def\@apaSeven@langfile{config/APA\languagename.txt}} +\@ifpackageloaded{babel}% this is defined only if the user requested loading babel + {\def\@apaSeven@langfile{config/APA7\languagename.txt}} + {\def\@apaSeven@langfile{config/APA7american.txt}} \InputIfFileExists{\@apaSeven@langfile}{}{% \ClassInfo{apa7}{Language definition file \@apaSeven@langfile\space not found} }% @@ -1864,18 +1864,16 @@ %% apa7.cls, %% apa7.pdf, %% README, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, +%% APA7american.txt, +%% APA7british.txt, +%% APA7dutch.txt, +%% APA7english.txt, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, %% Figure1.pdf, %% shortsample.tex, %% longsample.tex, and diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt new file mode 100644 index 00000000000..07a4a490605 --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7american.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `american') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7american.txt}[2019/12/29 v1.00 apa7 configuration for American English] + +\renewcommand{\acksname}{Author Note} +\renewcommand{\keywordname}{Keywords} +\renewcommand{\notesname}{Footnotes} + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7american.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt new file mode 100644 index 00000000000..51bf6009ab0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7british.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `british') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7british.txt}[2019/12/29 v1.00 apa7 configuration for British English] + +\renewcommand{\acksname}{Author Note} +\renewcommand{\keywordname}{Keywords} +\renewcommand{\notesname}{Footnotes} + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7british.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt new file mode 100644 index 00000000000..aa5633d2db0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7czech.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `czech') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7czech.txt}[2019/12/29 v1.00 apa7 configuration for Czech] + +\renewcommand{\acksname}{Poznámka~autora}% Author Note +\renewcommand{\keywordname}{Klícová~1slova}% Keywords +\renewcommand{\notesname}{Poznámky}% Footnotes + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7czech.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt new file mode 100644 index 00000000000..c5c64b5bb1b --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7dutch.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `dutch') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7dutch.txt}[2019/12/29 v1.00 apa7 configuration for Dutch] + +\renewcommand{\acksname}{Auteursnoot}% Author Note +\renewcommand{\keywordname}{Trefwoorden}% Keywords +\renewcommand{\notesname}{Voetnoten}% Footnotes + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7dutch.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg b/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg new file mode 100644 index 00000000000..feb2af203e8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg @@ -0,0 +1,141 @@ +%% +%% This is file `./config/APA7endfloat.cfg', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `APAendfloat') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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 is file `endfloat.cfg', +%% modifed from the original supplied with the endfloat package +%% to handle both sideways floats and longtable +%% +%% Athanassios Protopapas +%% July 2005 +%% +%% Original authors: James Darrell McCauley , +%% Jeff Goldberg +%% Original version: Version 2.4i +%% +\RequirePackage{rotating} +\let\efsaved@sidewaysfigure\sidewaysfigure +\let\efsaved@sidewaystable\sidewaystable +\let\efsaved@longtable\longtable +\AtBeginTables{\let\sidewaystable=\efsaved@sidewaystable\relax} +\AtBeginTables{\let\longtable=\efsaved@longtable\relax} +\AtBeginFigures{\let\sidewaysfigure=\efsaved@sidewaysfigure\relax} +\def\sidewaystable{\efloat@condopen{ttt} + \efloat@iwrite{ttt}{\string\begin{sidewaystable}}% + \def\@currenvir{efloat@float}% + \begingroup + \let\do\ef@makeinnocent \dospecials + \ef@makeinnocent\^^L% and whatever other special cases + \endlinechar`\^^M \catcode`\^^M=12 \ef@xsidetable} +{\catcode`\^^M=12 \endlinechar=-1 % + \gdef\ef@xsidetable#1^^M{\def\test{#1} + \ifx\test\ef@endsidetabletest + \efloat@foundend{ttt}{sidewaystable} + \else + \efloat@iwrite{ttt}{#1}% + \let\next\ef@xsidetable + \fi \next} +} +\def\sidewaysfigure{\efloat@condopen{fff} + \efloat@iwrite{fff}{\string\begin{sidewaysfigure}}% + \def\@currenvir{efloat@float}% + \begingroup + \let\do\ef@makeinnocent \dospecials + \ef@makeinnocent\^^L% and whatever other special cases + \endlinechar`\^^M \catcode`\^^M=12 \ef@xsidefigure} +{\catcode`\^^M=12 \endlinechar=-1 % + \gdef\ef@xsidefigure#1^^M{\def\test{#1} + \ifx\test\ef@endsidefiguretest + \efloat@foundend{fff}{sidewaysfigure} + \else + \efloat@iwrite{fff}{#1}% + \let\next\ef@xsidefigure + \fi \next} +} +\def\longtable{\efloat@condopen{ttt} + \efloat@iwrite{ttt}{\string\begin{longtable}}% + \def\@currenvir{efloat@float}% + \begingroup + \let\do\ef@makeinnocent \dospecials + \ef@makeinnocent\^^L% and whatever other special cases + \endlinechar`\^^M \catcode`\^^M=12 \ef@xlongtable} +{\catcode`\^^M=12 \endlinechar=-1 % + \gdef\ef@xlongtable#1^^M{\def\test{#1} + \ifx\test\ef@endlongtabletest + \efloat@foundend{ttt}{longtable} + \else + \efloat@iwrite{ttt}{#1}% + \let\next\ef@xlongtable + \fi \next} +} +{\escapechar=-1% + \xdef\ef@endsidefiguretest{\string\\end\string\{sidewaysfigure\string\}}% + \xdef\ef@endsidetabletest{\string\\end\string\{sidewaystable\string\}} + \xdef\ef@endlongtabletest{\string\\end\string\{longtable\string\}}}% +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7endfloat.cfg'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt new file mode 100644 index 00000000000..e76cef85428 --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7english.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `english') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7english.txt}[2019/12/29 v1.00 apa7 configuration for non-American English] + +\renewcommand{\acksname}{Author Note} +\renewcommand{\keywordname}{Keywords} +\renewcommand{\notesname}{Footnotes} + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7english.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt new file mode 100644 index 00000000000..e3cd2dfec7a --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7german.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `german') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7german.txt}[2019/12/29 v1.00 apa7 configuration for German] + +\renewcommand{\acksname}{Autorenhinweis}% Author Note +\renewcommand{\keywordname}{Schl\"usselw\"orter}% Keywords +\renewcommand{\notesname}{Fußnoten}% Footnotes + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7german.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt new file mode 100644 index 00000000000..d61694753ab --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7greek.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `greek') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7greek.txt}[2019/12/29 v1.00 apa7 configuration for Greek] + +\renewcommand{\acksname}{Shmei'wseis tou suggraf'ea}% Author Note +\renewcommand{\keywordname}{L'exeis kleidi'a}% Keywords +\renewcommand{\notesname}{Uposhmei'wseis}% Footnotes + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7greek.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt new file mode 100644 index 00000000000..c19a981c661 --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7ngerman.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `ngerman') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7german.txt}[2019/12/29 v1.00 apa7 configuration for "new" German] + +\renewcommand{\acksname}{Autorenhinweis}% Author Note +\renewcommand{\keywordname}{Schl\"usselw\"orter}% Keywords +\renewcommand{\notesname}{Fußnoten}% Footnotes + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7ngerman.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt new file mode 100644 index 00000000000..61f20c2cb8c --- /dev/null +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt @@ -0,0 +1,76 @@ +%% +%% This is file `./config/APA7turkish.txt', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% apa7.dtx (with options: `turkish') +%% ---------------------------------------------------------------------- +%% +%% apa7 - A LaTeX class for formatting documents in compliance with the +%% American Psychological Association's Publication Manual, 7th edition +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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{APA7turkish.txt}[2019/12/29 v1.00 apa7 configuration for Turkish] + +\renewcommand{\acksname}{Yazar Notu}% Author Note +\renewcommand{\keywordname}{Anahtar Kelimeler}% Keywords +\renewcommand{\notesname}{Dipnotlar}% Footnotes + +%% +%% Copyright (C) 2019 by Daniel A. Weiss +%% +%% 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, +%% APA7german.txt, +%% APA7ngerman.txt, +%% APA7greek.txt, +%% APA7czech.txt, +%% APA7turkish.txt, +%% APA7endfloat.cfg, +%% Figure1.pdf, +%% shortsample.tex, +%% longsample.tex, and +%% bibliography.bib. +%% +%% +%% End of file `./config/APA7turkish.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAamerican.txt b/Master/texmf-dist/tex/latex/apa7/config/APAamerican.txt deleted file mode 100644 index dc265b0a1c0..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAamerican.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAamerican.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `american') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAamerican.txt}[2012/02/23 v1.25 apa7 configuration for American English] - -\renewcommand{\acksname}{Author Note} -\renewcommand{\keywordname}{Keywords} -\renewcommand{\notesname}{Footnotes} - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAamerican.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAbritish.txt b/Master/texmf-dist/tex/latex/apa7/config/APAbritish.txt deleted file mode 100644 index 27f09e13471..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAbritish.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAbritish.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `british') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAbritish.txt}[2012/02/23 v1.25 apa7 configuration for British English] - -\renewcommand{\acksname}{Author Note} -\renewcommand{\keywordname}{Keywords} -\renewcommand{\notesname}{Footnotes} - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAbritish.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAczech.txt b/Master/texmf-dist/tex/latex/apa7/config/APAczech.txt deleted file mode 100644 index 4203e9932c7..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAczech.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAczech.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `czech') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAczech.txt}[2012/02/23 v1.25 apa7 configuration for Czech] - -\renewcommand{\acksname}{Poznámka~autora}% Author Note -\renewcommand{\keywordname}{Klícová~1slova}% Keywords -\renewcommand{\notesname}{Poznámky}% Footnotes - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAczech.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAdutch.txt b/Master/texmf-dist/tex/latex/apa7/config/APAdutch.txt deleted file mode 100644 index 5aefec9e33e..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAdutch.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAdutch.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `dutch') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAdutch.txt}[2012/02/23 v1.25 apa7 configuration for Dutch] - -\renewcommand{\acksname}{Auteursnoot}% Author Note -\renewcommand{\keywordname}{Trefwoorden}% Keywords -\renewcommand{\notesname}{Voetnoten}% Footnotes - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAdutch.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAendfloat.cfg b/Master/texmf-dist/tex/latex/apa7/config/APAendfloat.cfg deleted file mode 100644 index 2108025c95d..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAendfloat.cfg +++ /dev/null @@ -1,143 +0,0 @@ -%% -%% This is file `./config/APAendfloat.cfg', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `APAendfloat') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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 is file `endfloat.cfg', -%% modifed from the original supplied with the endfloat package -%% to handle both sideways floats and longtable -%% -%% Athanassios Protopapas -%% July 2005 -%% -%% Original authors: James Darrell McCauley , -%% Jeff Goldberg -%% Original version: Version 2.4i -%% -\RequirePackage{rotating} -\let\efsaved@sidewaysfigure\sidewaysfigure -\let\efsaved@sidewaystable\sidewaystable -\let\efsaved@longtable\longtable -\AtBeginTables{\let\sidewaystable=\efsaved@sidewaystable\relax} -\AtBeginTables{\let\longtable=\efsaved@longtable\relax} -\AtBeginFigures{\let\sidewaysfigure=\efsaved@sidewaysfigure\relax} -\def\sidewaystable{\efloat@condopen{ttt} - \efloat@iwrite{ttt}{\string\begin{sidewaystable}}% - \def\@currenvir{efloat@float}% - \begingroup - \let\do\ef@makeinnocent \dospecials - \ef@makeinnocent\^^L% and whatever other special cases - \endlinechar`\^^M \catcode`\^^M=12 \ef@xsidetable} -{\catcode`\^^M=12 \endlinechar=-1 % - \gdef\ef@xsidetable#1^^M{\def\test{#1} - \ifx\test\ef@endsidetabletest - \efloat@foundend{ttt}{sidewaystable} - \else - \efloat@iwrite{ttt}{#1}% - \let\next\ef@xsidetable - \fi \next} -} -\def\sidewaysfigure{\efloat@condopen{fff} - \efloat@iwrite{fff}{\string\begin{sidewaysfigure}}% - \def\@currenvir{efloat@float}% - \begingroup - \let\do\ef@makeinnocent \dospecials - \ef@makeinnocent\^^L% and whatever other special cases - \endlinechar`\^^M \catcode`\^^M=12 \ef@xsidefigure} -{\catcode`\^^M=12 \endlinechar=-1 % - \gdef\ef@xsidefigure#1^^M{\def\test{#1} - \ifx\test\ef@endsidefiguretest - \efloat@foundend{fff}{sidewaysfigure} - \else - \efloat@iwrite{fff}{#1}% - \let\next\ef@xsidefigure - \fi \next} -} -\def\longtable{\efloat@condopen{ttt} - \efloat@iwrite{ttt}{\string\begin{longtable}}% - \def\@currenvir{efloat@float}% - \begingroup - \let\do\ef@makeinnocent \dospecials - \ef@makeinnocent\^^L% and whatever other special cases - \endlinechar`\^^M \catcode`\^^M=12 \ef@xlongtable} -{\catcode`\^^M=12 \endlinechar=-1 % - \gdef\ef@xlongtable#1^^M{\def\test{#1} - \ifx\test\ef@endlongtabletest - \efloat@foundend{ttt}{longtable} - \else - \efloat@iwrite{ttt}{#1}% - \let\next\ef@xlongtable - \fi \next} -} -{\escapechar=-1% - \xdef\ef@endsidefiguretest{\string\\end\string\{sidewaysfigure\string\}}% - \xdef\ef@endsidetabletest{\string\\end\string\{sidewaystable\string\}} - \xdef\ef@endlongtabletest{\string\\end\string\{longtable\string\}}}% -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAendfloat.cfg'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAenglish.txt b/Master/texmf-dist/tex/latex/apa7/config/APAenglish.txt deleted file mode 100644 index bf3368c6605..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAenglish.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAenglish.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `english') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAenglish.txt}[2012/02/23 v1.25 apa7 configuration for non-American English] - -\renewcommand{\acksname}{Author Note} -\renewcommand{\keywordname}{Keywords} -\renewcommand{\notesname}{Footnotes} - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAenglish.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAgerman.txt b/Master/texmf-dist/tex/latex/apa7/config/APAgerman.txt deleted file mode 100644 index 3b74c0fc87c..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAgerman.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAgerman.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `german') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAgerman.txt}[2012/02/23 v1.25 apa7 configuration for German] - -\renewcommand{\acksname}{Autorenhinweis}% Author Note -\renewcommand{\keywordname}{Schl\"usselw\"orter}% Keywords -\renewcommand{\notesname}{Fußnoten}% Footnotes - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAgerman.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAgreek.txt b/Master/texmf-dist/tex/latex/apa7/config/APAgreek.txt deleted file mode 100644 index 946236f54bb..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAgreek.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAgreek.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `greek') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAgreek.txt}[2012/02/23 v1.25 apa7 configuration for Greek] - -\renewcommand{\acksname}{Shmei'wseis tou suggraf'ea}% Author Note -\renewcommand{\keywordname}{L'exeis kleidi'a}% Keywords -\renewcommand{\notesname}{Uposhmei'wseis}% Footnotes - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAgreek.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAngerman.txt b/Master/texmf-dist/tex/latex/apa7/config/APAngerman.txt deleted file mode 100644 index d0a0fb31121..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAngerman.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAngerman.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `ngerman') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAgerman.txt}[2012/02/23 v1.25 apa7 configuration for "new" German] - -\renewcommand{\acksname}{Autorenhinweis}% Author Note -\renewcommand{\keywordname}{Schl\"usselw\"orter}% Keywords -\renewcommand{\notesname}{Fußnoten}% Footnotes - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAngerman.txt'. diff --git a/Master/texmf-dist/tex/latex/apa7/config/APAturkish.txt b/Master/texmf-dist/tex/latex/apa7/config/APAturkish.txt deleted file mode 100644 index ba90ff12e4b..00000000000 --- a/Master/texmf-dist/tex/latex/apa7/config/APAturkish.txt +++ /dev/null @@ -1,78 +0,0 @@ -%% -%% This is file `./config/APAturkish.txt', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% apa7.dtx (with options: `turkish') -%% ---------------------------------------------------------------------- -%% -%% apa7 - A LaTeX class for formatting documents in compliance with the -%% American Psychological Association's Publication Manual, 7th edition -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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{APAturkish.txt}[2016/05/26 v2.2 apa7 configuration for Turkish] - -\renewcommand{\acksname}{Yazar Notu}% Author Note -\renewcommand{\keywordname}{Anahtar Kelimeler}% Keywords -\renewcommand{\notesname}{Dipnotlar}% Footnotes - -%% -%% Copyright (C) 2019 by Daniel A. Weiss -%% -%% 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, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, -%% Figure1.pdf, -%% shortsample.tex, -%% longsample.tex, and -%% bibliography.bib. -%% -%% -%% End of file `./config/APAturkish.txt'. -- cgit v1.2.3