From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/73092 Path: news.gmane.org!not-for-mail From: Paul Menzel Newsgroups: gmane.comp.tex.context Subject: Re: gnuplot: `! Undefined control sequence.` with format specifier % Date: Mon, 12 Dec 2011 01:20:00 +0100 Message-ID: <1323649200.26949.19.camel@mattotaupa> References: <1323647509.26949.14.camel@mattotaupa> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1372542430==" X-Trace: dough.gmane.org 1323649214 5688 80.91.229.12 (12 Dec 2011 00:20:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2011 00:20:14 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 12 01:20:10 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RZtco-0003n2-77 for gctc-ntg-context-518@m.gmane.org; Mon, 12 Dec 2011 01:20:10 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6A1BECB164; Mon, 12 Dec 2011 01:20:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2QgDiMcQ8OiC; Mon, 12 Dec 2011 01:20:06 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6E002CB15C; Mon, 12 Dec 2011 01:20:06 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7A1E1CB15C for ; Mon, 12 Dec 2011 01:20:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I2io0122WJuq for ; Mon, 12 Dec 2011 01:20:03 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id 85E13CABBD for ; Mon, 12 Dec 2011 01:20:03 +0100 (CET) Original-Received: from mail.gw90.de (mail.gw90.de [188.40.100.199]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pBC0K2JY014292 for ; Mon, 12 Dec 2011 01:20:02 +0100 Original-Received: from f053043131.adsl.alicedsl.de ([78.53.43.131] helo=[192.168.178.21]) by mail.gw90.de with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RZtcf-0001Zs-Tj for ntg-context@ntg.nl; Mon, 12 Dec 2011 00:20:02 +0000 In-Reply-To: X-Mailer: Evolution 3.0.3-2 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=188.40.100.199; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08G80k2k9 - c2c044d18a02 - 20111212 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:73092 Archived-At: --===============1372542430== Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-dq5qciM/vs9X+1tnmeGE" --=-dq5qciM/vs9X+1tnmeGE Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Am Montag, den 12.12.2011, 01:02 +0100 schrieb Mojca Miklavec: > On Mon, Dec 12, 2011 at 00:51, Paul Menzel wrote: > > I compiled gnuplot 4.5 from source (master) and got everything running. > > Mojca, thank you so much! > > > > Trying the example from the gnuplot page in the Wiki [1] > > > > \usemodule[gnuplot] > > > > \setupGNUPLOT[terminal=3Dmp,option=3Dcolor] > > > > % general settings for the whole document > > \startGNUPLOTinclusions > > > > # you may use TeX commands to format the titles and axes > > set title '\bf Trigonometry' > > set xlabel '$x$' > > set ylabel '$y$' > > set format y '\%.1f' >=20 > This should have been without the backslash. > > In beginning the text was processed with TeX, not it is taken > literally (% doesn't start the comment any more), so maybe it's a > leftover from the very early days. I will check the wiki. I see. Thank you. It does not complain anymore. > > Actually I hope that it is since then upgrading would fix my issue. ;-) >=20 > ... however I still have some problems. For some reason ConTeXt only > generates dvi files from metapost code which has never been the case > before. I need to figure out what is going on. I am also getting other errors now and even moving the ConTeXt file to a new directory I keep getting this error from `mpost`. fonts : using map file: original-ams-euler [1.1] [1.1] [1.1] [1.1] [1.1] [1.1] [1.1] [1.1] [1.1] [1.1] [1.1] [= 1.1] [1.1] [1.1] [1.1] [1.1] systems : end file gnup-gnuplot-1-mp-temp at line 130 (/srv/filme/context/tex/texmf-context/tex/context/base/cont-err.mki= i systems : no file 'cont-sys.tex', using 'cont-sys.rme' inst= ead ) ) Output written on gnup-gnuplot-1-mp-temp.dvi (16 pages, 1360 bytes)= . Transcript written on gnup-gnuplot-1-mp-temp.log. TeXExec | runtime: 0.244803 =20 This is MetaPost, version 1.504 (kpathsea version 6.0.0) =20 mpost: Not writing to .log (openout_any =3D p). ! I can't write on file `.log'. Please type another transcript file name: Thanks, Paul --=-dq5qciM/vs9X+1tnmeGE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk7lSLAACgkQPX1aK2wOHVhbpwCfSOwJJtHmfS/9MJ6W+aE3LI2R h+YAn1f1WGq1h6tMqRxwZUCpUH8Fcl9m =JT4G -----END PGP SIGNATURE----- --=-dq5qciM/vs9X+1tnmeGE-- --===============1372542430== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============1372542430==--