From: Harald H. <h.h...@tu...> - 2004-10-27 20:32:22
|
On Wed, 27 Oct 2004 Giu...@ct... wrote: > Hi everybody, > > I would like to use a calligraphic lower-case l (LaTeX: \ell) in a label > using gnuplot (set terminal postscript enhanced). > > It seems not listed among the available characters within the Symbol font. If you have LaTeX installed gnuplot has normally has access to these fonts. You just have to embed the font file and access the glyph by the octal code. See ps_fontfile_doc.pdf that is included in gnuplot. Here (untested): set terminal postscript enhanced fontfile 'cmmi10.pfb' set label "{/CMMI10 \140}" at 0,0 > What other relatively "standard" postscript font would you recommend me to > use, hopefully containing also other relevant math characters? In this way, you have access to all math characters LaTeX knows (that are available as Type 1 fonts). Harald -- Harald Harders h.h...@tu... http://www.harald-harders.de |