b/c of fallback behavior, need a trick to not small-cap substitued case titles

This commit is contained in:
Bruce D'Arcus 2008-03-22 14:58:33 +00:00
parent 4f327c1f85
commit fe2d745fb9

View file

@ -34,6 +34,9 @@
<if type="book">
<text macro="name-macro" font-variant="small-caps"/>
</if>
<if type="legal_case">
<text macro="name-macro"/>
</if>
<else>
<text macro="name-macro"/>
</else>