Re: [NTG-context] Ideas for restructuring the ConTeXt garden?

2011-03-16 Thread Carlos Breton Besnier
2011/3/12 Florian Wobbe > Maybe we should start a discussion in a new thread to find out: > > 5) how to better promote context to new/latex users? > > I think is needed a installation guide for non-technical. A guide not only for programmers but a simple guide for dummies. Like me, I am no-develo

Re: [NTG-context] Ideas for restructuring the ConTeXt garden?

2011-03-16 Thread Carlos Breton Besnier
2011/3/12 Florian Wobbe > Maybe we should start a discussion in a new thread to find out: > > 5) how to better promote context to new/latex users? > > I think is needed a installation guide for non-technical. A guide not only for programmers but a simple guide for dummies. Like me, I write law bo

Re: [NTG-context] ConTeXt in MiKTeX

2011-03-11 Thread Carlos Breton Besnier
2011/3/11 Mojca Miklavec > On Thu, Mar 10, 2011 at 18:55, Carlos Breton Besnier wrote: > > 2011/3/10 Mojca Miklavec > > > > In the beginning: > > ! Undefined control sequence > > l.1 \starttext > > > > I can´t configure texworks. > > This me

Re: [NTG-context] ConTeXt in MiKTeX

2011-03-11 Thread Carlos Breton Besnier
2011/3/10 Carlos Breton Besnier > > > 2011/3/10 Mojca Miklavec > > On Thu, Mar 10, 2011 at 18:26, Carlos Breton Besnier wrote: >> > Hello. >> > I need ConTeXt Mark IV environment on a USB stick because I don´t have >> > administrative rights over the co

Re: [NTG-context] ConTeXt in MiKTeX

2011-03-10 Thread Carlos Breton Besnier
2011/3/10 Mojca Miklavec > On Thu, Mar 10, 2011 at 18:26, Carlos Breton Besnier wrote: > > Hello. > > I need ConTeXt Mark IV environment on a USB stick because I don´t have > > administrative rights over the computer. The operating system is windows. > I > >

[NTG-context] ConTeXt in MiKTeX

2011-03-10 Thread Carlos Breton Besnier
Hello. I need ConTeXt Mark IV environment on a USB stick because I don´t have administrative rights over the computer. The operating system is windows. I downloaded MiKTex 2.9 portable (Texworks) and ConTeXt package but I can not get it run. I've searched on the web how configurate Texworks but I d

Re: [NTG-context] Why no page numbering here?

2009-06-26 Thread Carlos Breton Besnier
] Regards. 2009/6/25, Gerben Wierda : > > On 25 Jun 2009, at 14:38, Carlos Breton Besnier wrote: > > I think because the footer is 0 mm. > > > > But doesn't inleft mean the page number is in the left margin, not the > footer? > > > G > > > &

Re: [NTG-context] Why no page numbering here?

2009-06-25 Thread Carlos Breton Besnier
I think because the footer is 0 mm. 2009/6/25, Gerben Wierda : > > Question. With > > \definetyping[SQL][option=color,numbering=line,bodyfont=9pt] > \defineoverlay[ifsqoverlay][\overlayfigure{IfSQ-overlay.pdf}] > \setuplayout[leftmargin=10mm,rightmargin=0mm,footer=0mm,header=5mm] > \setuppapersi

[NTG-context] stand-alone ConTeXt

2009-06-11 Thread Carlos Breton Besnier
stand-alone CONTEXTediting environment (windows) is not available? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/list

[NTG-context] m-educat

2009-03-26 Thread Carlos Breton Besnier
Hi there. There is any documentation for m-educat? Thanks. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg

Re: [NTG-context] indenting

2009-02-19 Thread Carlos Breton Besnier
Hi Xan. You may try: margin=yes, location=serried, Regards. 2009/2/18, Xan : > I have the following enumeration: > \defineenumeration > [definition] > [text=Definició,headstyle=bold,style=italic, > between=\blank,titledistance=.5em, > textdistance=1em,stopper=.,location=hanging,titleleft=(,

Re: [NTG-context] zero padding with itemize

2008-06-12 Thread Carlos Breton Besnier
2008/6/8, Hans Hagen <[EMAIL PROTECTED]>: > > Peter Münster wrote: > > Hello, > > > > Is it already possible to get 0 padding with \startitemize: > > 01 > > 02 > > 03 > > and so on ? > > > > If yes, how? And if no, where is the magic point, where I could apply a > > patch (if it's not too difficult

Re: [NTG-context] zero padding with itemize

2008-06-11 Thread Carlos Breton Besnier
And 9? Best \starttext \def\mypaddednumber#1{\ifnum#1<10 0\fi\number#1\relax} \defineconversion[pn] [\mypaddednumber] \startitemize[pn,broad] \item oeps \item oeps \item oeps \stopitemize \stoptext ___ If your que