diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/citation-style-language/styles/modern-humanities-research-association.csl')
-rw-r--r-- | Master/texmf-dist/tex/latex/citation-style-language/styles/modern-humanities-research-association.csl | 26 |
1 files changed, 11 insertions, 15 deletions
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 73f0d89a108..a9c830f8afd 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 @@ -23,7 +23,7 @@ <category citation-format="note"/> <category field="generic-base"/> <summary>MHRA format with full notes and bibliography</summary> - <updated>2024-05-14T10:11:14-04:00</updated> + <updated>2024-10-30T12:10:40-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"> @@ -102,21 +102,17 @@ </else> </choose> </macro> - <macro name="disambiguate"> + <macro name="title-subsequent"> <choose> - <if disambiguate="true"> - <choose> - <if variable="title" match="none"> - <text macro="issued"/> - </if> - <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> - <text variable="title" font-style="italic" text-case="title" form="short"/> - </else-if> - <else> - <text variable="title" quotes="true" text-case="title" form="short"/> - </else> - </choose> + <if variable="title" match="none"> + <text macro="issued"/> </if> + <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> + <text variable="title" font-style="italic" text-case="title" form="short"/> + </else-if> + <else> + <text variable="title" quotes="true" text-case="title" form="short"/> + </else> </choose> </macro> <macro name="title-sort-substitute"> @@ -449,7 +445,7 @@ <if position="subsequent"> <group delimiter=", "> <text macro="contributors-short"/> - <text macro="disambiguate"/> + <text macro="title-subsequent"/> <text macro="locators-specific-note"/> </group> <text macro="point-locators-subsequent"/> |