OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: Capital latin "Q" with dot above


 Hi,

short update:
I've solved the missing Q-dot issue with an svg image, used with an
entity &Qdot;.

<!ENTITY Qdot "<inlinemediaobject><imageobject role='fo'><imagedata
contentdepth='11pt' fileref='./images/Qdot.svg'
/></imageobject></inlinemediaobject>" >

Constraints:

My body.font.size is 10pt. Using fixed 11pt for imagedata's contentdepth
fits the Qdot into the body text ("Q" approximately the height of body
font capital letters).

Tip: Write <para>Q&Qdot;</para> and adapt contentdepth correspondingly.

This works only when using &Qdot; inside <para> tags (or tags with
respective font size). And it creates an additional 1pt margin to the
upper text line.

Using relative contentwidth "1em" doesn't work as expected. The inline
image is way too big. But because the fixed contentdepth value worked, I
stopped testing with other options.

Juggling with alternative fonts would be more elegant, but because I
only need it inside a single <para> one-liner this "quick hack" fits my
needs.

Regards
Michael


Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]