At 13:42 18/09/2003 +0200, you wrote:
Hi,
i'm currently writing a MP package and would like to have a printable source documentation. 'texexec --module' does this job very well, but there are two things that i would have changed for my documentation (not in general): - 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
- how can i activate an other color palette for pretty printing of the MP code?
something: \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... Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------