Re: [NTG-context] Myway on using mathalign

2006-04-03 Thread Taco Hoekwater
Aditya Mahajan wrote: > Hi, > I have written some examples on how to use startalign. Patrick has > placed it on the garden. It can be downloaded from > > http://dl.contextgarden.net/myway/mathalign.pdf Excellent document! Can we persuade you to write similar texts for the other math environm

Re: [NTG-context] ! I can't find file `ec-lmr12'. Again!

2006-04-03 Thread Taco Hoekwater
Jilani Khaldi wrote: >>You skipped section 5: Install a Latin Modern font update >> > I downloaded "lm.zip" and I followed the the indication in the "readme" > file, but the error persists. Any new hint? Can you (do a search on your harddisk and) tell us the exact location of the file ec-lmr10

Re: [NTG-context] Figure Libraries

2006-04-03 Thread Taco Hoekwater
David Arnold wrote: > My workaround was to rename the second instance \externalfigure > [sec4foura], but I am wondering a bit about this mechanism. You really should use unique names for your figures, you know. How else can you differentiate between the one in section 4 and the one in section 2

Re: [NTG-context] XML and references

2006-04-03 Thread Taco Hoekwater
Johannes Graumann wrote: > Hello all, > > I'm trying to interpret something like > > The problem of the complex protein mixture > > > > > 1. you never match the section label to the \section head, so you need something like this: \defineXMLargument [title] [

Re: [NTG-context] Myway on using mathalign

2006-04-03 Thread Hans Hagen
Taco Hoekwater wrote: > Aditya Mahajan wrote: > >> Hi, >> I have written some examples on how to use startalign. Patrick has >> placed it on the garden. It can be downloaded from >> >> http://dl.contextgarden.net/myway/mathalign.pdf >> > > Excellent document! Can we persuade you to write

Re: [NTG-context] Different pagebreaks for component and whole document

2006-04-03 Thread Taco Hoekwater
Aditya Mahajan wrote: > > Each component starts with \title which does a page break. There are > no local setups in any component. I expected that each component will > be typed out in the same manner, whether I compile the a component, > a product or the entire project. The fact that the pa

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Hans Hagen
Martin Kolařík wrote: > Hi Hans, > > the test file is attached, > what input encoding is used here? i get the same chapter title as toc entry is your tex configured for 8 bit (natural.ctx) Hans -

Re: [NTG-context] XML and references

2006-04-03 Thread Hans Hagen
Johannes Graumann wrote: > Hello all, > > I'm trying to interpret something like > > The problem of the complex protein mixture > > > > > > With the follwing mapping rules and am failing: > \defineXMLenvironment > [section] > { > \defineXMLargument > [title] > [\XMLpar{

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Martin Kolařík
Aha, here maybe will be the solution :-) I'am using standalone Win32 distribution from Pragma and I'm running texexec with --translate=cp1252cs. Typescripts use il2, which corresponds to fonts, of course. If I run the code without XML (if I transcribe XML to \chapter etc.) I get toc entry corre

Re: [NTG-context] Different pagebreaks for component and whole document

