Add not working journal entry

master
Aleksey Zubakov 2 years ago
parent 2725b14e74
commit 36d2ac2110
  1. 12
      templates/jcsl.csl

@ -31,6 +31,17 @@
</choose>
</group>
</macro>
<macro name="journal">
<group delimiter=": ">
<choose>
<if type="misc">
<text variable="journal" prefix="!!!!!!!"/>
</if>
</choose>
</group>
</macro>
<macro name="title">
<choose>
<if type="bill misc book graphic legal_case motion_picture report song" match="any">
@ -90,6 +101,7 @@
</sort>
<layout suffix=".">
<text macro="authors" suffix=". "/>
<text macro="journal"/>
<text macro="title"/>
<text macro="date" prefix=", " suffix=". "/>
<text macro="locators"/>

Loading…
Cancel
Save