Re: [NTG-context] extended ascii characters

2004-01-03 Thread Pawel Jackowski na Onet
Hi all! > I would like to know how I may use extended ascii characters in context, for > example character number 167. I'm sure Hans has made a lot of extensions for ,,strange'' character support. But also plain TeX offers \char167 instruction, which returns character 167 according to given font

Re: [NTG-context] pdf[e]tex formats (solution)

2003-12-18 Thread Pawel Jackowski na Onet
> maybe adding > >-progname=pdftex > > helps; otherwise make a pro.cfg file Agh! I've just got a solution for non-standard pdftex format usage. Simple, but not obvious answer is that non-standard format needs non-standard entries in texmf.cnf. After adding entry TEXINPUTS.pro [set of pa

Re: [NTG-context] pdf[e]tex formats

2003-12-18 Thread Pawel Jackowski na Onet
- Original Message - From: "Hans Hagen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 8:46 AM Subject: Re: [NTG-context] pdf[e]tex formats > At 21:54 17/12/2003, you wrote: > >Hi all! > > > >The question is not about ConTeXt, but... > > > >I need to genera

[NTG-context] pdf[e]tex formats

2003-12-17 Thread Pawel Jackowski na Onet
Hi all! The question is not about ConTeXt, but... I need to generate non-standard pdf[e]tex format. To do so I prepared pro.ini file which contains: \pdfoutput=1 \input plain \input my-set-of-macros \dump \endinput Then I run pdftex with command: pdftex -ini -jobname=pr

Re: [NTG-context] TeX capacity exceeded, sorry [hash size=35000]

2003-12-06 Thread Pawel Jackowski na Onet
- Original Message - From: "Sytse Knypstra" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 05, 2003 10:43 AM Subject: [NTG-context] TeX capacity exceeded, sorry [hash size=35000] > Hi, > > When using Hans' adaptation for typesetting bold math in a small example > ever

[NTG-context] references to external documents

2003-11-26 Thread Pawel Jackowski na Onet
Hi all! I'm working with huge XML documents which are compiled to PDF (with ConTeXt) and converted to HTML (with XSLT and others). These XML documents contain references to external files (images). References are mapped to paths with XML code; i.e. . Translating such a map to ConTeXt is rather obv

Re: [NTG-context] countproblem