2006-04-03 Thread Hans Hagen
Aditya Mahajan wrote: > Hi, > I have run into a strange kind of a problem and I am not sure on how > to debug to figure out what is going wrong. Maybe someone with more > experience with context can help me here. > > I have the following document structure > > project: main.tex > environment:en

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Hans Hagen
Martin Kolařík wrote: > Aha, here maybe will be the solution :-) > > I'am using standalone Win32 distribution from Pragma and I'm running texexec > with --translate=cp1252cs. Typescripts use il2, which corresponds to fonts, > of course. If I run the code without XML (if I transcribe XML to \chapt

Re: [NTG-context] ! I can't find file `ec-lmr12'. Again!

2006-04-03 Thread frantisek holop
hmm, on Sun, Apr 02, 2006 at 10:34:44PM +0200, Jilani Khaldi said that > > >You skipped section 5: Install a Latin Modern font update > > > > > I downloaded "lm.zip" and I followed the the indication in the "readme" > file, but the error persists. Any new hint? did you do a texhash after? many

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Martin Kolařík
I was confused with typo (ctx=tcx :-) but I still did not succeed. I now installed last cont-tfm, I tried 8bit.tex (from the example) and nothing :-( I am using now directly "texexec 8bit.tex", which leads to natural.tcx and english interface, without anything more. I tried to change regimes in

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Vit Zyka
Hans Hagen wrote: > Martin Kolařík wrote: > >>Aha, here maybe will be the solution :-) >> >>I'am using standalone Win32 distribution from Pragma and I'm running texexec >>with --translate=cp1252cs. Typescripts use il2, which corresponds to fonts, >>of course. If I run the code without XML (if I

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Martin Kolařík
Thanks Vit, your solution perfectly works (I tried it :-); but not for me -- in my case (and in another mine cases too) I use XML code, which remaps some pieces to \chapter. And during the expansion accented characters are replaced with "\char xxx", this is written to tui/tuo file and read back

Re: [NTG-context] ! I can't find file `ec-lmr12'. Again!

2006-04-03 Thread Jilani Khaldi
>Can you (do a search on your harddisk and) tell us the exact location >of the file ec-lmr10.tfm ? > > Well, I have reinstalled teTeX again from source and it wroks (LaTeX speeking). I have downloaded cont-tmf.zip unzipped it into /usr/local/teTeX/texmf-local and did "texexec --make -all" (1).

Re: [NTG-context] ! I can't find file `ec-lmr12'. Again!

2006-04-03 Thread Taco Hoekwater
Jilani Khaldi wrote: > > Well, I have reinstalled teTeX again from source and it wroks (LaTeX > speeking). I have downloaded cont-tmf.zip unzipped it into > /usr/local/teTeX/texmf-local and did "texexec --make -all" (1). No problem. > ConTeXt does not work and asked for "ec-lmr*.tfm". Now the

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Mojca Miklavec
On 4/3/06, Martin Kolařík wrote: > which is not good. And I am not able, when not using cp1250.tcx, recode > win1250 (default for win) to latin2. There I am able to write regime for > myself (cp1250), but I suppose, that whenever characters will not expand to > \char XXX form, cp1250.tcx still

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Martin Kolařík
Thanks Mojca, I downloaded your regime file; now I will not need write it myself :-) Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mojca Miklavec Sent: Monday, April 03, 2006 2:33 PM To: [EMAIL PROTECTED]; mailing list for ConTeXt users; Hans Hagen

Re: [NTG-context] ! I can't find file `ec-lmr12'. Again!

2006-04-03 Thread Jilani Khaldi
>also make sure you have a new context installed, the one which comes >with tetex 3.0 has problems with some lm fontmaps/files > > How to install tetex-3.0 without context support, or better, what are the directories/files to remove and where to unzip cont-tmf.zip? Thanks! jk -- Jilani KHALDI

Re: [NTG-context] ! I can't find file `ec-lmr12'. Again!

2006-04-03 Thread Jilani Khaldi
>no, any place is fine. > > That's ok. The context installation struggle is finally over. Waiting for the next ones... Thank you very much for your help. jk -- Jilani KHALDI http://jkhaldi.oltrelinux.com ___ ntg-context mailing list ntg-context@ntg.

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Mojca Miklavec
On 2/28/06, Martin Kolařík wrote: > Hi all, > > I have problem with chars encoding now; I have updated ConTeXt sometimes in > January; before the time I was using old (year) version. In this > prehistorical version the problem was not present. > > What is the stuff? The following code generates con

Re: [NTG-context] Problem with encoding, XML and writetolist...

2006-04-03 Thread Martin Kolařík
OK, expansion is not encoding, but expansion in this place here is not a problem (I suppose). The section head is good, but the TOC entry not. So the inner expansion (or conversion or detokenization or so) around writetolist is probably affected by something, what now I cannot handle. And what is

Re: [NTG-context] XML and references

2006-04-03 Thread Johannes Graumann
Hans, When this is done, I will have to make a trip to Zwolle and buy you a beer! Thank you once again! Joh Hans Hagen wrote: > Johannes Graumann wrote: >> Hello all, >> >> I'm trying to interpret something like >> >> The problem of the complex protein mixture >> >> >> >> >> >> W

[NTG-context] Voorjaarsbijeenkomst 12 en 13 mei

2006-04-03 Thread Willi Egger
Ik was in contcat met Oscar, t.a.v. partners ... De militaire kazerne ligt op ca 5 km afstand van de plaats waar de veer aanmeert. Die plaats is geen echt dorp. Het zou dus nodig zijn, dat men een fiets ter beschikking heeft. dat is meeneemt of in het eerste dorp huurt. t.a.v. aanmeldingen ik

Re: [NTG-context] Voorjaarsbijeenkomst 12 en 13 mei

2006-04-03 Thread Willi Egger
Sorry people not envolved in this issue, I missed the correct mailinglist-address! Willi Willi Egger wrote: >Ik was in contcat met Oscar, > >t.a.v. partners ... > >De militaire kazerne ligt op ca 5 km afstand van de plaats waar de veer >aanmeert. Die plaats is geen echt dorp. >Het zou dus nodi

Re: [NTG-context] documents to (print and) read

2006-04-03 Thread Jano Kula
> In my opinion, you should definately read: > > "Context, an excursion" http://www.pragma-ade.com/show-man-1.htm > "TeXExec manual" http://www.pragma-ade.com/show-man-4.htm > "Fonts Explained"http://www.pragma-ade.com/show-man-6.htm > > And I heartily recommend the not-yet-fini

Re: [NTG-context] Voorjaarsbijeenkomst 12 en 13 mei

2006-04-03 Thread sjoerd siebinga
Beste Willi, Ik ben dit jaar pas lid geworden van NTG en ik zou graag meegaan naar de voorjaarsbijeenkomst. Ik heb echter twee vragen. Ten eerste, welke kosten zijn er verbonden aan deze bijeenkomst? En ten tweede, hoe moet ik me aanmelden? Groet Sjoerd On 3 Apr 2006, at 19:03, Willi Egge

[NTG-context] Metafun - Metapost capacity exceeded

2006-04-03 Thread Thomas Engel
Hello, I'm doing my first work with metafun to generate a switchgear layout from a cvs file. During the run (texexec ) I get the message - Metapost capacity exceeded and a part of the drawing is missing. I followed the thread -TeX capacity exceeded with metafun- and increased the memory size

Re: [NTG-context] ntg-context Digest, Vol 22, Issue 1

2006-04-03 Thread wwl
> ok! I have modified the batch-files. > > Next Problems: > > texexec.ini is not found in 'context\config' > I copyed it in 'scripts\context\perl' > now it is found. Is this normal? Or is this a symptome of the problem I am looking for? > 'texexec --verbose' tries to compile all the files i

Re: [NTG-context] definesortkey

2006-04-03 Thread Hans Hagen
Johan Sandblom wrote: > Testfile below. Lowercase named letters (\aring etc) work fine. > Uppercase, however, are sorted under the letter they resemble (A, O). > Inputting the letter directly (å,ä,ö) make them be indexed before the > start of the alphabetized index, not even under a, o. > > Regards

Re: [NTG-context] ntg-context Digest, Vol 22, Issue 1

2006-04-03 Thread Hans Hagen
[EMAIL PROTECTED] wrote: >> ok! I have modified the batch-files. >> >> Next Problems: >> >> texexec.ini is not found in 'context\config' >> I copyed it in 'scripts\context\perl' >> now it is found. >> > > Is this normal? Or is this a symptome of the problem I am looking > for? > it depen

Re: [NTG-context] Voorjaarsbijeenkomst 12 en 13 mei

2006-04-03 Thread Hans Hagen
sjoerd siebinga wrote: > Beste Willi, > > Ik ben dit jaar pas lid geworden van NTG en ik zou graag meegaan naar > de voorjaarsbijeenkomst. Ik heb echter twee vragen. Ten eerste, welke > kosten zijn er verbonden aan deze bijeenkomst? En ten tweede, hoe > moet ik me aanmelden? > kosten: geen

Re: [NTG-context] Metafun - Metapost capacity exceeded

2006-04-03 Thread Hans Hagen
Thomas Engel wrote: > Hello, > > I'm doing my first work with metafun to generate a switchgear layout > from a cvs file. > During the run (texexec ) I get the message - Metapost capacity > exceeded and a part of the drawing is missing. > > I followed the thread -TeX capacity exceeded with metaf

[NTG-context] Extending the black circled numbers

2006-04-03 Thread nico
Hello, For those who know, I'm trying to have the DocBook callout mechanism with context. Basically, there are some numbers in lines of verbatim text, and below the verbatim text the numbers are used to explain the portion of the text (kind of footnote). Typically the numbers are rendered wh

Re: [NTG-context] definesortkey

2006-04-03 Thread Mojca Miklavec
On 4/4/06, Hans Hagen wrote: > i added a few things to the sorter; can you try the beta? Thanks, Hans! Much better. \ccaron is now handled OK (which wasn't the case before), but č in utf-8 encoded file stil turns into r e {index} {2} {} {ÄŤ} {2::0:0:0:0:0:0:0::1} {1} and is sorted under A (as

Re: [NTG-context] Miktex, Metapost and \loadfontfilesoncetrue

2006-04-03 Thread Mojca Miklavec
On 3/28/06, WN wrote: > Hi, > > I am using Miktex (latest updated version) and the latest > Context on WindowsXP (write18 enabled). > > This is what happens : > > 1) First run of texexec gives me > ! Undefined control sequence > l 1 \global \loadfontfileoncetrue On 3/31/06, Taco Hoekwater wrote: >

Re: [NTG-context] Myway on using mathalign

2006-04-03 Thread Aditya Mahajan
On Mon, 3 Apr 2006, Hans Hagen wrote: > Taco Hoekwater wrote: >> Aditya Mahajan wrote: >> >>> Hi, >>> I have written some examples on how to use startalign. Patrick has >>> placed it on the garden. It can be downloaded from >>> >>> http://dl.contextgarden.net/myway/mathalign.pdf >>> >> >> Excell