Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi, all...
We use Arbortext but don't have a license for Styler, and we want to properly style an element we're introducing to the DTD. Actually, it's the inline element from DocBook 4.5, not supported by the current version of Arbortext. How to do this?
I added the following code to our *.style file underneath our custom/doctypes directory, and the code element is now being styled properly, but now all generated text (chapter and section numbers, section titles from xrefs) is getting many leading and trailing spaces or underscores.
<element name="code" style="inline">
</context>
Right you are. I reverted the file and added my code without adding any white space, and the problem went away. Thanks so much!
Steve