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 a21e85cda6
commit 26d19da225

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>