2003-11-11 Thread Pawel Jackowski na Onet
> Hi all! > > > what is wong? > % > % > % ad the points of each question > \def\getPunkte[#1]{\advance\summeP by \number#1} > % > % show the points on the right side > \def\showP[#1]{\inright{\hfill(#1 P.)}} > % > % handle the points > \def\pkt[#1]% > {% > \showP[

Re: [NTG-context] Re: reset \use[sub]path

2003-11-11 Thread Pawel Jackowski na Onet
Problem: paths in ConTeXt > OK, I had a close look at it and digged into deeper mechanisms of > path handling in ConTeXt. > > ConTeXt stores the exact location of a file just by the filename. > Once you read x.xml, ConTeXt remembers where it is. You get a hint > when saying \tracefilestrue in yo

Re: [NTG-context] Re: reset \use[sub]path

2003-11-10 Thread Pawel Jackowski na Onet
Problem: reset path > > Also without expected results. So what is wrong in the following > > code? > > > > > \starttext > > \usesubpath[lofo1] > > \processXMLfilegrouped{aqq.xml} > > \usesubpath[reset] > > try: \usepath[reset] I did so. I've noticed that 'reset' option works for \usepath only

Re: [NTG-context] reset \use[sub]path

2003-11-03 Thread Pawel Jackowski na Onet
problem: reseting input paths Hi Hans At 20:12 03/11/2003, Pawel wrote: > >In other words, how to reset settings from \usepath and \usesubpath >commands? And how to do the same for externalfigures? From: "Hans Hagen" <[EMAIL PROTECTED]> > \usesubpath[reset] Thanks a lot but I still can't get

[NTG-context] reset \use[sub]path

2003-11-03 Thread Pawel Jackowski na Onet
Hi all! Lets consider the following situation. There are 3 catalogs; ./lofo1, ./lofo2, ./lofo3, each of them contains files 'aqq.xml' and 'cow.png' for example. Filenames are the same, but they may have different content. I need to include all these files into one PDF document WITHOUT giving absol

[NTG-context] backgrounds

2003-11-03 Thread Pawel Jackowski na Onet
Hi all! Could You give me some hint how to setup different backgrounds for even and odd pages? Lets say I would like to have something like \setupbackgrounds[footer][rightmargin][background=screen] % for even pages and \setupbackgrounds[footer][leftmargin][background=screen] % for odd pa

[NTG-context] configuration (texutil?) problem

2003-10-28 Thread Onet
Hi all! I had to change an operating system temporarly; now I use win98, but I haven't change ConTeXt installation and configuration at all. I'm not sure if win version causes the problem, but I can't see any other reasons... Anyway, the problem is that I can't build a list of contents. A sample

[NTG-context] unwanted code in bookmarks

2003-10-18 Thread Pawel Jackowski na Onet
Hi all! Please consider (or compile) the following code: \setupinteraction[state=start] \placebookmarks[chapter,section][chapter] \defineXMLenvironment [chapter] {\defineXMLargument[title]{\chapter}} {\relax} \defineXMLsingular[end]{\end} \enableXML Wha

Re: [NTG-context] Re: uncompatibility?

2003-10-14 Thread Pawel Jackowski na Onet
Problem: a (very) different ConTeXt versions and a different output From: "Hans Hagen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 9:52 PM > At 17:36 11/10/2003, you wrote: > > >Lets consider the following code: > > > >\setupitemize[4,packed] > >\starttext > >\sta

Re: [NTG-context] Re: uncompatibility?

2003-10-11 Thread Pawel Jackowski na Onet
From: "Patrick Gundlach" <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2003 6:48 PM > Hi, > > >> >tl7: ConTeXt ver: 2002.5.24 fmt: 2003.10.6 int: english mes: english > >> >tl8: ConTeXt ver: 2003.10.5 fmt: 2003.10.10 int: english mes: english > > > > Ok, the difference is about 17 month

Re: [NTG-context] Re: uncompatibility?

2003-10-11 Thread Pawel Jackowski na Onet
From: "Pawel Jackowski na Onet" <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2003 9:29 AM > At 11:09 11/10/2003, you wrote: > >Hi, > > > > > are quite different... There are some warnings in newer one (about doubled > > > map entries) but

[NTG-context] uncompatibility?

2003-10-11 Thread Pawel Jackowski na Onet
Hi all! I've installed TeX based on tl8 which is used paralely with based on tl7. Attached ZIP contains TeX code and two outputs with logs; tl7 and 8, which are quite different... There are some warnings in newer one (about doubled map entries) but shouldn't play a role here. Thanks for any hints!

Re: [NTG-context] Re: first attempt to run mp (system error) -- summary?

2003-10-08 Thread Pawel Jackowski na Onet
Problem: memory violoating error under Linux while running mp From: "Patrick Gundlach" <[EMAIL PROTECTED]> > [...] > > 2. 'Memory violating' error while compiling nested mp code (under Linux) -- > > still can't find the answer... > > that is really strange. If you are brave and experienced, you mi

[NTG-context] first attempt to run mp (system error) -- summary?

2003-10-08 Thread Pawel Jackowski na Onet
Pawe/l wrote about: 1. System error while compiling nested mp code (under Windows) -- regenerating metafun format solves that 2. 'Memory violating' error while compiling nested mp code (under Linux) -- still can't find the answer... 3. Missed mp graphics in output PDF -- solved of course... sorry f

Re: [NTG-context] persisent default font (one week delay)

2003-10-08 Thread Pawel Jackowski na Onet
- Original Message - From: "Pawel Jackowski na WP" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 03, 2003 3:46 PM Subject: [NTG-context] persisent default font > Hi all! > > I came across the same problem twice in different operating systems, so... > > This mess

Re: [NTG-context] Re: first attempt to run mp (system error)

2003-10-08 Thread Jackowski (onet)
Problem: system error while running texexec --automprun 07-10-2003, 18:02, Patrick Gundlach: > Hi, > > I am not a windows user, but what happens if you run mpost.exe on the > mpgraph.mp file? Do you get the same error? Yes, indeed! But compiling code beginfig(100) fill unitsqu

Re: [NTG-context] first attempt to run mp (system error)

2003-10-07 Thread Pawel Jackowski na Onet
Problem: serious system error while running 'texexec --automprun' Hi Willi! > Pawel wrote: At 09:42 07.10.2003, you wrote: > >Hi all! > > > >I've just made a quick test -- running metapost with ConTeXt. The sample > >code was just: > > > > \starttext > > The simplest metapost code samp

[NTG-context] first attempt to run mp

2003-10-07 Thread Pawel Jackowski na Onet
Hi all! I've just made a quick test -- running metapost with ConTeXt. The sample code was just: \starttext The simplest metapost code sample \startMPgraphic fill unitsquare scaled 123 withcolor (.2,.3,.4) ; \stopMPgraphic \stoptext which looks ok, right? And of course m

Re: [NTG-context] RME and INI

2003-10-06 Thread Pawel Jackowski na Onet
Am Montag, 06.10.03, um 13:18 Uhr (Europe/Zurich) schrieb Pawel >> But I still can't get an idea of copying '.rme' to '.ini' since '.rme' >> file >> can be read as well. Is that an easy way to save orginal config file >> untouched? >.rme is overwritten at each update, your manually adapted .ini

Re: [NTG-context] bodyfont plr

2003-10-06 Thread Pawel Jackowski na Onet
Subject: [NTG-context] bodyfont plr (default font) > "Pawel Jackowski na Onet" <[EMAIL PROTECTED]> writes: > > [...] > > > The reason I'm so persistant to solve that (probably not crucial) problem is > > that I'm still spying another problem

Re: [NTG-context] RME and INI

2003-10-06 Thread Pawel Jackowski na Onet
Hi again October 06, 2003 9:18 AM Pawel wrote: > Hi all! > > TEXEXEC documentation and self documented 'texexec.rme' file says that it > should be copied to 'texexec.ini'. First of all; I have two 'texexec.rme' in > TeX tree; first in > > ...TeX/context/config > > the second in > > ...Te

[NTG-context] RME and INI

2003-10-06 Thread Pawel Jackowski na Onet
Hi all! TEXEXEC documentation and self documented 'texexec.rme' file says that it should be copied to 'texexec.ini'. First of all; I have two 'texexec.rme' in TeX tree; first in ...TeX/context/config the second in ...TeX/context/perltk Files looks to be identical but and the second loc

[NTG-context] XML command synonyms

2003-09-30 Thread Pawel Jackowski na Onet
Hi Hans, hi Simon! First of all THANKS a lot for both of you for helpful hints and sugestions. After many tests and experiments I decided to use construction: \def\XMLsynonym#1#2{% \letcsnamecsname\csname\@@XMLelement:#1/\endcsname\csname\@@XMLelement:#2/\e ndcsname \letcsnamecsname\csname\@@XM

[NTG-context] ConTEXT editor for ConTeXt

2003-09-30 Thread Pawel Jackowski na Onet
Hi all! Sorry, if somebody have already wrote about it -- I haven't traced 'editor thread'. Yesterday I came across small, quite suitable and FREE editor named ConTEXT. This editor has many adventages (like possibility to definining own highlighting templates). The only disadventage I found is la

Re: [NTG-context] XML command synonyms

2003-09-27 Thread Pawel Jackowski na Onet
Hello! From: "Hans Hagen" <[EMAIL PROTECTED]> > \letcsnamecsname\csname\@@XMLelement:#1\endcsname\csname\@@XMLelement:#2\end csname > > etc, but before you enter that track, what exactly do you want? In example; assume that 'subsubsubsubsection' is already defined part of a document \defi

Re: [NTG-context] XML command synonyms

2003-09-27 Thread Pawel Jackowski na Onet
From: "Simon Pepping" <[EMAIL PROTECTED]> > >P: How to define '' as a synonym of 'subsubsubsubsection' without wrtiting > >P: the same code twice? > > From DocbookInContext: > > %D A \type{\let} for XML environments > \def\letXMLenvironment#1#2% > {\letvaluevalue{\@@XMLelement:#1/}{\@@XMLe

[NTG-context] XML command synonyms

2003-09-25 Thread Pawel Jackowski na Onet
Hi all! Is there any way to define XML command synonyms? Assume that one defined \deifneXMLenvirnment[subsubsubsubsection]{...}{...} How to define '' as a synonym of 'subsubsubsubsection' without wrtiting the same code twice? Thanks, Pawe/l _

[NTG-context] Hans, why don't you...

2003-09-24 Thread Pawel Jackowski na Onet
Hi Hans! I found the following XML tabulate environment implementation in xcont-ml.tex file: ... \defineXMLsingular [context:tcell] [align=] {\appendtoks|\to\XMLtabtoks \processaction [\XMLop{align}] [left=>\appendtoks l\to\XMLtabtoks, right=>\appendtoks r\to\XMLtabtoks,

[NTG-context] Re: is / notation (similar to german active ") still being...

2003-09-23 Thread Pawel Jackowski na Onet
"Hans Hagen" <[EMAIL PROTECTED]> wrote: > At 21:30 21/09/2003 +0200, you wrote: > > >Best regards, squealer Pawe/l > > just curious, is this / notation (similar to german active ") still being > used in poland (and tex)? > > Hans Some Poles use \prefixing (MeX command which activate / notation

Re: [NTG-context] Footnotes

2003-09-23 Thread Pawel Jackowski na Onet
"Willi Egger" <[EMAIL PROTECTED]> wrote: > Dear Pawel, > > In order to be able to show the effects I used the Dolly-font. > For your reference I include the probe.tex file and the resulting pdf. > > As far as I can see, the footnotes get the numbers from Dolly or Helvetica > according to the se

Re: [NTG-context] probably well known problem

2003-09-21 Thread Pawel Jackowski na Onet
Hi Karel! "K.H. Wesseling" <[EMAIL PROTECTED]> wrote: > I am sorry to have irritated you[...] You didn't at all so let's forget about it. I'm aware that answering silly questions isn't easy... I'm also aware that asking silly questions with counsiousness that they are silly is also hard. The ha

Re: [NTG-context] Re: beginner question re: counters

2003-09-21 Thread Pawel Jackowski na Onet
"Patrick Gundlach" <[EMAIL PROTECTED]> writes: > [...] > It would be nice if the original posters would comment answers like > this one if this works fine or not. Since these mails are archived, > other people might come across this post and wonder if this is a good > solution or not. > > > J

Re: [NTG-context] probably well known problem

2003-09-21 Thread Pawel Jackowski na Onet
> You might try > > texexec --make --language=pl,en,de --bodyfont=plr en > > from the texexec manual. > > Best succes...Karel Thanks, but You probably haven't read my letter to the end. I wrote: > > After these changes I generated format with command > > > > texexec --make --language=pl,en,d

[NTG-context] probably well known problem

2003-09-20 Thread Pawel Jackowski na Onet
Hi all! I've just finished (?) reinstalling and configuring my TeX system. It is quite small conglomerate of cont-bas, cont-tmf and my own packages. I've successfully generated all formats using fmtutil. However I have some troubles with 'cont-en'; it was successfully generated but do not work pro

Re: [NTG-context] Footnotes

2003-09-19 Thread Pawel Jackowski na Onet
> Hi Pawel, Hi Willi! > After all the solution is simpel ... > [...] > This command will force the bodyfont and the footnotes font to be the same. > If e.g. Myfont is setup as a typeface of Palatino for rm and Helvetica for > ss, then the footnotes will be in Palatino when saying > \setupfootn

Re: [NTG-context] headers, marking and some puzzles

2003-09-19 Thread Pawel Jackowski na Onet
> simple way: > > \setupheadertexts[\hbox to \hsize{\getmarking[chapter]\hrulefill\pagenumber}] Of course simple way works ok. Below I described why \getmarking may couse suprises. > clever way: > > \startsetups[left header] > >\hbox to \hsize \bgroup > \getmarking[chapter] > \quad

[NTG-context] special _______________________ headertexts

2003-09-19 Thread Pawel Jackowski na Onet
Hi! As usually chick got a problem which seems to have easy answer. Let's say I want to set header/footer text which has the following order: chaptername _ pagenumber I tried \setupheadertexts[\thinrule] \setupheadertexts[chapter][pagenumber][pagenumbe

Re: [NTG-context] How to set paths -- wider view

2003-09-18 Thread Pawel Jackowski na Onet
>www.pragma-ade.com/context/cont-bas.tex >www.pragma-ade.com/context/setup >www.pragma-ade.com/context/setuptex.bat > > (also, the example framework --work in progress-- permits you to run > multiple trees in parallel and make choices depending on a task) This secret looks nice! I'

Re: [NTG-context] How to set paths -- wider view

2003-09-18 Thread Pawel Jackowski na Onet
Hi! > another option is to use: > >\usepath[list of paths] >\usesubpath[list of subpaths] > Thanks again! It works almost like --path option -- files included with \processXMLfile ARE included, but files included by \input (or \typefile) ARE NOT. Anyway I've solved the problem already. I

[NTG-context] sorry (off topic)

2003-09-17 Thread Pawel Jackowski na Onet
Hi > % \relax is not always obligatory but treat it as a goode habit ^ What I wanted to say by 'goode'? Sorry for that... I sent it too fast. Sorry for any other mistakes in my messages. Belive me, it's not my negligence. I work hard on it... Pawe/l __

Re: [NTG-context] beginner question re: counters

2003-09-17 Thread Pawel Jackowski na Onet
> I apologize for asking such a basic question. What is the correct way > to increment a counter such that each time a macro is used, the counter > is augmented by 1. So far, I have \newcount\MyCounter and have tried > \advance\MyCounter by1 and a few other things I found online, but > when

Re: [NTG-context] Vertical alignment of formulas

2003-09-17 Thread Pawel Jackowski na Onet
Hi > one complication is that the last line width is not available outside math > mode (which is a pain) If really needed one can use quite old plain macro which try to soften this pain... However for short paragraphs it needs some changes (\prevgraf can't be less then zero). Meybe this is not ve

Re: [NTG-context] error \handlecompoundcharacter ...

2003-09-17 Thread Pawel Jackowski na Onet
Hi! > >Consider this simple code: > > > >\defineXMLcommand > > [de] {\language[de]} > > > >\defineXMLcommand > > [end] > > {\disableXML} > > > >\starttext > >\enableXML > > > > > > Ich liebe ConTeXt! > > > >\stoptext > > > >It cause en ERROR! It happens ONLY for \language[de] neither pl

Re: [NTG-context] How to set paths

2003-09-17 Thread Pawel Jackowski na Onet
Hello! > you can set the directory (gebied in dutch) with: > >\setupsystem > > or pass --path to texexec Thanks a lot Hans! Although I can't still use \setupsystem properly (even with looking at core-code tricks), --path option seems to be the solution. I've solve processing XML files in thi

[NTG-context] How to set paths for input files (again)

2003-09-16 Thread Pawel Jackowski na Onet
Hi all! Some days ago I asked a question about setting paths to inputed files. Now I see the question may be missunderstood. Sorry for that. I'll try to repeat in some other way. I need to set directories for included files. For some reason I don't want to say \input ./my-dir/my-file I'd rathe

Re: [NTG-context] Re: height and width of a figure

2003-09-16 Thread Pawel Jackowski na Onet
Hello! > Hi Patrick and all the others > > thanks for your answer. I think I asked my question a little bit unclearly. > I wanted to know if i can get the width of a figure, or the overlaywidth of > this figure as a numeric. I want to make a frame like this: > \framed[width=, height= \externalfi

Re: [NTG-context] Footnotes

2003-09-16 Thread Pawel Jackowski na Onet
Hi Willi > Thanks for your suggestions. In my case this does not seem to be the > solution. > I fiddled with the different options. The conclusion is, that the footnotes > do not readily follow the > bodyfont settings. > I provided Hans a test file and he will look into it. Let me know when You s

[NTG-context] How to set paths

2003-09-15 Thread Pawel Jackowski na Onet
Hello! In some special cases I need to set paths for input files directly from ConTeXt code not from config file. In manuals \setupexternalfigures is described. Is there any similar command for files that are inputed directly by \input, \typefile \processXMLfile (the last is the most interesting f

[NTG-context] error \handlecompoundcharacter ...

2003-09-15 Thread Pawel Jackowski na Onet
Hi experts! Consider this simple code: \defineXMLcommand [de] {\language[de]} \defineXMLcommand [end] {\disableXML} \starttext \enableXML Ich liebe ConTeXt! \stoptext It cause en ERROR! It happens ONLY for \language[de] neither pl nor en, nl... Error message is: systems:

Re: [NTG-context] Footnotes

2003-09-15 Thread Pawel Jackowski na Onet
Hi! > However, when I use > \setupfootnotes[bodyfont={\switchtobodyfont[8pt]},offset=-1cm] > I get an error. >[...] > If I am using \setupfootnotes[bodyfont=5pt,offset=-1cm] then I get the > footnote typeset in 5pt but still cmr and the error in the log-file is still Try \definefontsynonym[myF

Re: [NTG-context] Footnotes

2003-09-15 Thread Pawel Jackowski na Onet
> Hi everybody, > > > I have to typset several footnotes. > > I setup a bodyfont (sanserif, Helvetica like). > Why are the footnotes typset in cmr? > I'm not sure but I've just solved similar problem. Footnotes have their 'own' bodyfontsize so if it isn't defined, ConTeXt uses default font. For ex

Re: [NTG-context] fonts and footnotes (again)

2003-09-15 Thread Pawel Jackowski na Onet
Hi! > At 21:35 14/09/2003 +0200, you wrote: > > > I have a problem with footnotes though. I tried \setupfootnotes[style=\tf > > \setupfootnotes[bodyfont=small] % or bodyfont={\switchtobodyfont[8pt]} > > the reason for using bodyfont is that in influences the interline space and > such which is n

[NTG-context] fonts and footnotes (again)

2003-09-14 Thread Pawel Jackowski na Onet
Hi ntg! Some days ago I asked a question which looks to have an obvious answer... Unfortunately the answer isn't obvious for ConTeXt chick:-) I have a problem with font of footnote-numbers. I will try to describe some details because they may be important. I've defined some sans-serif font

[NTG-context] fonts and footnotes

2003-09-11 Thread Pawel Jackowski na Onet
Hi! I have a problem with font of footnote-numbers. I will try to describe some details because they can be important. I've defined some sans-serif font with my own styles and sizes: \definefontsynonym[tfMyFont][file_name1] \definefontsynonym[bfMyFont][file_name2] % I don't need neither italics-

Re: [NTG-context] Re: XML & ConTeXt -- handling many conventions

2003-09-10 Thread Pawel Jackowski na Onet
Hi! > Hello Pawe³ (I, hope your name comes out OK)[...] Actually no, but don't worry. I'm aware that polish 'lslash' may not be displayed properly. But using polish characters is the only way to protect them from extinction. I will think about some compromise. > The element is wrong. By buryin

Re: [NTG-context] finding external figures

2003-09-10 Thread Pawel Jackowski na Onet
Hi! > >Is there any way to use absolute path for external figure in ConTeXt code? > Is the following example from the manual of any help? > \setupexternalfigures[directory={c:/fig/eps,c:/fig/pdf}] Yes, indeed. Sory for that... I've missed this example while reading manuals. Thanks, P

[NTG-context] finding external figures

2003-09-10 Thread Pawel Jackowski na Onet
Hello! I'm afraid the answer wiil be 'no' but... I've just tested two, let say 'normal', ways of including external figures: -- settings in texmf.cnf (that is obvious) -- relative path in \useexternalfigure (that is obvious only for ConTeXt users :-) Is there any way to use absolute path for ext

Re: [NTG-context] ConTeXt, XML and verbatim

2003-09-05 Thread Pawel Jackowski na Onet
> Pawel, > > you can learns a few tricks from x-contml and other x-* modules Yes, indeed! x-* modules are mines of tricks. I've got what i want by saying something like: \defineXMLenvironment[verbatim] {\bgroup\obeyspaces\defineXMLargument[verbline]{\endgraf\type}} {\egroup} Thanks, Pawel __

Re: [NTG-context] ConTeXt, XML and verbatim

2003-09-04 Thread Pawel Jackowski na Onet
Hi! > On Wed, Sep 03, 2003 at 09:49:40PM +0200, Simon Pepping wrote: > > > > > > Meybe someone knowns how to 'translate' verbatim environments for XML code? > > > I mean how to define environment which I can use in this way [..] > > There are no verbatim environments in XML, and you cannot ge

[NTG-context] ConTeXt, XML and verbatim -- thanks

2003-09-04 Thread Pawel Jackowski na Onet
Hello! > There are no verbatim environments in XML, and you cannot get literal > content. Instead, you can have tags, like your verbatim above, that > request line-oriented layout. programlisting is such a tag in Docbook. > > This is how docbook in context does it: > > \def\XMLDBstartlineoriente