[NTG-context] \setuphead

2010-10-18 Thread Herbert Voss
in http://wiki.contextgarden.net/Titles is an example for a wrong setting: \starttext \setuphead[section][textstyle=\em,textcommand=\WORD] \section{A not so long title} \stoptext the wiki sais, that this leads to \WORD{\EM A not so long title} which should give an error. However, the above works

Re: [NTG-context] background over two page

2010-10-18 Thread Otared Kavian
On 16 oct. 2010, at 17:30, Emanuele Sacco wrote: A solution by Luigi: […] Hi Emmanuele, Hi Luigi, Please excuse me if I get involved in the thread of your discussions… I was interested both by the question ad the solutions, since I had a similar problem some time ago, but I gave up. Now

Re: [NTG-context] background over two page

2010-10-18 Thread luigi scarso
On Mon, Oct 18, 2010 at 9:32 AM, Otared Kavian ota...@gmail.com wrote: On 16 oct. 2010, at 17:30, Emanuele Sacco wrote: A solution by Luigi: […] Hi Emmanuele, Hi Luigi, Please excuse me if I get involved in the thread of your discussions… I was interested both by the question ad the

Re: [NTG-context] \setuphead

2010-10-18 Thread luigi scarso
2010/10/18 Herbert Voss herbert.v...@fu-berlin.de: in http://wiki.contextgarden.net/Titles is an example for a wrong setting: \starttext \setuphead[section][textstyle=\em,textcommand=\WORD] \section{A not so long title} \stoptext the wiki sais, that this leads to \WORD{\EM A not so long

Re: [NTG-context] \setuphead

2010-10-18 Thread Herbert Voss
Am 18.10.2010 09:52, schrieb luigi scarso: 2010/10/18 Herbert Voss herbert.v...@fu-berlin.de: in http://wiki.contextgarden.net/Titles is an example for a wrong setting: \starttext \setuphead[section][textstyle=\em,textcommand=\WORD] \section{A not so long title} \stoptext the wiki sais,

Re: [NTG-context] \setuphead

