diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/citation-style-language/styles')
10 files changed, 189 insertions, 68 deletions
diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/american-chemical-society.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/american-chemical-society.csl index cde0e0c50ff..d3b33ab6858 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/american-chemical-society.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/american-chemical-society.csl @@ -18,10 +18,13 @@ <contributor> <name>Sebastian Karcher</name> </contributor> + <contributor> + <name>Patrick O'Brien</name> + </contributor> <category citation-format="numeric"/> <category field="chemistry"/> <summary>The American Chemical Society style</summary> - <updated>2022-05-04T19:44:25-04:00</updated> + <updated>2022-11-12T21:40:31-05: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"> @@ -138,6 +141,30 @@ </else> </choose> </macro> + <macro name="access"> + <choose> + <if variable="DOI" match="any"> + <text variable="DOI" prefix="https://doi.org/"/> + </if> + <else-if type="article-journal book chapter entry-encyclopedia entry-dictionary paper-conference" match="none"> + <choose> + <if variable="URL"> + <group delimiter=" "> + <text variable="URL"/> + <group delimiter=" " prefix="(" suffix=")"> + <text term="accessed"/> + <date variable="accessed"> + <date-part name="year"/> + <date-part name="month" prefix="-" form="numeric-leading-zeros"/> + <date-part name="day" prefix="-" form="numeric-leading-zeros"/> + </date> + </group> + </group> + </if> + </choose> + </else-if> + </choose> + </macro> <citation collapse="citation-number"> <sort> <key variable="citation-number"/> @@ -148,7 +175,7 @@ </citation> <bibliography second-field-align="flush" entry-spacing="0"> <layout suffix="."> - <text variable="citation-number" prefix="(" suffix=") "/> + <text variable="citation-number" prefix="(" suffix=")"/> <text macro="author" suffix=" "/> <choose> <if type="article-journal review" match="any"> @@ -249,18 +276,10 @@ </group> </group> </else-if> - <else-if type="webpage"> + <else-if type="webpage post post-weblog" match="any"> <group delimiter=". "> <text variable="title" font-style="italic"/> <text variable="container-title"/> - <group delimiter=" "> - <text variable="URL"/> - <date variable="accessed" prefix="(accessed " suffix=")"> - <date-part name="year"/> - <date-part name="month" prefix="-" form="numeric-leading-zeros"/> - <date-part name="day" prefix="-" form="numeric-leading-zeros"/> - </date> - </group> </group> </else-if> <else> @@ -277,7 +296,7 @@ </group> </else> </choose> - <text variable="DOI" prefix=". https://doi.org/"/> + <text macro="access" prefix=". "/> </layout> </bibliography> </style> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/american-medical-association.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/american-medical-association.csl index b36bbb5488e..86dd573abcc 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/american-medical-association.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/american-medical-association.csl @@ -27,7 +27,7 @@ <category citation-format="numeric"/> <category field="medicine"/> <summary>The American Medical Association style as used in JAMA. Version 11 as per November-2019.</summary> - <updated>2022-03-17T08:48:24+00:00</updated> + <updated>2022-09-28T07:33:04-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"> @@ -124,7 +124,7 @@ </citation> <bibliography hanging-indent="false" et-al-min="7" et-al-use-first="3" second-field-align="flush"> <layout> - <text variable="citation-number" suffix=". "/> + <text variable="citation-number" suffix="."/> <text macro="author"/> <text macro="title" prefix=" " suffix="."/> <choose> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/american-sociological-association.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/american-sociological-association.csl index cf4ab0fc0d2..f58f73cfb19 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/american-sociological-association.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/american-sociological-association.csl @@ -16,7 +16,7 @@ <category citation-format="author-date"/> <category field="sociology"/> <summary>The ASA style following the 6th edition of the Style Guide</summary> - <updated>2022-05-08T17:48:56-04:00</updated> + <updated>2023-02-19T22:16:47-05: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"> @@ -240,6 +240,17 @@ <text variable="page"/> </group> </if> + <else-if type="manuscript"> + <group delimiter=". "> + <text macro="title" quotes="true" prefix=" "/> + <group prefix=" " delimiter=", "> + <text macro="edition"/> + <text macro="editor" suffix="."/> + <text macro="publisher"/> + </group> + <text variable="genre"/> + </group> + </else-if> <else-if type="thesis"> <text macro="title" prefix=" " suffix="." quotes="true"/> <group prefix=" " delimiter=", "> 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 43a8e5932fe..f371046fe36 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>2022-08-11T09:14:19-04:00</updated> + <updated>2022-10-02T16:08:41-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"> @@ -1426,13 +1426,16 @@ </else> </choose> <choose> - <if variable="page"> - <text variable="page"/> - </if> - <else> + <if variable="number"> <!-- Ex. 6: Journal article with article number or eLocator --> <!-- This should be localized --> - <text variable="number" prefix="Article "/> + <group delimiter=" "> + <text term="article-locator" text-case="capitalize-first"/> + <text variable="number"/> + </group> + </if> + <else> + <text variable="page"/> </else> </choose> </group> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-author-date.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-author-date.csl index f8c640cd7fb..9baa4a8cf7d 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-author-date.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-author-date.csl @@ -33,7 +33,7 @@ <category citation-format="author-date"/> <category field="generic-base"/> <summary>The author-date variant of the Chicago style</summary> - <updated>2018-01-24T12:00:00+00:00</updated> + <updated>2022-12-11T23:02:09-05: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"> @@ -64,9 +64,6 @@ <term name="in">em</term> <term name="at">em</term> <term name="by">por</term> - <!-- PUNCTUATION --> - <term name="open-quote">"</term> - <term name="close-quote">"</term> </terms> </locale> <macro name="secondary-contributors"> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-fullnote-bibliography.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-fullnote-bibliography.csl index da4969f115d..94e31486146 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-fullnote-bibliography.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-fullnote-bibliography.csl @@ -34,7 +34,7 @@ <category citation-format="note"/> <category field="generic-base"/> <summary>Chicago format with full notes and bibliography</summary> - <updated>2017-10-12T12:00:00+00:00</updated> + <updated>2023-03-31T08:44:56-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"> @@ -185,9 +185,12 @@ <text macro="editor"/> <text macro="translator"/> <choose> - <if type="article-magazine article-newspaper webpage post-weblog" match="any"> - <text variable="container-title"/> + <if type="article-magazine article-newspaper" match="any"> + <text variable="container-title" font-style="italic"/> </if> + <else-if type="webpage post-weblog" match="any"> + <text variable="container-title"/> + </else-if> </choose> </substitute> </names> @@ -218,6 +221,11 @@ <substitute> <names variable="editor"/> <names variable="translator"/> + <choose> + <if type="article-magazine article-newspaper webpage post-weblog" match="any"> + <text variable="container-title"/> + </if> + </choose> <text macro="title"/> </substitute> </names> @@ -561,7 +569,20 @@ <text term="section" form="symbol"/> <text variable="section"/> </group> - <text variable="page"/> + <group delimiter=", "> + <text variable="page"/> + <choose> + <if locator="page" match="any"> + <text variable="locator"/> + </if> + <else> + <group delimiter=" "> + <label variable="locator" form="short"/> + <text variable="locator"/> + </group> + </else> + </choose> + </group> </if> <else> <text variable="number" prefix="No. "/> @@ -1145,9 +1166,17 @@ <choose> <if type="article-journal bill legislation legal_case" match="none"> <choose> - <if type="speech" variable="publisher publisher-place" match="any"> - <text macro="issue"/> + <!-- We need a perdiod here when the container title gets moved up into author position, otherwise a comma (below)--> + <if type="article-newspaper article-magazine" match="any"> + <choose> + <if variable="author editor" match="none"> + <text macro="issue"/> + </if> + </choose> </if> + <else-if type="speech" variable="publisher publisher-place" match="any"> + <text macro="issue"/> + </else-if> </choose> </if> </choose> @@ -1158,9 +1187,16 @@ <choose> <if type="article-journal" match="none"> <choose> - <if type="speech" variable="publisher publisher-place" match="none"> - <text macro="issue"/> + <if type="article-newspaper article-magazine" match="any"> + <choose> + <if variable="author editor" match="any"> + <text macro="issue"/> + </if> + </choose> </if> + <else-if type="speech" variable="publisher publisher-place" match="none"> + <text macro="issue"/> + </else-if> </choose> </if> <else-if variable="volume issue" match="none"> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-note-bibliography.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-note-bibliography.csl index 83da96cb4de..f259d9b9ca3 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-note-bibliography.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/chicago-note-bibliography.csl @@ -34,7 +34,7 @@ <category citation-format="note"/> <category field="generic-base"/> <summary>Chicago format with short notes and bibliography</summary> - <updated>2017-10-12T12:00:00+00:00</updated> + <updated>2023-03-31T08:44:56-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"> @@ -185,9 +185,12 @@ <text macro="editor"/> <text macro="translator"/> <choose> - <if type="article-magazine article-newspaper webpage post-weblog" match="any"> - <text variable="container-title"/> + <if type="article-magazine article-newspaper" match="any"> + <text variable="container-title" font-style="italic"/> </if> + <else-if type="webpage post-weblog" match="any"> + <text variable="container-title"/> + </else-if> </choose> </substitute> </names> @@ -218,6 +221,11 @@ <substitute> <names variable="editor"/> <names variable="translator"/> + <choose> + <if type="article-magazine article-newspaper webpage post-weblog" match="any"> + <text variable="container-title"/> + </if> + </choose> <text macro="title"/> </substitute> </names> @@ -561,7 +569,20 @@ <text term="section" form="symbol"/> <text variable="section"/> </group> - <text variable="page"/> + <group delimiter=", "> + <text variable="page"/> + <choose> + <if locator="page" match="any"> + <text variable="locator"/> + </if> + <else> + <group delimiter=" "> + <label variable="locator" form="short"/> + <text variable="locator"/> + </group> + </else> + </choose> + </group> </if> <else> <text variable="number" prefix="No. "/> @@ -1145,9 +1166,17 @@ <choose> <if type="article-journal bill legislation legal_case" match="none"> <choose> - <if type="speech" variable="publisher publisher-place" match="any"> - <text macro="issue"/> + <!-- We need a perdiod here when the container title gets moved up into author position, otherwise a comma (below)--> + <if type="article-newspaper article-magazine" match="any"> + <choose> + <if variable="author editor" match="none"> + <text macro="issue"/> + </if> + </choose> </if> + <else-if type="speech" variable="publisher publisher-place" match="any"> + <text macro="issue"/> + </else-if> </choose> </if> </choose> @@ -1158,9 +1187,16 @@ <choose> <if type="article-journal" match="none"> <choose> - <if type="speech" variable="publisher publisher-place" match="none"> - <text macro="issue"/> + <if type="article-newspaper article-magazine" match="any"> + <choose> + <if variable="author editor" match="any"> + <text macro="issue"/> + </if> + </choose> </if> + <else-if type="speech" variable="publisher publisher-place" match="none"> + <text macro="issue"/> + </else-if> </choose> </if> <else-if variable="volume issue" match="none"> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/ieee.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/ieee.csl index bff5b9197ed..cf5ae110eab 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/ieee.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/ieee.csl @@ -45,7 +45,7 @@ <category field="engineering"/> <category field="generic-base"/> <summary>IEEE style as per the 2021 guidelines, V 01.29.2021.</summary> - <updated>2021-05-07T00:52:46+10:00</updated> + <updated>2023-03-29T08:47:55-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"> @@ -177,13 +177,12 @@ <if type="paper-conference speech" match="any"> <choose> <!-- Published Conference Paper --> - <if variable="collection-editor editor editorial-director issue page volume" match="any"> + <if variable="container-title" match="any"> <group delimiter=", "> <group delimiter=" "> <text term="in"/> <text variable="container-title" font-style="italic"/> </group> - <text variable="event-place"/> </group> </if> <!-- Unpublished Conference Paper --> @@ -295,6 +294,19 @@ </choose> </group> </macro> + <!-- Series --> + <macro name="collection"> + <choose> + <if variable="collection-title" match="any"> + <text term="in" suffix=" "/> + <group delimiter=", " suffix=". "> + <text variable="collection-title"/> + <text variable="collection-number" prefix="no. "/> + <text variable="volume" prefix="vol. "/> + </group> + </if> + </choose> + </macro> <!-- Citation --> <citation collapse="citation-number"> <sort> @@ -337,16 +349,38 @@ <text macro="access"/> </if> <else-if type="paper-conference speech" match="any"> - <group delimiter=", " suffix="."> + <group delimiter=", " suffix=", "> <text macro="title"/> <text macro="event"/> + <text macro="editor"/> + </group> + <text macro="collection"/> + <group delimiter=", " suffix="."> + <text macro="publisher"/> <text macro="issued"/> - <text macro="locators"/> <text macro="page"/> <text macro="status"/> </group> <text macro="access"/> </else-if> + <else-if type="chapter"> + <group delimiter=", " suffix=", "> + <text macro="title"/> + <group delimiter=" "> + <text term="in" suffix=" "/> + <text variable="container-title" font-style="italic"/> + </group> + </group> + <text macro="editor" suffix=", "/> + <text macro="edition"/> + <text macro="collection"/> + <group delimiter=", " suffix="."> + <text macro="publisher"/> + <text macro="issued"/> + <text macro="page"/> + </group> + <text macro="access"/> + </else-if> <else-if type="report"> <group delimiter=", " suffix="."> <text macro="title"/> @@ -399,6 +433,7 @@ <text macro="title"/> <text macro="locators"/> </group> + <text macro="collection"/> <group delimiter=", " suffix="."> <text macro="publisher"/> <text macro="issued"/> @@ -417,29 +452,13 @@ </group> <text macro="access"/> </else-if> - <else-if type="chapter paper-conference" match="any"> - <group delimiter=", " suffix=", "> - <text macro="title"/> - <group delimiter=" "> - <text term="in"/> - <text variable="container-title" font-style="italic"/> - </group> - <text macro="locators"/> - </group> - <text macro="editor" suffix=" "/> - <group delimiter=", " suffix="."> - <text macro="publisher"/> - <text macro="issued"/> - <text macro="page"/> - </group> - <text macro="access"/> - </else-if> <else> <group delimiter=", " suffix=". "> <text macro="title"/> <text variable="container-title" font-style="italic"/> <text macro="locators"/> </group> + <text macro="collection"/> <group delimiter=", " suffix="."> <text macro="publisher"/> <text macro="page"/> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/modern-humanities-research-association.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/modern-humanities-research-association.csl index 715a28d62ac..f72ba00a0bd 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/modern-humanities-research-association.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/modern-humanities-research-association.csl @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB" page-range-format="chicago"> +<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="chicago" default-locale="en-GB"> <info> <title>Modern Humanities Research Association 3rd edition (note with bibliography)</title> <title-short>MHRA</title-short> @@ -20,7 +20,7 @@ <category citation-format="note"/> <category field="generic-base"/> <summary>MHRA format with full notes and bibliography</summary> - <updated>2019-01-07T13:45:21+00:00</updated> + <updated>2022-10-13T08:34:14-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"> @@ -140,7 +140,7 @@ </if> </choose> </group> - <names variable="editor translator" delimiter=", "> + <names variable="editor translator director" delimiter=", "> <label form="verb-short" text-case="lowercase" suffix=" "/> <name and="text" delimiter=", "/> </names> diff --git a/Master/texmf-dist/tex/latex/citation-style-language/styles/vancouver.csl b/Master/texmf-dist/tex/latex/citation-style-language/styles/vancouver.csl index 71c92032289..c3a0332c87e 100644 --- a/Master/texmf-dist/tex/latex/citation-style-language/styles/vancouver.csl +++ b/Master/texmf-dist/tex/latex/citation-style-language/styles/vancouver.csl @@ -19,7 +19,7 @@ <category citation-format="numeric"/> <category field="medicine"/> <summary>Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References</summary> - <updated>2014-09-06T16:03:01+00:00</updated> + <updated>2022-09-28T07:33:04-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"> @@ -323,7 +323,7 @@ </citation> <bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush"> <layout> - <text variable="citation-number" suffix=". "/> + <text variable="citation-number" suffix="."/> <group delimiter=". " suffix=". "> <text macro="author"/> <text macro="title"/> |