[NTG-context] tabulate

2010-11-20 Thread Herbert Voss
this worked some days ago: \starttext \starttabulate[|p(3cm)|p|] \NC foo \NC bar \NC \stoptabulate \stoptext minimal mkiv Herbert systems : begin file 09-02-15.ctxcrop at line 1 ! Undefined control sequence. \bskip ...bulatehook \ifconditional \autotabulate

Re: [NTG-context] tabulate

2010-11-20 Thread Hans Hagen
On 20-11-2010 9:27, Herbert Voss wrote: this worked some days ago: \starttext \starttabulate[|p(3cm)|p|] \NC foo \NC bar \NC \stoptabulate \stoptext minimal mkiv I'll check it ... I did some cleanup + added color support. For the moment add \NR to end the row

[NTG-context] tabulate font setting

2010-11-20 Thread Herbert Voss
trhe documentation says, that this should work: \starttext {\bs bold slanted} {\bi bold italic} \starttabulate[||f\bs|f\bi|] \NC foo\NC bar\NC baz\NC \stoptabulate \stoptext I get a foo bar baz in the default font setting Herbert

Re: [NTG-context] Is the chart module broken?

2010-11-20 Thread Hans Hagen
On 20-11-2010 6:04, Cecil Westerhof wrote: 2010/11/19 Hans Hagenpra...@wxs.nl can you run mpost from the prompt Yes, that gives: Sorry, I can't find that mem file; will try PLAIN. I can't find the PLAIN mem file! that's real weird in the tex live cnf file I see shell_escape_commands

Re: [NTG-context] Scaling with \filterpages not working?

2010-11-20 Thread Procházka Lukáš
Thanks all for the answers. The solution by both Peters works well: --- \starttext \filterpages[1.pdf][1:2] \page \setuplayout[page] \filterpages[1.pdf][1:2] \setuplayout[reset] \page \stoptext --- To Hans: I really needed to filter out some pages. (In this case, I wanted to use

Re: [NTG-context] tabulate

2010-11-20 Thread Herbert Voss
Am 20.11.2010 12:39, schrieb Hans Hagen: in tabl-tbl.mkiv: \newconditional \ifautotabulate should be \newconditional \autotabulate Hans, thanks, but that produces a new problem. http://perce.de/temp/x.png Herbert

Re: [NTG-context] tabulate

2010-11-20 Thread Herbert Voss
Am 20.11.2010 14:10, schrieb Herbert Voss: Am 20.11.2010 12:39, schrieb Hans Hagen: in tabl-tbl.mkiv: \newconditional \ifautotabulate should be \newconditional \autotabulate Hans, thanks, but that produces a new problem. http://perce.de/temp/x.png forgot the code: \starttext

Re: [NTG-context] Scaling with \filterpages not working?

2010-11-20 Thread Hans Hagen
On 20-11-2010 1:37, Procházka Lukáš wrote: - I can't use \externalfigure as it places just ONE specific page to the document. \dostepwiserecurse{3}{5{1}{ \startTEXpage \externalfigure[whatever.pdf][page=\recurselevel] \stopTEXpage }

Re: [NTG-context] Is the chart module broken?

2010-11-20 Thread Cecil Westerhof
2010/11/20 Hans Hagen pra...@wxs.nl so you have only minimals ... and there all is set up to run mp runtime Should I install more? strange that no one else has this problem of not finding mpost in the binpath then Proberly something wrong with my installation, but that is only part of the

Re: [NTG-context] Is the chart module broken?

2010-11-20 Thread Aditya Mahajan
On Sat, 20 Nov 2010, Cecil Westerhof wrote: To http://live.contextgarden.net/, then there is also only text. contextgarden does not have write18 enabled. So, to get MP graphics, you need to add \runMPgraphicsfalse on the top of your file. In the minimals, write18 is enabled, so you do

Re: [NTG-context] XML pretty printer?

2010-11-20 Thread Renaud AUBIN
Hi ConTeXters, I have a first operational version of my lpeg-based xml pretty printer: http://www.nibua-r.org/gitsnap/pret-xml/ operational means: 1 − That pretty printer will type only partially valid xml file test/other will be considered valid test att=testsome invalid text / is not

Re: [NTG-context] XML pretty printer?

2010-11-20 Thread Renaud AUBIN
Ooops, it's not a detail but I need to precise that if the xml input is not valid (from my custom pret-xml pov), nothing will be processed! Renaud Le 20/11/2010 20:40, Renaud AUBIN a écrit : Hi ConTeXters, I have a first operational version of my lpeg-based xml pretty printer:

[NTG-context] tabulate with span columns

2010-11-20 Thread Herbert Voss
\def\tabulateuse#1{% \dorecurse{\numexpr2*#1-1\relax} {\span\omit}} \appendtoks \let\use\tabulateuse \defineTABLEshorthands \to \everytabulate \starttext \starttabulate[|l|Bc|c|c|c|r|] \NC a\NC b\NC c \NC d\NC e\NC f\NC\NR \NC a\NC b\use2 \NC d\NC e\NC f\NC\NR \NC a\NC b\use3

Re: [NTG-context] Is the chart module broken?

2010-11-20 Thread Willi Egger
I do not know what happens. With your sample code I get: With ConTeXt ver: 2010.11.20 12:51 MKII fmt: 2010.11.20 int: english/english .../lua64/tex/texmf-context/tex/context/base/m-chart.mkii XML : loading flowchart support )) Fatal error: catcode push/pop mismatch. Fix this!

Re: [NTG-context] Is the chart module broken?

2010-11-20 Thread Otared Kavian
Hi all, As a matter of fact with any document using the chart module, mkii stops with \wait= This happens with the following minimal test, for example: %%% begin bug-chart.tex \usemodule[chart] \startFLOWchart[cells] \startFLOWcell \location {1,1}

Re: [NTG-context] Defining a command for enumeration+block

2010-11-20 Thread Glen Callaghan
Hi Wolfgang, With MkIV blocks are hidden by default while MkII prints them, add \keepblocks[Block] to your document and the blocks will appear. Using \keepblocks worked thanks. Unfortunately, now the \reset command doesn't seem to work in mkiv (see attachment), but's ok in mkii. Glen

Re: [NTG-context] Second Try for help using Windows 7 Winedt6.0 MiKTeX 2.9 to process ConTeXt

2010-11-20 Thread Mojca Miklavec
On Fri, Nov 19, 2010 at 13:28, Hans Hagen wrote: On 19-11-2010 12:54, Ulrike Fischer wrote: and so format generation fails because a context.tex in the documentation of circuittikz is found. ah, interesting; it makes me wonder why the doc search path is consulted in the firstplace (maybe

Re: [NTG-context] Metafont usage

2010-11-20 Thread Mojca Miklavec
On Fri, Nov 19, 2010 at 17:14, Martin 'golodhrim' Scholz wrote: In article 4ce65d02.7060...@elvenkind.com, Taco Hoekwater wrote: On 11/18/2010 11:33 PM, Martin 'golodhrim' Scholz wrote:     I want to use the open source MetaFont for suetterlin and Are you using texlive? (the font is available

Re: [NTG-context] XML pretty printer?

2010-11-20 Thread Renaud AUBIN
+ zip and tar.gz available http://www.nibua-r.org/gitsnap/ I have a first operational version of my lpeg-based xml pretty printer: http://www.nibua-r.org/gitsnap/pret-xml/ ___ If your question is of interest

Re: [NTG-context] Metafont usage

2010-11-20 Thread Martin 'golodhrim' Scholz
In article aanlktimp9vosif8qj5zfzozpbdlt=lgd09cxk9t_n...@mail.gmail.com, Mojca Miklavec wrote: On Fri, Nov 19, 2010 at 17:14, Martin 'golodhrim' Scholz wrote: In article 4ce65d02.7060...@elvenkind.com, Taco Hoekwater wrote: On 11/18/2010 11:33 PM, Martin 'golodhrim' Scholz wrote:     I want

Re: [NTG-context] Is the chart module broken?

2010-11-20 Thread Cecil Westerhof
2010/11/20 Hans Hagen pra...@wxs.nl: so you have only minimals ... and there all is set up to run mp runtime strange that no one else has this problem of not finding mpost in the binpath then Found the problem. The first time I used ConTeXt it was not in the repository and I downloaded it.

[NTG-context] Creating graphic file instead of PDF

2010-11-20 Thread Cecil Westerhof
I am making flowcharts with ConTeXt. Because the flowcharts have to be included in other documents, I would like to make graphic files (jpeg, png, ...). Also not bigger as needed to represent the flowchart. Can this be done. -- Cecil Westerhof

Re: [NTG-context] Creating graphic file instead of PDF

2010-11-20 Thread Vnpenguin
Import your PDF into Inkscape so you get SVG. From this format you can export to PNG at any size. On Sun, Nov 21, 2010 at 07:21, Cecil Westerhof cldwester...@gmail.com wrote: I am making flowcharts with ConTeXt. Because the flowcharts have to be included in other documents, I would like to