Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: plimsoll / standard enthalpy of formation Date: Thu, 12 Feb 2015 20:37:11 +0100 Organization: A noiseless patient Spider Lines: 32 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Date: Thu, 12 Feb 2015 19:36:34 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="fe7a5c7df79c4c0ce8c305d4a02f04f9"; logging-data="16382"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19HZeMjTvfPxM2Thlt7OjtwxedaxDJ7CVY=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 In-Reply-To: Cancel-Lock: sha1:mZB7QIcQYJ4+jFvHVjVdXJhpa8k= Xref: csiph.com comp.graphics.apps.gnuplot:2748 On 12.02.2015 08:41, J=C3=B6rg Buchholz wrote: > Hello, > > I will set a label and/or a xlabel with a "plimsoll" at superscript > character. > In LaTeX, with "\usepackage{chemmacros}", you can do it with something > like this: > > $\Delta H_{\mathrm{f}}^{\standardstate}$ > > For the term postscript enhanced I found two workarounds. > > set xlabel "{/Symbol D}H@^{~\261__o}_f" > > lx=3D0 > ly=3D-0.0 > set label 1 '{/Symbol D}H_f' at lx,ly font ",14" right > set label 2 '{/Symbol=3D6 \306}' at lx,ly rotate by -45 offset char 0,0= =2E6 > left > > The first one (xlabel) did not work with term pdfcairo enhanced and the= > second one (label) needs some other offsets. > > Is there a better solution? I have tested the term epslatex. Works great for placing the diagram in=20 latex and pdflatex. J=C3=B6rg