[NTG-context] Problem typing file with diacritics by \typefile

2010-10-12 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I have problem. Suppose having t-TypeF.ctx which is to print itself: --- \enableregime[cp1250] \starttext ABC ŽŠČ \typefile[]{t-TypeF.ctx} \stoptext --- The letters ŽŠČ to be printed during \typefile are the problem. I get a long error message, where the key message is:

[NTG-context] Headers must not be the last object on the page

2010-10-12 Thread Brian Wedde
I'm getting headers as the last item on a page. Following content appears on the next page. I would like to have headers not be separated from their content by a page break. Is there a way to say if a header is the last thing on the page, place it on the next page instead? I am aware of the

Re: [NTG-context] Problem typing file with diacritics by \typefile

2010-10-12 Thread Peter Münster
On Tue, Oct 12 2010, Procházka Lukáš Ing. - Pontex s. r. o. wrote: \enableregime[cp1250] \starttext ABC ŽŠČ \typefile[]{t-TypeF.ctx} \stoptext --- The letters ŽŠČ to be printed during \typefile are the problem. Hello, It seems, that \typefile assumes utf8 independently

Re: [NTG-context] Problem typing file with diacritics by \typefile

2010-10-12 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Tue, 12 Oct 2010 08:45:25 +0200, Peter Münster pmli...@free.fr wrote: I would suggest to configure your environment (editor and so on) to use only utf8. It's a problem as the file which is \typefiled is generated by another program and I have no control of which characters or which

[NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I'd have one more question. I need to have many \subsubject behind each other (again: actually processing an external file, but a small example is attached): --- \setupbodyfont[11pt] \starttext \subsubsubject{001} \subsubsubject{002} \subsubsubject{003} \subsubsubject{004}

Re: [NTG-context] Problem typing file with diacritics by \typefile

2010-10-12 Thread Peter Münster
On Tue, Oct 12 2010, Procházka Lukáš Ing. - Pontex s. r. o. wrote: All runs programs run under Windows and all [mentioned] are using CP 1250. Perhaps with a filter: windows-program | recode windows-1250..u8 output-file Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Peter Münster
On Tue, Oct 12 2010, Procházka Lukáš Ing. - Pontex s. r. o. wrote: The problem is that typesetting n-th \subsubject doesn't go to the next page, but is typeset on the same page, so that the last ones disappear. This works, but I can't explain why: \starttext

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Wolfgang Schuster
Am 12.10.2010 um 09:13 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: Hello, I'd have one more question. I need to have many \subsubject behind each other (again: actually processing an external file, but a small example is attached):

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Wolfgang Schuster
Am 12.10.2010 um 09:13 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: Hello, I'd have one more question. I need to have many \subsubject behind each other (again: actually processing an external file, but a small example is attached):

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Thanks, it works perfectly. On Tue, 12 Oct 2010 10:18:54 +0200, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 12.10.2010 um 09:13 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: Hello, I'd have one more question. I need to have many \subsubject behind each other (again:

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread luigi scarso
2010/10/12 Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Thanks, it works perfectly. On Tue, 12 Oct 2010 10:18:54 +0200, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: • the ctx file extension has a special meaning for context (file for proprocessing in xml format). -

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Tue, 12 Oct 2010 10:40:19 +0200, luigi scarso luigi.sca...@gmail.com wrote: • the ctx file extension has a special meaning for context (file for proprocessing in xml format). - OK, I'm planning to use .tex for Ctx files in the future. Now I'm using LaTeX and ConTeXt both, so I use .ctx

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread luigi scarso
2010/10/12 Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: On Tue, 12 Oct 2010 10:40:19 +0200, luigi scarso luigi.sca...@gmail.com You can also use .mkiv for ConTeXt  MKIV Yes, it sounds better. I noticed .mkiv files in Ctx installation tree but I thought this extension is reserved for

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Khaled Hosny
On Tue, Oct 12, 2010 at 10:35:01AM +0200, Procházka Lukáš Ing. - Pontex s. r. o. wrote: - OK, I'm planning to use .tex for Ctx files in the future. Now I'm using LaTeX and ConTeXt both, so I use .ctx extension for Ctx sources. Moreover, till I'm trying to achieve the same things in Ctx as

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Alan BRASLAU
On Tuesday 12 October 2010 10:49:18 luigi scarso wrote: Yes; a good point for three letters for suffix is compatibility with old OS and perhaps MIME questions. What? You mean DOS? And FAT? Maybe we should restrict our coding as well to ascii... Alan P.S. I am still using some real-time

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Hans Hagen
On 12-10-2010 11:30, Alan BRASLAU wrote: On Tuesday 12 October 2010 10:49:18 luigi scarso wrote: Yes; a good point for three letters for suffix is compatibility with old OS and perhaps MIME questions. What? You mean DOS? And FAT? Maybe we should restrict our coding as well to ascii... it's

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Taco Hoekwater
On 10/12/2010 11:30 AM, Alan BRASLAU wrote: On Tuesday 12 October 2010 10:49:18 luigi scarso wrote: Yes; a good point for three letters for suffix is compatibility with old OS and perhaps MIME questions. What? You mean DOS? And FAT? Maybe we should restrict our coding as well to ascii...

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread luigi scarso
On Tue, Oct 12, 2010 at 11:30 AM, Alan BRASLAU alan.bras...@cea.fr wrote: On Tuesday 12 October 2010 10:49:18 luigi scarso wrote: Yes; a good point for three letters for suffix is compatibility with old OS and perhaps MIME questions. What? You mean DOS? And FAT? yes; more generally  I think

[NTG-context] Synonyms: difference between mkii and mkiv?

2010-10-12 Thread Otared Kavian
Hi all, When I typeset the following example (ConTeXt version 2010.10.11 16:59, from the Minimals) %%% begin abbrev-test.tex \definesynonyms[abbreviation][abbreviations][\infull][\inshort] \starttext \abbreviation{LCTVS}{Locally Convex Topological Vector Space} \abbreviation{EEG}

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread Alan BRASLAU
On Tuesday 05 October 2010 15:32:27 Wolfgang Schuster wrote: Am 05.10.2010 um 14:41 schrieb Alan BRASLAU: The above example illustrates a *spacing problem* after \startfootnote \stopfootnote (the spacing after the footnote enumerator differs from \footnote{}) The \stopfootnote

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread Steffen Wolfrum
Am 12.10.2010 um 11:48 schrieb Alan BRASLAU: On Tuesday 05 October 2010 15:32:27 Wolfgang Schuster wrote: Am 05.10.2010 um 14:41 schrieb Alan BRASLAU: The above example illustrates a *spacing problem* after \startfootnote \stopfootnote (the spacing after the footnote enumerator differs

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Alan BRASLAU
On Tuesday 12 October 2010 11:36:26 Taco Hoekwater wrote: But as far as I know, windows still bases its file type detection on extension, so that is something to keep in mind. Oh, Windows... (written with disdain)

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Alan BRASLAU
On Tuesday 12 October 2010 11:45:28 luigi scarso wrote: On Tue, Oct 12, 2010 at 11:30 AM, Alan BRASLAU alan.bras...@cea.fr wrote: P.S. I am still using some real-time applications running on computers under DOS, but I would not dream of trying to put ConTeXt on such a system! Maybe

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread luigi scarso
On Tue, Oct 12, 2010 at 12:27 PM, Alan BRASLAU alan.bras...@cea.fr wrote: On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote: Hans recommended: \stopfootnote{} Thank you. This will work, but it is pretty ugly.% \startfootnote Hopefully Hans will fix this in mkiv.

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread Yury G. Kudryashov
luigi scarso wrote: On Tue, Oct 12, 2010 at 12:27 PM, Alan BRASLAU alan.bras...@cea.fr wrote: On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote: Hans recommended: \stopfootnote{} Thank you. This will work, but it is pretty ugly.% \startfootnote Hopefully Hans will fix this

Re: [NTG-context] Page-breakable \subsubsubject?

2010-10-12 Thread Hans Hagen
On 12-10-2010 12:12, Alan BRASLAU wrote: On Tuesday 12 October 2010 11:36:26 Taco Hoekwater wrote: But as far as I know, windows still bases its file type detection on extension, so that is something to keep in mind. Oh, Windows... (written with disdain) actually I like the filetype /

Re: [NTG-context] Fwd: register broken on steffens machine

2010-10-12 Thread Hans Hagen
On 12-10-2010 1:10, Steffen Wolfrum wrote: Hi Taco, as it calls itself LuaTeX error ... maybe you could have a look at it and hopefully confirm that error? ! LuaTeX error text/tex/texmf-context/tex/context/base/sort-ini.lua:106: attempt to compare nil with number stack traceback:

Re: [NTG-context] Problem typing file with diacritics by \typefile

2010-10-12 Thread Hans Hagen
On 12-10-2010 9:39, Peter Münster wrote: On Tue, Oct 12 2010, Procházka Lukáš Ing. - Pontex s. r. o. wrote: All runs programs run under Windows and all [mentioned] are using CP 1250. Perhaps with a filter: windows-program | recode windows-1250..u8output-file it's not that complex to

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread luigi scarso
On Tue, Oct 12, 2010 at 1:09 PM, Yury G. Kudryashov ur...@ya.ru wrote: luigi scarso wrote: On Tue, Oct 12, 2010 at 12:27 PM, Alan BRASLAU alan.bras...@cea.fr wrote: On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote: Hans recommended: \stopfootnote{} Thank you. This will work,

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread Wolfgang Schuster
Am 12.10.2010 um 11:48 schrieb Alan BRASLAU: On Tuesday 05 October 2010 15:32:27 Wolfgang Schuster wrote: Am 05.10.2010 um 14:41 schrieb Alan BRASLAU: The above example illustrates a *spacing problem* after \startfootnote \stopfootnote (the spacing after the footnote enumerator differs

Re: [NTG-context] Fwd: register broken on steffens machine

2010-10-12 Thread Steffen Wolfrum
Am 12.10.2010 um 13:18 schrieb Hans Hagen: btw, this is related to the somewhat weird feature of setting index entries at the end - i might remove that feature if it keeps interfering - When I have to deal with documents that were written in MSWord and export them to eg. TEI XML, it looks

Re: [NTG-context] register broken in latest beta!

2010-10-12 Thread Steffen Wolfrum
Am 12.10.2010 um 13:18 schrieb Hans Hagen: On 12-10-2010 1:10, Steffen Wolfrum wrote: Hi Taco, as it calls itself LuaTeX error ... maybe you could have a look at it and hopefully confirm that error? ! LuaTeX error text/tex/texmf-context/tex/context/base/sort-ini.lua:106:

Re: [NTG-context] Problem typing file with diacritics by \typefile

2010-10-12 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Tue, 12 Oct 2010 13:24:24 +0200, Hans Hagen pra...@wxs.nl wrote: On 12-10-2010 9:39, Peter Münster wrote: On Tue, Oct 12 2010, Procházka Lukáš Ing. - Pontex s. r. o. wrote: All runs programs run under Windows and all [mentioned] are using CP 1250. Perhaps with a filter: windows-program

[NTG-context] Error message wrong when \component is used

2010-10-12 Thread Robin.Kirkham
Dear all, I find that when there is an error (at least, undefined control sequence) in a file included using \component, the supposedly erroneous lines printed are from the calling file, not the file where the error actually is (although the line number seems correct, and there are clues where

Re: [NTG-context] Error message wrong when \component is used

2010-10-12 Thread Steffen Wolfrum
Why do you use start-/stoptext inside start-/stopproduct? Steffen Am 12.10.2010 um 14:59 schrieb robin.kirk...@csiro.au robin.kirk...@csiro.au: file1.tex: \startproduct file1 \starttext Bla bla bla. Bla bla bla. Bla bla bla. \component file2 \stoptext \stopproduct

[NTG-context] missing newline in when mtxrun exits with error

2010-10-12 Thread Robin.Kirkham
Dear all, This is a very minor gripe, but when mtxrun reports an error it doesn't seem to print a final newline. At least with my bash setup, this confuses the command-line editing feature, which I use a lot. ... some TeX error happened ... ? q OK, entering \batchmode MTXrun | fatal error:

Re: [NTG-context] missing newline in when mtxrun exits with error

2010-10-12 Thread Jörg Hagmann
+1 On 10/12/10 3:13 PM, robin.kirk...@csiro.au wrote: Dear all, This is a very minor gripe, but when mtxrun reports an error it doesn't seem to print a final newline. At least with my bash setup, this confuses the command-line editing feature, which I use a lot. ... some TeX error happened

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread Aditya Mahajan
On Tue, 12 Oct 2010, luigi scarso wrote: You are right, my apologies for the error. I mean that in the meanwhile perhaps you can use somenthing like this \long\def\StartFootnote#1\StopFootnote{\startfootnote#1\stopfootnote\space} Better use \autoinsertnextspace rather than \space. Or perhaps

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread Aditya Mahajan
On Tue, 12 Oct 2010, Wolfgang Schuster wrote: Am 12.10.2010 um 11:48 schrieb Alan BRASLAU: On Tuesday 05 October 2010 15:32:27 Wolfgang Schuster wrote: Am 05.10.2010 um 14:41 schrieb Alan BRASLAU: The above example illustrates a *spacing problem* after \startfootnote \stopfootnote (the

[NTG-context] beta

2010-10-12 Thread Hans Hagen
Hi, I uploaded a beta. This weeks undocumented feature: \starttext test \placefigure{}{} test \placefigure[somewhere:alpha][whatever]{}{} test \placefigure[somewhere:beta] [whatever]{}{} test \placefigure[somewhere:gamma][whatever]{}{} test \placefigure[somewhere:delta][whatever]{}{} test

Re: [NTG-context] missing newline in when mtxrun exits with error

2010-10-12 Thread Hans Hagen
On 12-10-2010 4:15, Jörg Hagmann wrote: +1 On 10/12/10 3:13 PM, robin.kirk...@csiro.au wrote: Dear all, This is a very minor gripe, but when mtxrun reports an error it doesn't seem to print a final newline. At least with my bash setup, this confuses the command-line editing feature, which I

[NTG-context] Mohd Zamri Murah invited you to Dropbox

2010-10-12 Thread Dropbox
Mohd Zamri Murah wants you to use Dropbox to sync and share files online and across computers. Get started here: http://www.dropbox.com/link/20.VSXizZK6vX/NjM5MTA2MTM3Nw - The Dropbox Team To stop receiving invites from Dropbox, please go

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread Alan BRASLAU
On Tuesday 12 October 2010 13:35:19 Wolfgang Schuster wrote: Patch strc-not.mkiv \def\dodoredefinenotecommands#1#2#3% {\unexpanded\expandafter\def\csname\e!start#3#1\expandafter\endcsname\expa ndafter {\expandafter\dosingleempty\csname\s!do\e!start#3#1\endcsname}%

Re: [NTG-context] Mohd Zamri Murah invited you to Dropbox

2010-10-12 Thread Taco Hoekwater
On 10/12/2010 04:59 PM, Dropbox wrote: User kicked off the list: we don't like spam, not even for free stuff. Best wishes, Taco ___ If your question is of interest to others as well, please add an

Re: [NTG-context] \setupnote (was subfootnote)

2010-10-12 Thread Hans Hagen
On 12-10-2010 5:06, Alan BRASLAU wrote: Fixed in next beta. Not unless Wolfgang mails me a patch that he's confident with (as this is sort of tricky). Okay, 'next' can be any next, so watch a fixed in *the* next beta -) Hans

[NTG-context] Updating via TLContrib

2010-10-12 Thread Daniel Grycman
Hi list, I updated my TeXLive 2010 (MacTeX) installation using the TLContrib repository. Now I get the following error message when I use context --version. MTXrun | forcing cache reload MTXrun | resolvers: skipping configuration file '/usr/local/texlive/2010/texmfcnf.lua' MTXrun | resolvers

Re: [NTG-context] Updating via TLContrib

2010-10-12 Thread Taco Hoekwater
On 10/12/2010 05:22 PM, Daniel Grycman wrote: Hi list, I updated my TeXLive 2010 (MacTeX) installation using the TLContrib repository. Now I get the following error message when I use context --version. Try mtxrun --generate Best wishes, Taco

Re: [NTG-context] beta (undocumented feature of the week)

2010-10-12 Thread Alan BRASLAU
On Tuesday 12 October 2010 16:57:45 Hans Hagen wrote: I uploaded a beta. This weeks undocumented feature: Hi everyone, I suggest a new game: Each week we hold a sort of treasure hunt to try to detect that week's new undocumented feature. (Of course, Wolfgang will not be allowed to

Re: [NTG-context] beta (undocumented feature of the week)

2010-10-12 Thread Taco Hoekwater
On 10/12/2010 06:16 PM, Alan BRASLAU wrote: On Tuesday 12 October 2010 16:57:45 Hans Hagen wrote: I uploaded a beta. This weeks undocumented feature: Hi everyone, I suggest a new game: Each week we hold a sort of treasure hunt to try to detect that week's new undocumented feature. (Of

Re: [NTG-context] beta (undocumented feature of the week)

2010-10-12 Thread luigi scarso
On Tue, Oct 12, 2010 at 6:16 PM, Alan BRASLAU alan.bras...@cea.fr wrote: On Tuesday 12 October 2010 16:57:45 Hans Hagen wrote: I uploaded a beta. This weeks undocumented feature: Hi everyone, I suggest a new game: Each week we hold a sort of treasure hunt to try to detect that week's new

Re: [NTG-context] beta (undocumented feature of the week)

2010-10-12 Thread Aditya Mahajan
On Tue, 12 Oct 2010, Taco Hoekwater wrote: That's a crappy prize. The reverse will work better : all contestants except the winner and runner up *have* to write a new section in the manual and the winner does not have to give a talk ... How about a DocuWare license? To use ConTeXt, each month

Re: [NTG-context] Error in simplefonts

2010-10-12 Thread Aditya Mahajan
On Sun, 10 Oct 2010, Aditya Mahajan wrote: Hi Wolfgang, \definesimplefont fails in the latest beta. Minimal example: \usemodule [simplefonts][size=10pt] \setmainfont[Fontin][expansion=quality,protrusion=quality] \definesimplefont [NameFont][FontinBold][size=16pt] \starttext \NameFont A

Re: [NTG-context] Error in simplefonts

2010-10-12 Thread Otared Kavian
On 12 oct. 2010, at 19:36, Aditya Mahajan wrote: […] ! LuaTeX error main ctx instance:1: attempt to index field 'define' (a nil value) stack traceback: main ctx instance:1: in main chunk. system error on line 5 in file test.tex: LuaTeX error ... 1 \usemodule

Re: [NTG-context] Updating via TLContrib

2010-10-12 Thread Thomas A. Schmitz
On Oct 12, 2010, at 5:41 PM, Taco Hoekwater wrote: On 10/12/2010 05:22 PM, Daniel Grycman wrote: Hi list, I updated my TeXLive 2010 (MacTeX) installation using the TLContrib repository. Now I get the following error message when I use context --version. Try mtxrun --generate Best

Re: [NTG-context] autopunctuations (and subscripts)

2010-10-12 Thread Alan BRASLAU
On Friday 06 August 2010 20:11:55 Aditya Mahajan wrote: It seems that autopunctuation=no does not affect the spacing in subscripts. Bug or feature? It now appears (I just noticed) that autopunctuation=no is the default. However, including it explicitly seems be misinterpreted and it gets

Re: [NTG-context] Error in simplefonts

2010-10-12 Thread Aditya Mahajan
Hi Otared, On Tue, 12 Oct 2010, Otared Kavian wrote: On 12 oct. 2010, at 19:36, Aditya Mahajan wrote: Does anyone else get this error or is it something wrong on my machine? I do get the same exact error with your example: here is part of the console result: Thanks for confirming. I will

Re: [NTG-context] Updating via TLContrib

2010-10-12 Thread Mojca Miklavec
On Tue, Oct 12, 2010 at 17:22, Daniel Grycman wrote: Hi list, I updated my TeXLive 2010 (MacTeX) installation using the TLContrib repository. Now I get the following error message when I use context --version. Any ideas? You need to modify /usr/local/texlive/2010/texmfcnf.lua: return {

Re: [NTG-context] Updating via TLContrib

2010-10-12 Thread Mojca Miklavec
On Tue, Oct 12, 2010 at 19:55, Thomas A. Schmitz wrote: For the record: I'm getting the exact same error when trying to install a new minimals tree on my linux-ppc box: The executable bit was missing. (I think that you should have the credentials to fix it with svn propset svn:executable on

Re: [NTG-context] Updating via TLContrib

2010-10-12 Thread Thomas A. Schmitz
On Oct 12, 2010, at 9:50 PM, Mojca Miklavec wrote: For the record: I'm getting the exact same error when trying to install a new minimals tree on my linux-ppc box: The executable bit was missing. (I think that you should have the credentials to fix it with svn propset svn:executable on

Re: [NTG-context] Error message wrong when \component is used

2010-10-12 Thread Robin.Kirkham
From: Steffen Wolfrum cont...@st.estfiles.de Date: 13 October 2010 12:03:37 AM AEDT To: mailing list for ConTeXt users ntg-context@ntg.nl Subject: Re: [NTG-context] Error message wrong when \component is used Reply-To: mailing list for ConTeXt users ntg-context@ntg.nl Why do you use