e.g:
_
R/W
would be written as R/W\
Udi
On 2/26/06, Carlos Nieves Ónega <[EMAIL PROTECTED]> wrote:
Hi,
I have some prototype working code for the overbars (just to proof the
concept). As it is now, the overbars are put in all kind of text, not
only pinlabels (really should we limit it to pinlabels?), the PS output
is not fixed yet (I think I won't fix the PS code since I have very
little knowledge of postscript language), and there are no escape
characters implemented. As I said, it is very basic right now.
I would like to have some character to start and end the overbar. This
way I can label a pin like:
_____
READ/WRITE
I followed the Tragesym's rule to use the underscore '_' as overbar
delimiter. If I want to get the above pinlabel, I should write:
READ/_WRITE_ . I think the '_' character is commonly used, so maybe it
is not a right choice (the users will have to escape all those '_'
characters they really want. Maybe the character # is better?
There should be some free space between the overbar and the text. I left
a fixed quantity of 50 mils. I think it's better that it depends on the
font size (like 0.5*font_height, for example).
Regards,
Carlos
P.S. Attached patch (libgeda/noweb directory).