Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Johannes Graumann
Hans Hagen wrote: Johannes Graumann wrote: \starttext % \xmlprocess{main}{zip::\env{odt}::content.xml}{} \xmlprocess{main}{\usezipfile[\env{odt}][content.xml]}{} \stoptext \usezipfile[\env{odt}] \xmlprocess{main}{content.xml} or \xmlprocess{main}{*/content.xml} you can also

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Hans Hagen
Johannes Graumann wrote: Hans Hagen wrote: Johannes Graumann wrote: \starttext % \xmlprocess{main}{zip::\env{odt}::content.xml}{} \xmlprocess{main}{\usezipfile[\env{odt}][content.xml]}{} \stoptext \usezipfile[\env{odt}] \xmlprocess{main}{content.xml} or

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Hans Hagen
Johannes Graumann wrote: \starttext % \xmlprocess{main}{zip::\env{odt}::content.xml}{} \xmlprocess{main}{\usezipfile[\env{odt}][content.xml]}{} \stoptext \usezipfile[\env{odt}] \xmlprocess{main}{content.xml} or \xmlprocess{main}{*/content.xml} you can also play with

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Johannes Graumann
Johannes Graumann wrote: I'll try tonight. Thanks, Joh Hans Hagen wrote: Johannes Graumann wrote: Hans Hagen wrote: i posted something about this a few weeks ago ... thing slike registering zip files, reading from zip:// etc Are you referring to this:

Re: [NTG-context] Bookmark question

2008-02-11 Thread WN
Your solution works, but now I have to rewrite my carefully crafted environment and setups. I rather wish your solution works within the start/stop frontmatter construct. Is this possible ? Kind regards Wim WN wrote: This is what I would like to do \startfrontmatter

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Johannes Graumann
Thanks for your time. Hans Hagen wrote: you'll have to make me a test file then Attached. As described earlier this is supposed to compile like so: texmfstart texexec --lua --purge --arg=odt=Versuch.odt --result=Versuch.odt.pdf COOnTeXML.tex where COOnTeXML reads: \startxmlsetups

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Hans Hagen
the cleanest way is: \startxmlsetups xml:mysetups \xmlsetsetup{\xmldocument}{text:p}{xml:paragraph} \stopxmlsetups \xmlregistersetup{xml:mysetups} \startxmlsetups xml:paragraph \xmlflush{#1}\endgraf \stopxmlsetups \usezipfile[\inputfilename] \starttext

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Johannes Graumann
Hans Hagen wrote: i posted something about this a few weeks ago ... thing slike registering zip files, reading from zip:// etc Are you referring to this: http://archive.contextgarden.net/message/20080131.07.9fb1c327.en.html ? Joh

[NTG-context] \high{} in mkiv

2008-02-11 Thread Thomas A. Schmitz
Hi all (Hans!), I have a problem with the \high{} command in mkiv: in most of my typescripts, I have the onum feature set for my base fonts. When I have a number with two digits within the \high command, I get the expected oldstyle numbers; with one-digit numbers, the number is regular

[NTG-context] Adding whitespace equivalent to a -ve sign

2008-02-11 Thread Dave
Hi all, I am trying to line up some equations on a page and I'd like to insert some whitespace that has the same width as a -ve sign in an equation. An example would be trying to ensure the cosine and sine and on the first and second rows (second column) in the matrix below: \startpmatrix

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Johannes Graumann
Thank you so much for your time and help! I'll look at this tonight. What xml editor are you using? Joh Hans Hagen wrote: the cleanest way is: \startxmlsetups xml:mysetups \xmlsetsetup{\xmldocument}{text:p}{xml:paragraph} \stopxmlsetups \xmlregistersetup{xml:mysetups}

Re: [NTG-context] index register justification

2008-02-11 Thread Taco Hoekwater
Steffen Wolfrum wrote: Hi, just by chance I found this minimal example and (while showgrid) had a closer look at it: \defineregister[Index][Indeces] \showframe\showgrid \starttext \dorecurse{100}{ boo\Index{boo} Boo\Index{Boo} foo\Index{foo} Foo\Index{Foo} goo\Index{goo}

[NTG-context] index register justification

2008-02-11 Thread Steffen Wolfrum
Hi, just by chance I found this minimal example and (while showgrid) had a closer look at it: \defineregister[Index][Indeces] \showframe\showgrid \starttext \dorecurse{100}{ boo\Index{boo} Boo\Index{Boo} foo\Index{foo} Foo\Index{Foo} goo\Index{goo} Goo\Index{Goo} \page }

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Hans Hagen
Johannes Graumann wrote: Hans Hagen wrote: i posted something about this a few weeks ago ... thing slike registering zip files, reading from zip:// etc Are you referring to this: http://archive.contextgarden.net/message/20080131.07.9fb1c327.en.html ? yes

Re: [NTG-context] DEB of Context 2008-01-28 anybody?

2008-02-11 Thread Johannes Graumann
I'll try tonight. Thanks, Joh Hans Hagen wrote: Johannes Graumann wrote: Hans Hagen wrote: i posted something about this a few weeks ago ... thing slike registering zip files, reading from zip:// etc Are you referring to this:

Re: [NTG-context] Adding whitespace equivalent to a -ve sign

2008-02-11 Thread Aditya Mahajan
On Mon, 11 Feb 2008, Dave wrote: Hi all, I am trying to line up some equations on a page and I'd like to insert some whitespace that has the same width as a -ve sign in an equation. An example would be trying to ensure the cosine and sine and on the first and second rows (second column) in