"qbar"

Here should go questions about transforming XML with XSLT and FOP.
jsb
Posts: 20
Joined: Sat Nov 26, 2005 5:17 pm
Location: Houston, Texas, USA
Contact:

"qbar"

Post by jsb »

Is it possible to write a "q" with a bar above it? I've never seen one - I suspect I'll have to do that one via graphic image ...

Jon
Jon Berndt
Development Coordinator
JSBSim Project
Open Source Flight Dynamics Model
http://www.jsbsim.org
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi Jon,

There is such a character, check the link below:
http://www.unicode.org/charts/PDF/U0180.pdf

Ǭ is Ǭ
ǭ is ǭ

Best Regards,
George
jsb
Posts: 20
Joined: Sat Nov 26, 2005 5:17 pm
Location: Houston, Texas, USA
Contact:

Post by jsb »

george wrote:Hi Jon,

There is such a character, check the link below:
http://www.unicode.org/charts/PDF/U0180.pdf

Ǭ is Ǭ
ǭ is ǭ

Best Regards,
George
That's close, but not quite there. Not sure if I can use it - plus: it didn't show up right in this post, which worries me. I was hoping there was something akin to the underline property <u></u> that does an "overline", or a way to combine two letters in one space. There is an overline character by itself, but no way I can see to superimpose that on an actual letter.

Jon
Jon Berndt
Development Coordinator
JSBSim Project
Open Source Flight Dynamics Model
http://www.jsbsim.org
jm_7
Posts: 1
Joined: Thu Apr 16, 2015 8:00 pm

Re: "qbar"

Post by jm_7 »

I want to revisit this question. Is there a way in out of the box oXygen to have a text overline?
Radu
Posts: 9041
Joined: Fri Jul 09, 2004 5:18 pm

Re: "qbar"

Post by Radu »

Hi Joel,

This post in the XSLT and FOP category so I will assume you want to generate PDF using XSL-FO generated from the XML content.
In XSL-FO you can set the attribute text-decoration="overline" on FO elements to decorate the text inside them with overline.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply