xslt - Docbook ebnf.assignment -


i trying use right arrow glyph postscript symbol font docbook ebnf assignment operator, this:

<xsl:param name="ebnf.assignment">   <fo:inline font-family="symbol">     &#x2234;   </fo:inline> </xsl:param> 

but places arrow in subscript position. moving superscript possible, have not been able find way place in middle.

any ideas how work?

any other ways use nice looking bnf assignment operator?


Comments

Popular posts from this blog

iOS: Performance of reloading UIImage(name:...) -

How to prevent logback from emitting repeated "Empty watch file list. Disabling" messages -

c# SetCompatibleTextRenderingDefault must be called before the first -