comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Angstrom symbol in IDL/PvWave title
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Angstrom symbol in IDL/PvWave title [message #393 is a reply to message #391] Wed, 25 March 1992 05:51 Go to previous messageGo to previous message
dieh1232 is currently offline  dieh1232
Messages: 1
Registered: March 1992
Junior Member
In article <1992Mar24.201306.16257@ucsu.Colorado.EDU> boroson@ucsu.Colorado.EDU (BOROSON BRAM S) writes:
> I'm making a plot and I need to use an Angstrom symbol in a title.
> I don't see this symbol listen in the vector-drawn fonts (chapter 12
> of the IDL manual) and I was wondering how other people solve this.
>
We got the same sort of problem here in Germany with our Umlauts ("a,"o,"u).
As a workaround I initialize a commmon block at the beginning of each
session that contains strings with base-character, the two dots and some
character-positioning-commands. It is not really perfect in the looks, but
PVI didn't offer anything better. For using these special characters I
concatenate them with the other parts of the string to print,

e.g.: title=aeg+'rger'
common umlaut ,ae,aeg,oe,oeg,ue,ueg
ae='!sa!r!u!e!9 . . !n!3' & aeg='!sA!r!u!e!9 . . !n!3'
oe='!so!r!u!e!9 . . !n!3' & oeg='!sO!r!u!e!9 . . !n!3'
ue='!su!r!u!e!9 . . !n!3' & ueg='!sU!r!u!e!9 . . !n!3'

I suppose you could create the Angstrom in a similar way.

rolf

rolf diehl technical university berlin
dieh1232@files1zrz.zrz.tu-berlin.de
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Creating transparent image overlay
Next Topic: Has anyone written idl-mode.el?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 00:20:59 PDT 2025

Total time taken to generate the page: 0.32415 seconds