Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: LaTeX in strings like "label" and "title" Followup-To: comp.graphics.apps.gnuplot Date: Mon, 19 Dec 2011 10:41:26 -0800 Organization: gnuplot development team Lines: 15 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Injection-Date: Mon, 19 Dec 2011 18:41:26 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="16982"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+tEaOlqYfROBI9YdKPffwT" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:glxsMJVZiG1xVJcxdAWcPGar3i0= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:768 Gudrun wrote: > Dear all, > > I don't understand how to achieve $\pm$ in a title or label? $\pm$ is > LaTeX-Code for +-. I use set terminal postscript as output. Is LaTeX > $\pm$ possible somehow for this terminal, please? You can only use LaTeX markup for the various TeX terminals, not for PostScript. The ± symbol is octal \261 in the PostScript Symbol font. All PostScript output devices should support this, as it is one of the standard fonts. See the gnuplot documentation for "enhanced text" for examples of how to change fonts, use superscripts, etc.