diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/citation-style-language/styles/ieee.csl')
-rw-r--r-- | Master/texmf-dist/tex/latex/citation-style-language/styles/ieee.csl | 50 |
1 files changed, 47 insertions, 3 deletions
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 9ac71c63eaf..98b666b83e9 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 @@ -44,8 +44,8 @@ <category citation-format="numeric"/> <category field="engineering"/> <category field="generic-base"/> - <summary>IEEE style as per the 2021 guidelines, V 01.29.2021.</summary> - <updated>2024-01-11T14:39:58-05:00</updated> + <summary>IEEE style as per the 2023 guidelines, V 11.29.2023.</summary> + <updated>2024-07-15T10:30:07-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"> @@ -56,6 +56,7 @@ </date> <terms> <term name="chapter" form="short">ch.</term> + <term name="chapter-number" form="short">ch.</term> <term name="presented at">presented at the</term> <term name="available at">available</term> </terms> @@ -120,6 +121,7 @@ <substitute> <names variable="editor"/> <names variable="translator"/> + <text macro="director"/> </substitute> </names> </macro> @@ -129,6 +131,12 @@ <label form="short" prefix=", " text-case="capitalize-first"/> </names> </macro> + <macro name="director"> + <names variable="director"> + <name and="text" et-al-min="7" et-al-use-first="1" initialize-with=". "/> + <et-al font-style="italic"/> + </names> + </macro> <macro name="locators"> <group delimiter=", "> <text macro="edition"/> @@ -148,7 +156,7 @@ </macro> <macro name="title"> <choose> - <if type="bill book graphic legal_case legislation motion_picture song" match="any"> + <if type="bill book graphic legal_case legislation motion_picture song standard software" match="any"> <text variable="title" font-style="italic"/> </if> <else> @@ -374,6 +382,10 @@ <text macro="collection"/> <text macro="publisher"/> <text macro="issued"/> + <group delimiter=" "> + <label variable="chapter-number" form="short"/> + <text variable="chapter-number"/> + </group> <text macro="page"/> </group> <text macro="access"/> @@ -399,6 +411,26 @@ </group> <text macro="access"/> </else-if> + <else-if type="software"> + <group delimiter=". " suffix="."> + <text macro="title"/> + <text macro="issued" prefix="(" suffix=")"/> + <text variable="genre"/> + <text macro="publisher"/> + </group> + <text macro="access"/> + </else-if> + <else-if type="article"> + <group delimiter=", " suffix="."> + <text macro="title"/> + <text macro="issued"/> + <group delimiter=": "> + <text macro="publisher" font-style="italic"/> + <text variable="number"/> + </group> + </group> + <text macro="access"/> + </else-if> <else-if type="webpage post-weblog post" match="any"> <group delimiter=", " suffix="."> <text macro="title"/> @@ -423,6 +455,18 @@ </group> <text macro="access"/> </else-if> + <else-if type="standard"> + <group delimiter=", " suffix="."> + <text macro="title"/> + <group delimiter=" "> + <text variable="genre"/> + <text variable="number"/> + </group> + <text macro="geographic-location"/> + <text macro="issued"/> + </group> + <text macro="access"/> + </else-if> <!-- Generic/Fallback Formats --> <else-if type="bill book graphic legal_case legislation report song" match="any"> <group delimiter=", " suffix=". "> |