Re: Embedded PostScript and java/dvi

2005-08-16 Thread Han-Wen Nienhuys
Fairchild wrote: Suggest adding "Postscript strings are ignored by the dvi viewer." to the \postscript definition in the overview of text markup commands. DVI is deprecated for 2.6 anyway. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen __

RE: Embedded PostScript and java/dvi

2005-08-16 Thread Fairchild
ubject: Re: Embedded PostScript and java/dvi It's normal. The dvi viewer does not interpret any postscript. Bert >This snippet, adapted from the documentation, doesn't produce the text >in the dvi file. The ps and pdf are OK. > >%% > >\ver

Re: Embedded PostScript and java/dvi

2005-08-16 Thread Bertalan Fodor
It's normal. The dvi viewer does not interpret any postscript. Bert This snippet, adapted from the documentation, doesn't produce the text in the dvi file. The ps and pdf are OK. %% \version "2.4.6" \score { { c''1_\markup { \postscript #" 4 -4 moveto /Times-Roman

Embedded PostScript and java/dvi

2005-08-16 Thread Fairchild
This snippet, adapted from the documentation, doesn't produce the text in the dvi file. The ps and pdf are OK. %% \version "2.4.6" \score { { c''1_\markup { \postscript #" 4 -4 moveto /Times-Roman findfont 3.0 scalefont setfont 90 rotate (hello) show " } } }