From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13343 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: OT: MP source docu Date: Thu, 18 Sep 2003 21:11:33 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20030918211133.484df21f.morawski@gmx.net> References: <20030918134243.52617f6e.morawski@gmx.net> <5.2.0.9.1.20030918142250.020ece40@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063912656 1537 80.91.224.253 (18 Sep 2003 19:17:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2003 19:17:36 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Sep 18 21:17:35 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A04HX-0005qF-00 for ; Thu, 18 Sep 2003 21:17:35 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id BC87210B1C; Thu, 18 Sep 2003 21:17:32 +0200 (MEST) Original-Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id D770610AF1 for ; Thu, 18 Sep 2003 21:11:29 +0200 (MEST) Original-Received: (qmail 25397 invoked by uid 65534); 18 Sep 2003 19:11:24 -0000 Original-Received: from port1175.fra.ginko.net (EHLO melior.localdomain) (212.202.66.159) by mail.gmx.net (mp001) with SMTP; 18 Sep 2003 21:11:24 +0200 X-Authenticated: #1987443 Original-To: ntg-context@ntg.nl In-Reply-To: <5.2.0.9.1.20030918142250.020ece40@server-1> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13343 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13343 On Thu, 18 Sep 2003 14:36:09 +0200 Hans Hagen wrote: > >- it always writes "ConTeXt" on top of the title page. Since my package > > is not related to ConTeXt, how can i replace it with a different title, > > i.e. > > the package name? > > >diff backup\s-mod-00.tex s-mod-00.tex > 43a44 > > system=\CONTEXT, > 186c187 > < \TitleFrame{\CONTEXT}} > --- > > \TitleFrame{\Modulesystem}} > > this patch will honor ...,system=Whatever,... settings this works fine.. > >- how can i activate an other color palette for pretty printing of the > > MP code? > \definecolor [colorprettyone] [green] % red > \definecolor [colorprettytwo] [red] % green > \definecolor [colorprettythree] [yellow] % blue > \definecolor [colorprettyfour] [blue] % yellow > > see core-ver for details on how palets are defined. > > You can put this kind of setting somewhere in the file, after %M's > > %M \define... i've tried: %M \definecolor [colorprettyone] [r=1] %M \definecolor [colorprettytwo] [g=1] %M \definecolor [colorprettythree] [b=1] %M \definecolor [colorprettyfour] [r=1,b=1] since this hasn't changed anything, i added %M \definepalet %M [MPcolorpretty] %M [ prettyone=colorprettyone, %M prettytwo=colorprettytwo, %M prettythree=colorprettythree, %M prettyfour=colorprettyfour] which did not help and even an additional %M \setuptyping[MP][palet=MPcolorpretty] still results in the default gray palet. since the code in the .ted file is enclosed in \start|\stopdefinition i even tried: %M \setuptyping[definition][palet=MPcolorpretty] but this results in full black text, no grays at all I'm running texexec with color enabled: texexec --pdf --color --module ... so what i'm doing wrong? TIA, Jens