prefix or suffix in bold?
Is it possible to make suffixes and prefixes bold?
Example New Phytologist style:
<text macro="author" suffix="." font-weight="bold"/>
Makes the author bold but the period (suffix) should also be bold. Is this possible?
Example New Phytologist style:
<text macro="author" suffix="." font-weight="bold"/>
Makes the author bold but the period (suffix) should also be bold. Is this possible?
<group font-weight="bold">
<text macro="author" suffix="." />
</group>
Here's the style
git://gist.github.com/849006.git