Re: [NTG-context] Making checkboxes

2010-09-07 Thread Cecil Westerhof
Op maandag 6 sep 2010 20:29 CEST schreef Wolfgang Schuster: I wonder why need this command when can get the same result with normal context commands: \definesymbol[checkbox][{[~~~]}] \defineitemgroup[checkbox]

Re: [NTG-context] Making checkboxes

2010-09-07 Thread Cecil Westerhof
Op dinsdag 7 sep 2010 02:18 CEST schreef Aditya Mahajan: I am still new to ConTeXt, so I did not know this. But in the future I properly want to work with: [ ] a [ ] b [ ] c [ ] d [ ] e [ ] f [ ] g [ ] h [ ] i [ ] j [ ] k [ ] l instead of: [ ]

Re: [NTG-context] Making checkboxes

2010-09-07 Thread Cecil Westerhof
Op dinsdag 7 sep 2010 09:18 CEST schreef Cecil Westerhof: I wonder why need this command when can get the same result with normal context commands: \definesymbol[checkbox][{[~~~]}] \defineitemgroup[checkbox]

Re: [NTG-context] Making checkboxes

2010-09-07 Thread luigi scarso
On Tue, Sep 7, 2010 at 9:18 AM, Cecil Westerhof cldwester...@gmail.com wrote: I already tried:     \setupitemgroup[checkbox][each][packed][margin=2.5em,symbol=checkbox,width=1.5em,distance=.5em][itemize][indentnext=no] but that does not work. How can I make the 'title' not indented?

Re: [NTG-context] Making checkboxes

2010-09-07 Thread Cecil Westerhof
Op dinsdag 7 sep 2010 09:42 CEST schreef luigi scarso: I already tried:     \setupitemgroup[checkbox][each][packed][margin=2.5em,symbol=checkbox,width=1.5em,distance=.5em][itemize][indentnext=no] but that does not work. How can I make the 'title' not indented?

Re: [NTG-context] Making checkboxes

2010-09-07 Thread luigi scarso
On Tue, Sep 7, 2010 at 10:05 AM, Cecil Westerhof cldwester...@gmail.com wrote: Op dinsdag 7 sep 2010 09:42 CEST schreef luigi scarso: I already tried:        \setupitemgroup[checkbox][each][packed][margin=2.5em,symbol=checkbox,width=1.5em,distance=.5em][itemize][indentnext=no] but that does

Re: [NTG-context] Making checkboxes

2010-09-07 Thread Cecil Westerhof
Op dinsdag 7 sep 2010 10:13 CEST schreef luigi scarso: The \hskip needs to be -4em, but then it does what it should. There is not a way to put the hskip in setupitemgroup? Maybe -- I don't know. I found 'a way'. See later. In my opinion, title should be go out the startcheckbox env. Why?

Re: [NTG-context] Making checkboxes

2010-09-07 Thread luigi scarso
On Tue, Sep 7, 2010 at 11:08 AM, Cecil Westerhof cldwester...@gmail.com wrote: In my opinion, title should be go out the startcheckbox env. Why? Because your title is not a item at all -- its position is completely different from a \item and it's a title. Eventually something like

[NTG-context] XeLaTeX logo

2010-09-07 Thread Mojca Miklavec
Dear Hans, may I request the addition of XeLaTeX logo to ConTeXt core? I'm not sure if there's an official version of it, but I would simply define it the same way as XeTeX logo, only replacing \kern-.15em \TeX} with \kern0em \LaTeX} at the end of definition. (The original XeLaTeX logo

Re: [NTG-context] XeLaTeX logo

2010-09-07 Thread Arthur Reutenauer
The original XeLaTeX logo definition is extra-complicated, so I'm not sure how it's done. I suspect that they use -0.125 kerning between mirrored E and L, but that makes the two letters clash too much. It's in tex/latex/metalogo/metalogo.sty Yes, they do,

[NTG-context] Wanted: ConTeXt: The poster

2010-09-07 Thread Martin Schröder
Hi, for use at a conference booth I'd like to have a poster (A3 up to A0) describing (and of course promoting) ConTeXt. You may assume that the audience already knows (La)TeX. :-) The first use would be at OpenRheinRuhr in November. Since most ConTeXt developers will be together next week, could

Re: [NTG-context] Making checkboxes

2010-09-07 Thread Cecil Westerhof
Op dinsdag 7 sep 2010 11:24 CEST schreef luigi scarso: In my opinion, title should be go out the startcheckbox env. Why? Because your title is not a item at all -- its position is completely different from a \item and it's a title. Eventually something like \startcheckbox[title={My

Re: [NTG-context] XeLaTeX logo

2010-09-07 Thread Hans Hagen
On 7-9-2010 11:42, Mojca Miklavec wrote: Dear Hans, may I request the addition of XeLaTeX logo to ConTeXt core? I'm not sure if there's an official version of it, but I would simply define it the same way as XeTeX logo, only replacing \kern-.15em \TeX} with \kern0em \LaTeX} at the end

