Correct title macro
This commit is contained in:
parent
086ac222ce
commit
dd4dec57cc
1 changed files with 4 additions and 4 deletions
|
@ -85,10 +85,10 @@
|
|||
<macro name="title">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" text-case="sentence" font-style="italic"/>
|
||||
<text variable="title" font-style="italic"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" text-case="sentence" prefix="„"
|
||||
<text variable="title" prefix="„"
|
||||
suffix="”"/>
|
||||
</else>
|
||||
</choose>
|
||||
|
@ -96,10 +96,10 @@
|
|||
<macro name="title-short">
|
||||
<choose>
|
||||
<if type="book">
|
||||
<text variable="title" text-case="sentence" font-style="italic" form="short"/>
|
||||
<text variable="title" font-style="italic" form="short"/>
|
||||
</if>
|
||||
<else>
|
||||
<text variable="title" text-case="sentence" prefix="„"
|
||||
<text variable="title" prefix="„"
|
||||
suffix="”" form="short"/>
|
||||
</else>
|
||||
</choose>
|
||||
|
|
Loading…
Add table
Reference in a new issue