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">
|
<macro name="title">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="title" text-case="sentence" font-style="italic"/>
|
<text variable="title" font-style="italic"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" text-case="sentence" prefix="„"
|
<text variable="title" prefix="„"
|
||||||
suffix="”"/>
|
suffix="”"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
|
@ -96,10 +96,10 @@
|
||||||
<macro name="title-short">
|
<macro name="title-short">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="book">
|
<if type="book">
|
||||||
<text variable="title" text-case="sentence" font-style="italic" form="short"/>
|
<text variable="title" font-style="italic" form="short"/>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="title" text-case="sentence" prefix="„"
|
<text variable="title" prefix="„"
|
||||||
suffix="”" form="short"/>
|
suffix="”" form="short"/>
|
||||||
</else>
|
</else>
|
||||||
</choose>
|
</choose>
|
||||||
|
|
Loading…
Add table
Reference in a new issue