2010-10-18 Thread Hans Hagen
On 18-10-2010 10:00, Herbert Voss wrote: I know ... I want to know if the wiki text is outdated or not. However, I am looking for an example where deeptextcommand is really needed This was introduced for very special purposes when one wants to work directly on the content (I never used it my

Re: [NTG-context] \setuphead

2010-10-18 Thread Thomas Schmitz
On Mon, 18 Oct 2010 10:00:40 +0200 Herbert Voss herbert.v...@fu-berlin.de wrote: I know ... I want to know if the wiki text is outdated or not. However, I am looking for an example where deeptextcommand is really needed Herbert I get an error when I compile your code in mkii;

Re: [NTG-context] \setuphead

2010-10-18 Thread Herbert Voss
Am 18.10.2010 10:08, schrieb Thomas Schmitz: I want to know if the wiki text is outdated or not. However, I am looking for an example where deeptextcommand is really needed I get an error when I compile your code in mkii; deeptextcommand is needed. It's only in mkiv that your code works,

[NTG-context] MKIV on miktex

2010-10-18 Thread luigi scarso
http://blog.miktex.org/post/2010/10/ConTeXt.aspx -- luigi ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Trouble with ConTeXt's project structure

2010-10-18 Thread Stefan Müller
On 18.10.2010 01:29, Henning Hraban Ramm wrote: Am 2010-10-17 um 21:43 schrieb Stefan Müller: I tried to set up a project of mine using the project structure propagated in the wiki [1]. Because I ran into some trouble I made the following small example (using MkIV, minimals 2010.10.14 13:14).

[NTG-context] Missing cont-fil on minimals ?

2010-10-18 Thread luigi scarso
Today, first-setup.sh on my linux box says: ! I can't find file `cont-fil'. to be read again \relax l.117 \loadcorefile{cont-fil} -- luigi ___ If your question is of interest to others as well,

Re: [NTG-context] Missing cont-fil on minimals ?

2010-10-18 Thread Hans Hagen
On 18-10-2010 12:28, luigi scarso wrote: Today, first-setup.sh on my linux box says: ! I can't find file `cont-fil'. to be read again \relax l.117 \loadcorefile{cont-fil} in context.mkii/mkiv : \loadmarkfile{cont-fil} I moved some more files to the mkii/mkiv namespace.

Re: [NTG-context] background over two page

2010-10-18 Thread Otared Kavian
On 18 oct. 2010, at 09:43, luigi scarso wrote: On Mon, Oct 18, 2010 at 9:32 AM, Otared Kavian ota...@gmail.com wrote: […] With my solution it's a matter of changing few lines bottomframe=off,topframe=on, bottomframe=on,topframe=off, Thanks Luigi! Your solution works as intended when the

[NTG-context] quoted environment arguments

2010-10-18 Thread Philipp Gesang
Hi, there’s a behaviour concerning how context handles forced quotes in command line arguments that I do not understand. ··· example ··· for i=-1,#environment.rawarguments do print(i, environment.rawarguments[i],

Re: [NTG-context] background over two page

2010-10-18 Thread Wolfgang Schuster
Am 18.10.2010 um 14:18 schrieb Otared Kavian: Your solution works as intended when the framed, highlighted text with background spans over two pages (though it doesn't when it spans over three pages or more, but this is not a real issue, since it is a bad idea to have such long

Re: [NTG-context] Missing cont-fil on minimals ?

2010-10-18 Thread Henning Hraban Ramm
Am 2010-10-18 um 13:36 schrieb Hans Hagen: On 18-10-2010 12:28, luigi scarso wrote: Today, first-setup.sh on my linux box says: ! I can't find file `cont-fil'. to be read again \relax l.117 \loadcorefile{cont-fil} in context.mkii/mkiv : \loadmarkfile{cont-fil} I moved

Re: [NTG-context] Missing cont-fil on minimals ?

2010-10-18 Thread Arthur Reutenauer
Hans, I don't understand what you want to say. Hans says that you have to change \loadcorefile{cont-fil} to \loadmarkfile{cont-fil} in context.mkii and context.mkiv because the file used to be called cont-fil.tex and has now been renamed cont-fil.mkii and cont-fil.mkiv for Mark II and Mark IV

Re: [NTG-context] Missing cont-fil on minimals ?

2010-10-18 Thread Henning Hraban Ramm
Am 2010-10-18 um 18:35 schrieb Arthur Reutenauer: Hans, I don't understand what you want to say. Hans says that you have to change \loadcorefile{cont-fil} to \loadmarkfile{cont-fil} in context.mkii and context.mkiv because the file used to be called cont-fil.tex and has now been renamed

Re: [NTG-context] Missing cont-fil on minimals ?

2010-10-18 Thread Arthur Reutenauer
Thank you, got that (i.e. changed it in context.mkii and context.mkiv), but it's to be changed in the distribution It's already changed :-) Arthur ___ If your question is of interest to others as well,

Re: [NTG-context] background over two page

2010-10-18 Thread Otared Kavian
Hi Wolfgang, Indeed your solution works without any flaw… Looking at your code, I learned that Overlaybox is an object which can be filled with a background color, as in: fill OverlayBox withcolor lightgray ; so that the background can be in color. Should we add this kind of

[NTG-context] How to wirte a registered trademark in mkiv?

2010-10-18 Thread seasoul
Is there a built-in module to write a registered trademark: a R in a circle; or a TM in a circle? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

Re: [NTG-context] How to wirte a registered trademark in mkiv?

2010-10-18 Thread Wolfgang Schuster
Am 19.10.2010 um 05:12 schrieb seasoul: Is there a built-in module to write a registered trademark: a R in a circle; or a TM in a circle? \starttext ® or \registered\crlf ™ or \trademark \stoptext Wolfgang___