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

Home » Public Forums » archive » Re: QUESTION: special characters in postscript output
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: QUESTION: special characters in postscript output [message #928 is a reply to message #927] Fri, 12 March 1993 17:50 Go to previous messageGo to previous message
rivers is currently offline  rivers
Messages: 228
Registered: March 1991
Senior Member
; This program section defines some strings which contain both English
; and Greek characters. It treats PostScript and all other devices
; differently. The strings are "K (alpha)", "K (beta)", etc. These are
; symbols for x-ray emission lines. This works in IDL 3.0. I am not sure
; about PV-WAVE.
if !d.name eq 'PS' then begin
!p.font = 0
!p.thick = 5
!p.charsize=1.5
chsize=1.5
device, xsize=10, ysize=7, /inch, /land
ka = 'K!9a!X'
kb = 'K!9b!X'
la1 = 'L!9a!X!D1'
lb1 = 'L!9b!X!D1'
lb2 = 'L!9b!X!D2'
lb3 = 'L!9b!X!D3'
lg1 = 'L!9g!X!D1'
endif else begin
!p.font=-1
!p.thick = 1
!p.charsize=1.0
chsize=1.0
ka = 'K!7a!X'
kb = 'K!7b!X'
la1 = 'L!7a!X!D1'
lb1 = 'L!7b!X!D1'
lb2 = 'L!7b!X!D2'
lb3 = 'L!7b!X!D3'
lg1 = 'L!7c!X!D1'
endelse

xyouts, 6.842, 30, 'Eu '+lb2, orien=90, size=chsize
xyouts, 6.571, 20, 'Eu '+lb3, orien=90, size=chsize


end
--
Mark Rivers (516) 282-7708 or 5626
Building 815 rivers@bnlx26.nsls.bnl.gov (Internet)
Brookhaven National Laboratory rivers@bnl (Bitnet)
Upton, NY 11973 BNLX26::RIVERS (Physnet)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Q: How to scroll image quickly in IDL 2.4.0?
Next Topic: Looking for DECODE_GIF

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

Current Time: Sat Oct 11 02:07:52 PDT 2025

Total time taken to generate the page: 1.19850 seconds