diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/citation-style-language')
6 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/citation-style-language/citation-style-language-init.sty b/Master/texmf-dist/tex/latex/citation-style-language/citation-style-language-init.sty index de5b5bed4ce..9032b60fee8 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/citation-style-language-init.sty +++ b/Master/texmf-dist/tex/latex/citation-style-language/citation-style-language-init.sty @@ -83,6 +83,10 @@ \cs_new:Npn \__csl_initialize_lua_module: { + \bool_if:NT \l__csl_regression_test_bool + { + \lua_now:n { csl_citation_manager.regression_test = true } + } \tl_set:Nx \l_tmpa_tl { \clist_use:Nn \l__csl_bib_resources_clist { , } } \lua_now:e { diff --git a/Master/texmf-dist/tex/latex/citation-style-language/citation-style-language.sty b/Master/texmf-dist/tex/latex/citation-style-language/citation-style-language.sty index f6039b4008c..33ce246978a 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/citation-style-language.sty +++ b/Master/texmf-dist/tex/latex/citation-style-language/citation-style-language.sty @@ -9,7 +9,7 @@ \RequirePackage{expl3} \RequirePackage{xparse} -\ProvidesExplPackage {citation-style-language} {2024-08-28} {0.6.3} +\ProvidesExplPackage {citation-style-language} {2024-09-15} {0.6.4} {Citation Style Language for LaTeX} \RequirePackage { l3keys2e } diff --git a/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-AT.xml b/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-AT.xml index 833ff58f768..2d27ec8635d 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-AT.xml +++ b/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-AT.xml @@ -20,7 +20,7 @@ <name>Frank Bennett</name> </translator> <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> - <updated>2024-03-09T15:20:54-05:00</updated> + <updated>2024-08-27T14:30:55-04:00</updated> </info> <style-options punctuation-in-quote="false"/> <date form="text"> @@ -46,7 +46,7 @@ <term name="no-publisher" form="short">n.p.</term> <term name="on">on</term> <term name="op-cit">op. cit.</term> <!-- like ibid., the abbreviated form is the regular form --> - <term name="original-work-published">original work published</term> + <term name="original-work-published">Ursprünglich erschienen</term> <term name="personal-communication">persönliche Kommunikation</term> <term name="podcast">podcast</term> <term name="podcast-episode">podcast episode</term> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-CH.xml b/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-CH.xml index 47a13f2740f..9edebba8375 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-CH.xml +++ b/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-CH.xml @@ -14,7 +14,7 @@ <name>Sebastian Karcher</name> </translator> <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> - <updated>2024-03-09T15:20:54-05:00</updated> + <updated>2024-08-27T14:30:55-04:00</updated> </info> <style-options punctuation-in-quote="false"/> <date form="text"> @@ -40,7 +40,7 @@ <term name="no-publisher" form="short">n.p.</term> <term name="on">on</term> <term name="op-cit">op. cit.</term> <!-- like ibid., the abbreviated form is the regular form --> - <term name="original-work-published">original work published</term> + <term name="original-work-published">Ursprünglich erschienen</term> <term name="personal-communication">persönliche Kommunikation</term> <term name="podcast">podcast</term> <term name="podcast-episode">podcast episode</term> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-DE.xml b/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-DE.xml index f7e25ad0f31..903378388a3 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-DE.xml +++ b/Master/texmf-dist/tex/latex/citation-style-language/locales/csl-locales-de-DE.xml @@ -17,7 +17,7 @@ <name>jakov</name> </translator> <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> - <updated>2024-03-09T15:20:54-05:00</updated> + <updated>2024-08-27T14:30:55-04:00</updated> </info> <style-options punctuation-in-quote="false"/> <date form="text"> @@ -43,7 +43,7 @@ <term name="no-publisher" form="short">n.p.</term> <term name="on">on</term> <term name="op-cit">op. cit.</term> <!-- like ibid., the abbreviated form is the regular form --> - <term name="original-work-published">original work published</term> + <term name="original-work-published">Ursprünglich erschienen</term> <term name="personal-communication">persönliche Kommunikation</term> <term name="podcast">podcast</term> <term name="podcast-episode">podcast episode</term> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl index a78e7f315fd..97fc1afd6cf 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/apa.csl @@ -14,7 +14,7 @@ <category citation-format="author-date"/> <category field="psychology"/> <category field="generic-base"/> - <updated>2024-08-24T12:16:51-04:00</updated> + <updated>2024-08-27T14:44:31-04:00</updated> <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> </info> <locale xml:lang="en"> @@ -832,7 +832,7 @@ <group delimiter=" "> <text variable="genre" text-case="capitalize-first"/> <group delimiter=" "> - <text term="author" form="verb"/> + <text term="container-author" form="verb"/> <names variable="interviewer"> <name and="symbol" initialize-with=". " delimiter=", "/> </names> |