Permalink
Browse files
Fix a few more et-al settings
- Loading branch information
|
@@ -336,7 +336,7 @@ |
|
|
<text macro="locator-or-pages"/> |
|
|
</group> |
|
|
</macro> |
|
|
<citation name-form="long" initialize-with=". " and="text" sort-separator=", " delimiter-precedes-last="never" et-al-min="3"> |
|
|
<citation name-form="long" initialize-with=". " and="text" sort-separator=", " delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"> |
|
|
<!-- the attributes on citation are inheritable name options --> |
|
|
<layout suffix="." delimiter=" ; "> |
|
|
<choose> |
|
@@ -402,7 +402,7 @@ |
|
|
</choose> |
|
|
</layout> |
|
|
</citation> |
|
|
<bibliography name-form="long" initialize-with=". " and="text" sort-separator=", " delimiter-precedes-last="never" et-al-min="3"> |
|
|
<bibliography name-form="long" initialize-with=". " and="text" sort-separator=", " delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1"> |
|
|
<!-- the attributes on bibliography are inheritable name options --> |
|
|
<sort> |
|
|
<key macro="author-or-editor" names-min="3" names-use-first="3"/> |
|
|
|
|
@@ -1,5 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-et-al="never" delimiter-precedes-last="never" demote-non-dropping-particle="sort-only" default-locale="en-US"> |
|
|
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" delimiter-precedes-last="never" demote-non-dropping-particle="sort-only" default-locale="en-US"> |
|
|
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) --> |
|
|
<info> |
|
|
<title>Journal of Aerosol Medicine and Pulmonary Drug Delivery</title> |
|
@@ -29,14 +29,14 @@ |
|
|
</locale> |
|
|
<macro name="editor"> |
|
|
<names variable="editor"> |
|
|
<name delimiter-precedes-et-al="never" delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
|
|
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
|
|
<label form="short" prefix=", "/> |
|
|
</names> |
|
|
</macro> |
|
|
<macro name="author"> |
|
|
<group suffix=":"> |
|
|
<names variable="author"> |
|
|
<name delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-use-first="19" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
|
|
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/> |
|
|
<label form="short" prefix=", "/> |
|
|
<substitute> |
|
|
<names variable="editor"/> |
|
@@ -112,7 +112,7 @@ |
|
|
</group> |
|
|
</layout> |
|
|
</citation> |
|
|
<bibliography hanging-indent="false" et-al-min="7" et-al-use-first="3" second-field-align="flush"> |
|
|
<bibliography hanging-indent="false" second-field-align="flush"> |
|
|
<layout> |
|
|
<text variable="citation-number" suffix=". "/> |
|
|
<text macro="author"/> |
|
|
|
@@ -95,7 +95,7 @@ |
|
|
</group> |
|
|
</layout> |
|
|
</citation> |
|
|
<bibliography hanging-indent="true" et-al-use-first="1" entry-spacing="0"> |
|
|
<bibliography hanging-indent="true" entry-spacing="0"> |
|
|
<sort> |
|
|
<key macro="author"/> |
|
|
<key variable="title"/> |
|
|
0 comments on commit
f9e7a0c