diff options
author | Karl Berry <karl@freefriends.org> | 2023-04-03 21:32:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-04-03 21:32:12 +0000 |
commit | f7e460629cd4ad5b5633111ebcfe71c4d9dfa545 (patch) | |
tree | 9d18c6da99ca46eb92eb8019b2880c7c2d33e990 /Master/texmf-dist/tex/latex/citation-style-language/styles/american-sociological-association.csl | |
parent | e7038d590db60ddbdbb89f18f8251bc096355c09 (diff) |
citation-style-language (3apr23)
git-svn-id: svn://tug.org/texlive/trunk@66749 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/citation-style-language/styles/american-sociological-association.csl')
-rw-r--r-- | Master/texmf-dist/tex/latex/citation-style-language/styles/american-sociological-association.csl | 13 |
1 files changed, 12 insertions, 1 deletions
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=", "> |