From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24941 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: present for mojca Date: Wed, 04 Jan 2006 17:14:51 +0100 Message-ID: <43BBF47B.9090507@wxs.nl> References: <6faad9f00601030018h35a6a95cj5bf3ce468e39f4eb@mail.gmail.com> <6faad9f00601031227k520f1c82k386b7c246e7031f1@mail.gmail.com> <43BAF5B1.1010703@wxs.nl> <43BBDF7F.5090302@wxs.nl> <43BBEB08.4010707@net-b.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136391334 6980 80.91.229.2 (4 Jan 2006 16:15:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2006 16:15:34 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 04 17:15:34 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EuBHw-0001lR-CF for gctc-ntg-context-518@m.gmane.org; Wed, 04 Jan 2006 17:15:00 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2776F1281D; Wed, 4 Jan 2006 17:15:00 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08053-03-4; Wed, 4 Jan 2006 17:14:58 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 215BE12811; Wed, 4 Jan 2006 17:14:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B646812811 for ; Wed, 4 Jan 2006 17:14:56 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08053-03-3 for ; Wed, 4 Jan 2006 17:14:55 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with SMTP id BC2581280F for ; Wed, 4 Jan 2006 17:14:55 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 10247 for ; Wed, 04 Jan 2006 17:23:55 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43BBEB08.4010707@net-b.de> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24941 Archived-At: Tobias Burnus wrote: > Hi, > > Hans Hagen wrote: > >> see attached file for usage >> %D [ file=m-gnuplot, >> > > > This does not work here, the produced .gpd file looks like: > ----------------------- > ^Mset title "trigonometry"^Mset terminal postscript > set output "gpl-gnuplot-1.ps" > ^Mplot sin(x) > end > ----------------------- > ^M stands for \r (Carridge, decimal 13, hex 0d, oct 015). > > I frankly don't understand why one does not get a \n (linefeed, > decimal 10/0A/012) or a ";\n" for that matter > ["\def\par{;\rawcharacter{10}}"]. do you use the natural.ctx file when building the format? don't ask me why, but for some obscure reasons tex distributions like to default to a not so 255 tcx setup (called 255 -) you really need to make sure that locales are ignored maybe \def\par{; } also works here, i dunny how long gnuplot lines may be Hans