changed to use small-caps for book titles
This commit is contained in:
parent
22233aaf0e
commit
ed33781f6d
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@
|
|||
</macro>
|
||||
<macro name="title">
|
||||
<choose>
|
||||
<if type="book article">
|
||||
<if type="book">
|
||||
<text variable="title" font-variant="small-caps"/>
|
||||
</if>
|
||||
<if type="article">
|
||||
<text variable="title" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
|
|
Loading…
Add table
Reference in a new issue