RE: [docbook-apps] Capital latin "Q" with dot above

2018-06-12 Thread maxwell
On 2018-06-12 14:14, Jan Tosovsky wrote: You cannot combine multiple characters to form the composed one. If there is Unicode character for this combination, you can use it directly. If it is not displayed correctly, it means your font doesn't contain this character and you need to switch to the

RE: [docbook-apps] Capital latin "Q" with dot above

2018-06-12 Thread Jan Tosovsky
On 2018-06-11 oa...@docbook-autor.de wrote: > > as it seems there isn't an entity for a capital latin "Q" with a dot > above like &Qdot;. > > I'm wondering how to realise generic diacritical marks with DocBook > (besides using an inline image...). You cannot combine multiple characters to form t

Re: [docbook-apps] Capital latin "Q" with dot above

2018-06-12 Thread jmt
Unicode provides "combining diacritical marks" : you can use "COMBINING DOT ABOVE", the hexadecimal value of which is 307 : in xml : Q̇ in text, on a linux platform (Hold down the shift and control keys while typing 'u' and the hex value) Q̇ Please note that result is dependant on the font you