Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder1.news.weretis.net!news.albasani.net!.POSTED!not-for-mail From: Uwe Scholz Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Thin space between value and unit in key with eps enhanced terminal Date: Mon, 11 Feb 2013 15:06:46 +0100 Organization: private Lines: 27 Message-ID: <877gmfaqrt.fsf@web.de> References: <87haljnod7.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain X-Trace: news.albasani.net Gv4qjVuIHSVG0H17241bNyeFRSMesuXGi2kMcrq13lH/r8iWyofMx1ffEnEZpwUjKhUwq83pbuLEEHATOA3Z3CMKOcmfD8L+LGuzxTUxgQOzDU1qEuI4DQAqHxm7PxE2 NNTP-Posting-Date: Mon, 11 Feb 2013 14:06:46 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="vqO+st7wryYmZZvoA7G2sa0e2RUAEjp7JMhyo2Bb533PPwVsIe/30zhtTssOrr1iG3WllIjx9JepM4WxXCseB85HCMHIuC/R0eB1mWVgeDFV8ReohKeXsxJkrfUI/RjL"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:Gk/ifVTPW/2E0NlqrXANKZp0aJA= sha1:q+n/LGF/JGkFEPTP0zWaOMcF/+w= Xref: csiph.com comp.graphics.apps.gnuplot:1622 Hi Christoph, Thank you! This helped me allot. I'll take the version with textcomp-Package. :-) Ciao, Uwe Christoph Bersch writes: > Hi, > > Am 11.02.2013 11:20, schrieb Uwe Scholz: >> >> for a report I'm trying to generate a plot with gnuplot. I'd like to >> have a thin space(*) between the value and the unit in the legend of the >> plot, which is done in LaTex by "\,". > > [...] > set terminal epslatex standalone header '\usepackage{textcomp}' > set output 'out.tex > plot 1/(x+5) ti 'He, 1 keV/\textmu m',\ > 1/(x+5)**2 ti 'He, 1\,keV/\textmu m' > set output > system('latex out.tex && dvips out.dvi && ps2eps -f -B out.ps') > Christoph