Re: [NTG-context] XeLaTeX logo

2010-09-07 Thread Wolfgang Schuster
Am 07.09.2010 um 13:07 schrieb Hans Hagen: we can add it to s-abr-01.tex ... actually we can move more logo's there as it does not make sense to have a latex logo in the core Don't remove the LaTeX logo from the core, it's useful when you want to mention LaTeX in a document. Wolfgang

[NTG-context] Room for comment on the backside of form

2010-09-07 Thread Cecil Westerhof
I am still trying to make a useful environment for paper feedback forms. One thing I am trying to do now, is to but lines on the back for when someone needs more space to give the feedback. For this I made the following macro: \def\PageWithComment[#1]{ \page #1 \crlf\crlf

[NTG-context] layer problem

2010-09-07 Thread Andrea Valle
Hi to all, I'm using this code to insert a page from pdf into a layer: \enableregime[utf8] \mainlanguage[it] \setupinteraction[state=start] \setupcolors[state=start] \setuppagenumbering[state=stop] %%% Colors %%% %\definepapersize [flyer][width=99mm, height=210mm]

Re: [NTG-context] Making checkboxes

2010-09-07 Thread Wolfgang Schuster
Am 07.09.2010 um 09:32 schrieb Cecil Westerhof: It is a little worse. There is also no space between the 'checkbox' and the description. I want: title [ ] Yes [ ] No [ ] A little bit but I get: title [ ]Yes [ ]No [ ]A

Re: [NTG-context] Making checkboxes

2010-09-07 Thread luigi scarso
On Tue, Sep 7, 2010 at 3:18 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 07.09.2010 um 09:32 schrieb Cecil Westerhof: It is a little worse. There is also no space between the 'checkbox' and the description. I want:    title        [  ] Yes        [  ] No        [  ] A

Re: [NTG-context] layer problem

2010-09-07 Thread Wolfgang Schuster
Am 07.09.2010 um 14:59 schrieb Andrea Valle: Now, the only problem is that the y=20 parameters doesn't affect the output. But I have a 20cm printed into the pdf. It's exactly the structure I'm using for many other projects. Where it works fine. Any ideas? “x” expects a dimension, when

Re: [NTG-context] Room for comment on the backside of form

2010-09-07 Thread Wolfgang Schuster
Am 07.09.2010 um 14:26 schrieb Cecil Westerhof: I am still trying to make a useful environment for paper feedback forms. One thing I am trying to do now, is to but lines on the back for when someone needs more space to give the feedback. For this I made the following macro:

[NTG-context] ctxtools

2010-09-07 Thread Jörg Hagmann
I did use ctxtools for purging files. But now the command is not found any longer. I installed new minimals, but that didn't help. context version: MTXrun | current version: 2010.09.05 13:23 platform: Mac OS X 10.6.4 Thanks, Jörg

Re: [NTG-context] ctxtools

2010-09-07 Thread Wolfgang Schuster
Am 07.09.2010 um 16:17 schrieb Jörg Hagmann: I did use ctxtools for purging files. But now the command is not found any longer. I installed new minimals, but that didn't help. context --purge(all) Wolfgang ___

Re: [NTG-context] Room for comment on the backside of form

2010-09-07 Thread Cecil Westerhof
Op dinsdag 7 sep 2010 15:35 CEST schreef Wolfgang Schuster: I am still trying to make a useful environment for paper feedback forms. One thing I am trying to do now, is to but lines on the back for when someone needs more space to give the feedback. For this I made the following macro:

Re: [NTG-context] Room for comment on the backside of form

2010-09-07 Thread Wolfgang Schuster
Am 07.09.2010 um 17:03 schrieb Cecil Westerhof: Op dinsdag 7 sep 2010 15:35 CEST schreef Wolfgang Schuster: I am still trying to make a useful environment for paper feedback forms. One thing I am trying to do now, is to but lines on the back for when someone needs more space to give the

[NTG-context] tikz fading graphic

2010-09-07 Thread Peter Rolf
Hi, this is the first time I use tikz and maybe something is missing in my example. I tried the second graphic from page 206 of the tikz manual. Sadly I only get a opaque blue square. Example and log file attached. I get the same error for both marks: [..] (./tikz206.tuo) systems : begin

Re: [NTG-context] Insert page number into multi-page PDF

2010-09-07 Thread Vnpenguin
On Tue, Sep 7, 2010 at 00:00, Hans Hagen pra...@wxs.nl wrote: \setuplayout[page] \copypages[yourfile.pdf][n=10] you can put stuff on top using the background mechanisms Could you give me an example about background mechanism ? Thanks

Re: [NTG-context] Insert page number into multi-page PDF

2010-09-07 Thread Wolfgang Schuster
Am 07.09.2010 um 18:40 schrieb Vnpenguin: On Tue, Sep 7, 2010 at 00:00, Hans Hagen pra...@wxs.nl wrote: \setuplayout[page] \copypages[yourfile.pdf][n=10] you can put stuff on top using the background mechanisms Could you give me an example about background mechanism ?

Re: [NTG-context] Insert page number into multi-page PDF

2010-09-07 Thread Vnpenguin
On Tue, Sep 7, 2010 at 18:52, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 07.09.2010 um 18:40 schrieb Vnpenguin: On Tue, Sep 7, 2010 at 00:00, Hans Hagen pra...@wxs.nl wrote: \setuplayout[page] \copypages[yourfile.pdf][n=10] you can put stuff on top using the background

Re: [NTG-context] tikz fading graphic

2010-09-07 Thread Yury G. Kudryashov
Peter Rolf wrote: Hi, this is the first time I use tikz and maybe something is missing in my example. I tried the second graphic from page 206 of the tikz manual. Sadly I only get a opaque blue square. Example and log file attached. Package tikz: Error! You need to say

Re: [NTG-context] Wanted: ConTeXt: The poster

2010-09-07 Thread Vedran Miletić
2010/9/7 Martin Schröder mar...@oneiros.de: Hi, for use at a conference booth I'd like to have a poster (A3 up to A0) describing (and of course promoting) ConTeXt. You may assume that the audience already knows (La)TeX. :-) The first use would be at OpenRheinRuhr in November. Since most

[NTG-context] Context to RTF :-/

2010-09-07 Thread Florian Baudach
Hi, is there any practical solution to convert a context-document into a rtf-document? (Unfortunately I must send my documents to word users :-( ) I do not need a perfect rtf file. It would be sufficient if the footnotes and headings would be tranformed. (Layout / Tabells etc are not so

Re: [NTG-context] Context to RTF :-/

2010-09-07 Thread Salil Sayed
This tool seems to be doing that job, though I have never used it. http://www.cse.ohio-state.edu/~gurari/TeX4ht/mn-commands.html --- On Tue, 9/7/10, Florian Baudach florian.baud...@googlemail.com wrote: From: Florian Baudach florian.baud...@googlemail.com Subject: [NTG-context] Context to RTF :-/

Re: [NTG-context] Context to RTF :-/

2010-09-07 Thread Khaled Hosny
On Tue, Sep 07, 2010 at 09:40:23PM +0200, Florian Baudach wrote: Hi, is there any practical solution to convert a context-document into a rtf-document? (Unfortunately I must send my  documents to word users :-(  )  I do not need a perfect rtf file. It would be sufficient if the footnotes and

Re: [NTG-context] Context to RTF :-/

2010-09-07 Thread Henning Hraban Ramm
Am 2010-09-07 um 21:40 schrieb Florian Baudach: Hi, is there any practical solution to convert a context-document into a rtf-document? (Unfortunately I must send my documents to word users :-( ) I do not need a perfect rtf file. It would be sufficient if the footnotes and headings

Re: [NTG-context] Wanted: ConTeXt: The poster

2010-09-07 Thread Henning Hraban Ramm
Am 2010-09-07 um 12:09 schrieb Martin Schröder: Hi, for use at a conference booth I'd like to have a poster (A3 up to A0) describing (and of course promoting) ConTeXt. You may assume that the audience already knows (La)TeX. :-) The first use would be at OpenRheinRuhr in November. Since most

Re: [NTG-context] arrangement 3x1 doublesided

2010-09-07 Thread Wolfgang Schuster
Am 08.09.2010 um 02:08 schrieb Andrea Valle: Hi gurus, can anyone please suggest a way to arrange this pdf: http://www.fonurgia.unito.it/andrea/stuff/prog.pdf so that at the end I have two pages A4 landscape with pages 561 and 234? I'd like to print it on A4 double sided and fold it