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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -