Re: [NTG-context] tikz

2019-11-27 Thread Alan Braslau
You may want to take a look at the ConTeXt nodes module: https://www.tug.org/TUGboat/tb39-1/tb121braslau-nodes.pdf Alan On Wed, 27 Nov 2019 15:42:43 + Ursula Hermann wrote: > Hello everyone! > > I have: > \usemodule{tikz} > > \starttext > \starttikzpicture > node {root} > child {node

Re: [NTG-context] tikz

2019-11-27 Thread Eric Détrez
Le 27-11-2019 16:42, Ursula Hermann a écrit : Hello everyone! I have: \usemodule{tikz} \starttext \starttikzpicture node {root} child {node {left}} child {node {right} child {node {child}} child {node {child}} } \stoptikzpicture \stoptext Lot of errors \usemodule[tikz] % []

Re: [NTG-context] tikz

2019-11-27 Thread Martin Althoff
In addition Hrabans note When using tikz, don't use filenames with spaces. not: picture test.tex, better: picture-test.tex Building may work, so possibly not your error, but some text about pgf may appear in the PDF and empty files (here eg pictures) maybe created. bye, Martin On

Re: [NTG-context] Spurious newlines at beginning of startstop pair

2019-11-27 Thread Hans Hagen
On 11/27/2019 2:17 PM, Denis Maier wrote: Hi, I have this file: -- \newdimen\cslhangindent \cslhangindent=1.5em \definestartstop [cslreferences] [         before={%         \setupnarrower[left=\cslhangindent]        

Re: [NTG-context] tikz

2019-11-27 Thread Henning Hraban Ramm
Am 2019-11-27 um 16:42 schrieb Ursula Hermann : > > Hello everyone! > > I have: > \usemodule{tikz} \usemodule[tikz] (Didn’t check further.) Grüßlinge, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de GPG Key ID 1C9B22FD

[NTG-context] tikz

2019-11-27 Thread Ursula Hermann
Hello everyone! I have: \usemodule{tikz} \starttext \starttikzpicture node {root} child {node {left}} child {node {right} child {node {child}} child {node {child}} } \stoptikzpicture \stoptext Then after compiling I have the following mistake: Command Line: context.exe --synctex=-1 "picture

Re: [NTG-context] documenting sources

2019-11-27 Thread Pablo Rodriguez
On 11/26/19 11:18 PM, Hans Hagen wrote: > On 11/26/2019 5:33 PM, Pablo Rodriguez wrote: >> [...] >> I would like to know how to compile back-swf.mkiv to get the documentation. >> >> Which is the right command for that? > context --extra=module test.tex > > but there is a buglet in the lmtx version

[NTG-context] Spurious newlines at beginning of startstop pair

2019-11-27 Thread Denis Maier
Hi, I have this file: -- \newdimen\cslhangindent \cslhangindent=1.5em \definestartstop [cslreferences] [         before={%         \setupnarrower[left=\cslhangindent]         \startnarrower[left]%        

Re: [NTG-context] Abstracting styles

2019-11-27 Thread Hans Hagen
On 11/26/2019 8:00 PM, Juraj Fiala wrote: Hi, I’m trying to learn ConTeXt, but I’m discovering a few hurdles along the way. Essentially what I currently want to do is to emulate paragraph styles found in other software, e.g. Scribus. After several hours of research all I have in my head is a