Re: [NTG-context] Another editor for (La)TeX

2006-08-12 Thread Karsten Heymann
Hi, 2006/8/10, Renaud AUBIN [EMAIL PROTECTED]: A friend of mine pointed out TeXmaker: http://www.xm1math.net/texmaker/index.html Since I have not tried it, I can't say if one could use it with ConTeXt... For those who liked graphical editor: give it a try TeXMaker is a pure LaTeX Editor.

[NTG-context] Bug in Description?

2006-11-16 Thread Karsten Heymann
Hello, I need to mimick enumerated lists with descriptions, as the list labels are passed to context by an external program. For this I need the text after the label indented exactly as far as the following lines. Following the wiki I set distance=0cm, but this does not seem to be honored, but

[NTG-context] how to write a section-like command (ignore following empty paragraphs)

2006-11-18 Thread Karsten Heymann
Hello, I try to create a \section-like command in that respect that following empty lines are ignored. How do I have to change \SectionLike in the following example to achieve that? Yours, Karsten \setupindenting[medium] \indenting[yes,next] \setuphead[section][after={}]

[NTG-context] exchanging xml values

2006-12-04 Thread Karsten Heymann
Hello, I use the following code to format xml tables with context. There I want to exchange the meanings of align=[left|right], but I failed so using \mapXMLvalue. Any Ideas? Yours, Karsten \usemodule[contml] \autoXMLnamespace [context] \starttext \mapXMLvalue {p:align} {right} {left}

Re: [NTG-context] debian context updates

2007-01-03 Thread Karsten Heymann
Hello, 2007/1/3, Norbert Preining [EMAIL PROTECTED]: On Die, 02 Jan 2007, Sanjoy Mahajan wrote: I'm using Ubuntu 6.10, so context_2006.12.27-1_all.deb wouldn't install without a --force-conflicts,overwrite,depends given to dpkg (Ubuntu still uses tetex 3.0). With that caveat, which may

Re: [NTG-context] Microsoft Word - Context

2007-04-02 Thread Karsten Heymann
Hello Vyatcheslav, 2007/4/2, Vyatcheslav Yatskovsky [EMAIL PROTECTED]: Then, we need something like Word2ConText (or a macro written in VBA) to convert incoming papers to ConText code and then easily assemble them. Something, that resembles famous Word2Tex application. I've recently created

Re: [NTG-context] Microsoft Word - Context

2007-04-03 Thread Karsten Heymann
Hi Luigi, 2007/4/3, luigi scarso [EMAIL PROTECTED]: [OT, sorry] I've implemented it in Python (using DOM and SAX, now that I know more, I would start with ElementTree from the beginning). Did you found ElementTree better than standard modules or lxml? Definitely better than the standard

Re: [NTG-context] Beautiful source code

2007-06-07 Thread Karsten Heymann
2007/6/4, Hans Hagen [EMAIL PROTECTED]: David Arnold wrote: [...] Pasting into my email program does not do this code snippet justice, as in the Metafun source, all of the \NC's are aligned vertically, as are the \NR's. How do you do this? Does your editor align these for you, or do you

[NTG-context] Time to take over a ConTeXt project in Hamburg, Germany?

2007-07-02 Thread Karsten Heymann
Hi, I'm looking for someone to take over long-term support for a running (paid) ConTeXt project in Hamburg, Germany. I'm currently supporting a small scientific institution who does regular publications with context, but since I'm leaving university now and changing places to start a real

Re: [NTG-context] Time to take over a ConTeXt project in Hamburg, Germany?

2007-07-05 Thread Karsten Heymann
Hello all, 2007/7/2, Karsten Heymann [EMAIL PROTECTED]: I'm looking for someone to take over long-term support for a running (paid) ConTeXt project in Hamburg, Germany. Thanks for the offers so far. I've already got a set of very promising candidates and started talks, so unless you have sth

[NTG-context] dont't indent after custom start-stopnarrower

2007-07-31 Thread Karsten Heymann
Hello, I try to prevent indention after a custom enviroment used for quotations which uses \startnarrower ... \stopnarrower: \setupindenting [0.5cm] \indenting[yes,next] \definestartstop[Zitat] [before={\startnarrower[2*left]}, after=\stopnarrower\noindent] \starttext \input knuth

