Minor edit to how titles are handled.
This commit is contained in:
parent
576af8591a
commit
d0275982d5
1 changed files with 2 additions and 9 deletions
|
@ -117,14 +117,7 @@
|
|||
<layout suffix=".">
|
||||
<text variable="citation-number" suffix="."/>
|
||||
<text macro="author" suffix=". "/>
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text macro="title" suffix=". " font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
<text macro="title" suffix=". "/>
|
||||
</else>
|
||||
</choose>
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text macro="book-publisher" suffix="."/>
|
||||
|
|
Loading…
Reference in a new issue