Re: [NTG-context] dont't indent after custom start-stopnarrower

2007-07-31 Thread Karsten Heymann
Hi Steffen, 2007/7/31, Steffen Wolfrum [EMAIL PROTECTED]: Am 31.07.2007 um 10:18 schrieb Karsten Heymann: I try to prevent indention after a custom enviroment used for quotations which uses \startnarrower ... \stopnarrower: Here you are: after={\stopnarrower\setupindenting[none

[NTG-context] assembling typescript

2006-03-19 Thread Karsten Heymann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, after Patrick Gundlach convinced me at DANTE 2006 to switch the small scientific magazine project I'm currently working on for a client from LaTeX co ConTeXt, I'm now preparing a sample document for my client to convince him, and for that I

Re: [NTG-context] List of builtin TeX commands

2006-03-25 Thread Karsten Heymann
Nikolai Weibull schrieb: Is there a list of builtin TeX commands anywhere on the net? TeXbook, chapters 24-26, should be fairly complete. The source file is freely availabe (http://ctan.org/tex-archive/systems/knuth/tex/), but you may not process it with tex. Yours, Karsten signature.asc

[NTG-context] bug in wiki's urw garamond typescript?

2006-04-11 Thread Karsten Heymann
garamond package can be found at http://www.ecology.uni-kiel.de/~kheymann/files/garamond.tar.gz). If I increase the interlinespace to 2.9ex the problem is fixed. Did I get that right (and should I correct that in the wiki?) Yours, Karsten - -- | ~ Karsten Heymann ~ | Christian-Albrecht

[NTG-context] floats spanning columns?

2006-04-11 Thread Karsten Heymann
Hi there, a simple one: Is it possible to span a \placetable float over multiple columns defined with \startcolumns ...\ stopcolumns? Or do I have to switch to column sets for that? Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186

Re: [NTG-context] floats spanning columns?

2006-04-12 Thread Karsten Heymann
Hello Hans, Hans Hagen wrote: if a float is too wide it will be moved around; wide floats spanning columns and text flowing around it is not one of the strong points of normal columns At least I didn't overlook something simple :) Is there any easy fix to prevent the table from disapperaring

[NTG-context] another \startcolumns and grid layout issue

2006-04-12 Thread Karsten Heymann
\stoptext Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186 |Netzwerkteam des Ökologiezentrum| | Fax: +49 431 880-4083 | http://www.ecology.uni-kiel.de | | - Selbständiger EDV-Dienstleister im Auftrag des ÖZK

Re: [NTG-context] bug in wiki's urw garamond typescript? SOLVED

2006-04-12 Thread Karsten Heymann
Hi, found out myself, my context version (texlive 05) doesn't know about that: Karsten Heymann wrote: \enableregime [il9] replaced by il1, and the problem is gone. It's sometimes a good thing to read the logs :-/ Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht

Re: [NTG-context] another \startcolumns and grid layout issue

2006-04-14 Thread Karsten Heymann
Hans Hagen wrote: i'll send you a patch, works great, thank's a lot! we need to make a column test suite ... I'll happily post any detected problem to the list :) Yours, Karsten signature.asc Description: OpenPGP digital signature ___

Re: [NTG-context] floats spanning columns?

2006-04-14 Thread Karsten Heymann
Hello Hans, Hans Hagen wrote: well, you can't blame knuth for that one ... the problem is that the graphix is oved to a next page already but that page has no content [patch] Seems to work very nice, too :) Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel

[NTG-context] help needed with difficult document structure

2006-04-19 Thread Karsten Heymann
Hello, I'm having a little bit of problem with the document structure of the project I'm currently typesetting. It's kind of a scientific magazine that consists mainly of independent articles. The articles use \section and \subsection and should have their own numbering, as well as for the

Re: [NTG-context] help needed with difficult document structure

2006-04-20 Thread Karsten Heymann
Hi Taco Taco Hoekwater wrote: In ConTeXt you can define alternative heads and tocs quite easily, but the actual setup depends (of course) on the structure of your input files. \setuplist [shortpart,shortchapter] [numbercommand=\gobbleoneargument,pagenumber=no] Thanks, that already

[NTG-context] paragraphs indented from line 2 on

2006-04-23 Thread Karsten Heymann
to some tricky problems. % Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186 |Netzwerkteam des Ökologiezentrum| | Fax: +49 431 880-4083 | http://www.ecology.uni-kiel.de | | - Selbständiger EDV-Dienstleister im Auftrag des

Re: [NTG-context] paragraphs indented from line 2 on

2006-04-23 Thread Karsten Heymann
Hans Hagen wrote: Karsten Heymann wrote: what's the context'ish way of creating a start-stop environment in which each paragraph is indented from the 2nd line on? \definestartstop [exdent] [before={\startnarrower[left]\setupindenting[-\leftskip,yes]}, after=\stopnarrower] Great

Re: [NTG-context] paragraphs indented from line 2 on

2006-04-23 Thread Karsten Heymann
\stopexdent \stoptext Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186 |Netzwerkteam des Ökologiezentrum| | Fax: +49 431 880-4083 | http://www.ecology.uni-kiel.de | | - Selbständiger EDV-Dienstleister im Auftrag des

Re: [NTG-context] paragraphs indented from line 2 on

2006-04-23 Thread Karsten Heymann
Hans Hagen wrote: \setuphead[section][indentnext=first] Oh, I should have known that by now ... Thanks Hans, I'll add it to the wiki. Yours, karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186 |Netzwerkteam des Ökologiezentrum| | Fax

Re: [NTG-context] paragraphs indented from line 2 on

2006-04-23 Thread Karsten Heymann
Hans Hagen wrote: Karsten Heymann wrote: Great, works like a charm! By the way: What's the benefit of \definestartstop over \def\start..., \def\stop...? looks nicer and is configurable (style,color etc) So it doesn't insert a extra level ouf grouping or the like -- fine to know. Yours

[NTG-context] TABLE + \rotate problem

2006-04-27 Thread Karsten Heymann
von Papier, Zellstoffen, Papierprodukten, Verlags- und Druckerzeugnissen \eTD \bTD 15 \eTD \eTR \bTR \bTD Sonstige Produktion (a.n.g), Recycling \eTD \bTD 15 \eTD \eTR \eTABLEbody \eTABLE}} \egroup \stoptext % -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel

[NTG-context] some basic TABLE questions

2006-04-27 Thread Karsten Heymann
add a caption to (portrait) multipage TABLEs? \placefigure obviously doesn't work. Any help would be very much appreciated! Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186 |Netzwerkteam des Ökologiezentrum| | Fax: +49 431 880

Re: [NTG-context] some basic TABLE questions

2006-05-03 Thread Karsten Heymann
alot, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186 |Netzwerkteam des Ökologiezentrum| | Fax: +49 431 880-4083 | http://www.ecology.uni-kiel.de | | - Selbständiger EDV-Dienstleister im Auftrag des ÖZK

Re: [NTG-context] TABLE + \rotate problem

2006-05-03 Thread Karsten Heymann
Hi Peter, Peter Münster wrote: \bTD[nr=7,align=low] thanks, I overlooked that option! Yours, Karsten -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon: +49 431 880-1186 |Netzwerkteam des Ökologiezentrum| | Fax: +49 431 880-4083 | http://www.ecology.uni

[NTG-context] installation problem

2006-05-03 Thread Karsten Heymann
/texmf-linux TEXMFPROJECT=/home/archiv/tex/texmf-project TEXROOT=/home/archiv/tex VARTEXMF=/texmf-var tex | latex) e='!*.+(tex|TEX|texi|latex)' :~ Does someone have an idea what causes the problem? -- | ~ Karsten Heymann ~ | Christian-Albrecht-Universität zu Kiel | | Fon

Re: [NTG-context] installation problem

2006-05-05 Thread Karsten Heymann
Hi Taco, Taco Hoekwater wrote: Karsten Heymann wrote: Does someone have an idea what causes the problem? I believe this a bug that was present for a few days in one of the earlier releases in april (and fixed). okay, I'll ask them to download again. Thanks, Karsten -- | ~ Karsten