Re: [NTG-context] several warnings after updating ConTeXt and LM fonts

2008-06-03 Thread Mojca Miklavec
On Wed, Jun 4, 2008 at 6:55 AM, Dalyoung Jeong wrote:
> Dear Mojca,
>
> Thank you for your instruction.
>
> After updating XeTeX binaries, warnings are disappeared but a new one.
>
> ** WARNING ** Could not open config file "dvipdfmx.cfg".

That one is completely/absolutely harmless. I'll create a fake (blank)
file to remove the warning - sorry, forgot to do that before. The
warning has been added for dvipdfmx users since they need to copy that
file to a different location, but ConTeXt does not need it.

> I checked the lm-math.map and lm-rm.map in the folder ../dvipdfm/
> context/ as Wolfgang suggested. They are there.

They may be deleted (first-setup.sh --delete does that). With the new
binary these maps should not be needed at all.

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] several warnings after updating ConTeXt and LM fonts

2008-06-03 Thread Dalyoung Jeong
Dear Mojca,

Thank you for your instruction.

After updating XeTeX binaries, warnings are disappeared but a new one.

** WARNING ** Could not open config file "dvipdfmx.cfg".

I added the line
"TEXFONTSMAPS.dvipdfmx = .;$TEXMF"
in texmf.cnf below the line
TEXFONTSMAPS = .;$TEXMF/Font/,ap/..."

However, the same warning  message still remains.

I checked the lm-math.map and lm-rm.map in the folder ../dvipdfm/ 
context/ as Wolfgang suggested. They are there.

How to remove this new warning message?

Thank you again.

Best regards,

Dalyoung


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] typesetting Arabic today

2008-06-03 Thread Burak Emir
Hi,

Thanks a lot for the answers, they saved me from going down abandoned paths.


I have installed mkiv and have not yet figured out out how to run luatex on
that attached file... but will try a bit more before asking newbie
questions, I feel I should at least try to look at dome documentation before
asking newbie questions : )

Burak

On Mon, Jun 2, 2008 at 9:18 PM, Idris Samawi Hamid <[EMAIL PROTECTED]>
wrote:

> On Mon, 02 Jun 2008 12:43:04 -0600, Idris Samawi Hamid
> <[EMAIL PROTECTED]> wrote:
>
> >> Omega is dead or nearly dead
>
> It's dead, only the funeral and burial remain to be done ;-)
>
> Best wishes
> Idris
>
> --
> Professor Idris Samawi Hamid, Editor-in-Chief
> International Journal of Shi`i Studies
> Department of Philosophy
> Colorado State University
> Fort Collins, CO 80523
>
>
> ___
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
>
> ___
>



-- 
Burak Emir
--
http://burak.emir.googlepages.com
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] xml in mkiv

2008-06-03 Thread Hans Hagen
Hi,

[if you never use xml or don't use mkiv, you can skip this message]

Currently in mkiv, the mkii method of xml is active at the same time; 
however, this is not always what you want and eventually i suppose that 
mkiv xml usage will replace mkii usage (i'm thinking of at some point 
making the old stream based xml method a module for mkiv)

anyhow, one of aspects we need to deal with is mixed usage of documents, 
more about that later

the latest beta has a \setupxml command with the following options 
(there are a few more):

\setupxml[\c!method=mkii]% mixed mkiv and mkii
\setupxml[\c!method=mkiv,\c!default=]% mkiv only
\setupxml[\c!method=mkiv,\c!default=\v!none] % mkiv only, undefined -> 
hidden
\setupxml[\c!method=mkiv,\c!default=\v!text] % mkiv only, undefined -> text

the tricky part is in dealing with entities. By default entities are 
resolved to utd code, which means that <, > and & are part if 
the normal text stream. This is tricky because in mkii a dangling < or & 
gives an error.

However, in mkii mode (i.e. mixed mode), these three characters are 
remapped to some place safe (the location in the unicode table will 
change once we have active chars in the private planes).

i used this test:

% \defineXMLenvironment[y]{(}{)}
%
% \startxmlsetups x
% /\xmlflush{#1}/
% \stopxmlsetups
%
% \startxmlsetups xx
% \xmlsetsetup{main}{x}{*}
% \stopxmlsetups
%
% \xmlregistersetup{xx}
%
% \startbuffer
% a <&>{b} c
% \stopbuffer

Another change is that 'context --env=bla whatever.xml' will use mkiv 
xml mode unless the --mkii flag is passed. The alternative is rather 
ugly and tricky overloading of the traditional XML macros, an option 
that i rejected.

An example that demonstrates mkiv usage is:

   context --ctx=x-ldx l-dimen.lua

this will produce the documentation of l-dimen.lua and does a 
transformation as defined in the ctx file. Eventually all those texexec 
goodies (--pdfwhatever) will become such scripts combined with styles.

Much is experimental and I will add more control over specific 
documents. Take for instance (from x-ldx.tex):

\usemodule[mathml]

\xmlregisterdocumentsetup{ldx}{xml:mml:define}
\xmlregisterdocumentsetup{ldx}{xml:ldx:define}

\xmlregisterns{ldx}{ldx}

\startxmlsetups xml:ldx:define
 \xmlgrab {\xmldocument} {ldx:*} {*}
\stopxmlsetups

This associates the ldx definitions to the document but also mathml.

I'm converting all traditional xml handling used in the core into mkiv 
handling (e.g. clt handling is already converted; clt deals with 
remapping filesnames into the ones that come out of preprocessing, as 
for instance in the ldx module).

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] markup format ---> ConTeXt

2008-06-03 Thread nico
On Tue, 03 Jun 2008 08:48:39 +0200, Maurice Diamantini  
<[EMAIL PROTECTED]> wrote:

> - dbcontext seams not to be maintained very much

dbcontext is still alive, but asleep because of few users, and mostly  
works in the current state. You can give it a try. You can provide your  
own context layout to customize section titles and layout. It is much  
cleaner and easier than the latex .sty hack. As an example of the powerful  
layout capabilities that ConTeXt provides, you can build a PDF with a  
layout similar to what docbook FO does.

Regards,
BG
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] the error of xetex

2008-06-03 Thread Peter Münster
On Tue, Jun 03 2008, Mojca Miklavec wrote:

> Because nobody* submitted the 64-bit linux binaries to the repository
> yet. Neither for FreeBSD and Sun, but there have been less requests
> for the latter. linux, mac & windows should be OK.

Done for linux-64 (xetex-0.999.0).
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] markup format ---> ConTeXt

2008-06-03 Thread Gour
> "Maurice" == Maurice Diamantini <[EMAIL PROTECTED]> writes:

Maurice> Just some remarks/questions: - docbook seems to be the standard
Maurice> for describing documentation data, - dblatex seams to be a
Maurice> currently good supported tools for **easely** provide pdf
Maurice> output from docbook input, and cutomize the output with .xsl
Maurice> parameters or LaTeX .sty files - dbcontext seams not to be
Maurice> maintained very much - ConTeXt seams to be able to directly
Maurice> parse xml without external tools

Heh, for me (and I'm not alone), docbook is an overkill for many
documentation tasks - way too big :-/

Maurice> If ConTeXt provide an easy way for translate docbook to pdf
Maurice> file (usable by a non (ie. not yet) ConTeXt user as dblatex
Maurice> is), I think poeple could switch to ConTeXt only for that
Maurice> feature (not everybody have dependency with LaTeX!)  Then the
Maurice> problem would resume to find a good "yourPreferedWikiFormat" to
Maurice> docbook...  (I'v not seen any "t-bocbook" file on
Maurice> http://dl.contextgarden.net/modules)


Take a look at http://johnmacfarlane.net/pandoc/ - it uses 'extended'
markdown syntax and can export to ConTeXt.

If pandoc would not be enough for our documentation needs, I'd probably
look at reST or Asciidoc which do Docbook, but no ConTeXt back-end :-(


Sincerely,
Gour

-- 

Gour  | Zagreb, Croatia  | GPG key: C6E7162D



pgpws4hLeY4qy.pgp
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] markup format ---> ConTeXt

2008-06-03 Thread Wolfgang Schuster
On Tue, Jun 3, 2008 at 3:00 PM, Maurice Diamantini
<[EMAIL PROTECTED]> wrote:
>
> Le 3 juin 08 à 09:43, Wolfgang Schuster a écrit :
>
>> On Tue, Jun 3, 2008 at 8:48 AM, Maurice Diamantini
>> <[EMAIL PROTECTED]> wrote:
>>
>>> Just some remarks/questions:
>>> - docbook seems to be the standard for describing documentation data,
>>> - dblatex seams to be a currently good supported tools for **easely**
>>> provide pdf output from docbook input, and cutomize the output
>>> with .xsl
>>> parameters or LaTeX .sty files
>>> - dbcontext seams not to be maintained very much
>>
>> I don't think the code in the module is nowadays a good example for
>> writing
>> a module because many low level commands are redefined and it should
>> work now out of the box with the current code or better witth MkIV.
>>
>>> - ConTeXt seams to be able to directly parse xml without external
>>> tools
>>>
>>> So, what about make ConTeXt directly reading dokbook file and output
>>> pdf file? I see the http://www.leverkruid.eu/context/index.html
>>> page from
>>> Simon Pepping. But it seems that this project is down.
>>
>> The module you mention above is the only (complete?) docbook style
>> but ConTeXt provides cals table support by default and mapping for the
>> basic elements to ConTeXt shouldn't be a problem,
>> give us the information what do you need and we write a module.
>
> Thank you very much, you confirm that the "DocbookInContext" from
> Simon Pepping is still the way to go.

No, I meant we should better start from scratch, as Hans told the code
is bad style and you should avoid to redefine core or low level macros.

> I've no specific request, I just forward some interest by the web
> community
> to converting from docbook to pdf more or less automaticaly.
> I fact, my original interest come from the work of the jelix team (a
> MVC php Framwork)
> whose documentation was only online (dokuwiki).
> Following some user feedback, Jelix team have then generate docbook
> from that wiki
> filesss+ and make pdf file thanks to the (not maintained) db2latex tool.
> I look after a more uptodate tool (for further customisation) and
> found dblatex as mention on the (french) forum:
>
>   http://jelix.org/forums/read.php?10,2680,page=4#msg-2872

Looks like spain to me ;-)

> The result was that the simple command:
>
>dblatex jelix-manual.xml
>
> produce a "correct" (i.e. readable) jelix-manual.pdf  file without any
> customisation (with default table of content, correct verbatim, ...)
> which was not the case for db2latex.
> But then, any customisation will be a latex style, which is more hacking
> than ConTeXt (I think so, but I'm sure you agree ;-)

One of the easiest things with ConTeXt, you could change the header
style with \setupheader[...][..,..=..,..], you need only a extra file with
all your settings.

> Nevertheless, the first criterion was that it just works in simple case.
> If some magic command (or a simple tutorial) like :
>
>texexec --docbook jelix-manual.xml

better texexec --ctx=docbook jelix-manual.xml

> do some equivalent work than the above dblatex, no doubt that the
> ConTeXt community will increase by more than 100%!
>
> Cordialement,
> -- Maurice

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] markup format ---> ConTeXt

2008-06-03 Thread Hans Hagen
Maurice Diamantini wrote:

> Thank you very much, you confirm that the "DocbookInContext" from
> Simon Pepping is still the way to go.

beware, afaik that one adapts core macros which is to be avoided

> I've no specific request, I just forward some interest by the web  
> community
> to converting from docbook to pdf more or less automaticaly.
> I fact, my original interest come from the work of the jelix team (a  
> MVC php Framwork)
> whose documentation was only online (dokuwiki).
> Following some user feedback, Jelix team have then generate docbook  
> from that wiki
> filesss+ and make pdf file thanks to the (not maintained) db2latex tool.
> I look after a more uptodate tool (for further customisation) and  
> found dblatex
> as mention on the (french) forum:
> 
>http://jelix.org/forums/read.php?10,2680,page=4#msg-2872
> 
> The result was that the simple command:
> 
> dblatex jelix-manual.xml
> 
> produce a "correct" (i.e. readable) jelix-manual.pdf  file without any
> customisation (with default table of content, correct verbatim, ...)
> which was not the case for db2latex.
> But then, any customisation will be a latex style, which is more hacking
> than ConTeXt (I think so, but I'm sure you agree ;-)
> 
> Nevertheless, the first criterion was that it just works in simple case.
> If some magic command (or a simple tutorial) like :
> 
> texexec --docbook jelix-manual.xml
> 
> do some equivalent work than the above dblatex, no doubt that the  
> ConTeXt
> community will increase by more than 100%!

i can probably cook up a basic docbook converter in a couple of hours 
but since i never run into docbook ...

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] the error of xetex

2008-06-03 Thread Wolfgang Schuster
On Tue, Jun 3, 2008 at 2:16 PM, Yanli Li <[EMAIL PROTECTED]> wrote:

[log file]

> the chemical.tex file:
> \starttext
> \chapter{Chemical}
>
> \usemodules[pictex,chemic]

What is the result if you try it without PiCTeX.

\usemodule[chemic]

> \startchemical\chemical[SIX,B,B]\stopchemical
>
> \startcolor[blue] \startchemical
> \color[red]{\chemical[SIX,B,R14,RD25,RB36,RZ36][OH,COOH] }
> \stopchemical \stopcolor
>
> \stoptext

Or try it after you have placed the map files from my other mail
in the directory with your current example.

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] the error of xetex

2008-06-03 Thread Yanli Li
Wolfgang Schuster wrote:
> Hi,
>
> Put the attached two map files in your TeX directory, the path for them is
> "$TEXMF/fonts/map/dvipdfm/lm", I think there are no map files in this
> directory and XeTeX loads the map files for dvips instead.
>
> Wolfgang
>
> On Tue, Jun 3, 2008 at 1:58 PM, Yanli Li <[EMAIL PROTECTED]> wrote:
>   
>> Wolfgang Schuster wrote:
>> 
>>> On Tue, Jun 3, 2008 at 9:58 AM, Yanli Li <[EMAIL PROTECTED]> wrote:
>>>
>>>   
 Wolfgang Schuster wrote:

 
> Hi,
>
> What problem do you have with XeTeX, I can see nothing in your log file.
>
>
>   
 I got some warnnings when compiling it today, but i still got a pdf
 output. Moreover, i cannot get a pdf output when i add some PPCHTEX
 statements to it.
 I intend to how to remove the warnnings?

 
>>> Try the advice from Mojca in the other thread
>>> "several warnings after updating ConTeXt and LM fonts" today and make
>>> a example with the PPCTEX problem.
>>>
>>> Wolfgang
>>> ___
>>> If your question is of interest to others as well, please add an entry to 
>>> the Wiki!
>>>
>>> maillist : ntg-context@ntg.nl / 
>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
>>> archive  : https://foundry.supelec.fr/projects/contextrev/
>>> wiki : http://contextgarden.net
>>> ___
>>>
>>>
>>>   
Thank you very much! I solve the problem with your advice.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] markup format ---> ConTeXt

2008-06-03 Thread Maurice Diamantini

Le 3 juin 08 à 09:43, Wolfgang Schuster a écrit :

> On Tue, Jun 3, 2008 at 8:48 AM, Maurice Diamantini
> <[EMAIL PROTECTED]> wrote:
>
>> Just some remarks/questions:
>> - docbook seems to be the standard for describing documentation data,
>> - dblatex seams to be a currently good supported tools for **easely**
>> provide pdf output from docbook input, and cutomize the output  
>> with .xsl
>> parameters or LaTeX .sty files
>> - dbcontext seams not to be maintained very much
>
> I don't think the code in the module is nowadays a good example for  
> writing
> a module because many low level commands are redefined and it should
> work now out of the box with the current code or better witth MkIV.
>
>> - ConTeXt seams to be able to directly parse xml without external  
>> tools
>>
>> So, what about make ConTeXt directly reading dokbook file and output
>> pdf file? I see the http://www.leverkruid.eu/context/index.html  
>> page from
>> Simon Pepping. But it seems that this project is down.
>
> The module you mention above is the only (complete?) docbook style
> but ConTeXt provides cals table support by default and mapping for the
> basic elements to ConTeXt shouldn't be a problem,
> give us the information what do you need and we write a module.

Thank you very much, you confirm that the "DocbookInContext" from
Simon Pepping is still the way to go.

I've no specific request, I just forward some interest by the web  
community
to converting from docbook to pdf more or less automaticaly.
I fact, my original interest come from the work of the jelix team (a  
MVC php Framwork)
whose documentation was only online (dokuwiki).
Following some user feedback, Jelix team have then generate docbook  
from that wiki
filesss+ and make pdf file thanks to the (not maintained) db2latex tool.
I look after a more uptodate tool (for further customisation) and  
found dblatex
as mention on the (french) forum:

   http://jelix.org/forums/read.php?10,2680,page=4#msg-2872

The result was that the simple command:

dblatex jelix-manual.xml

produce a "correct" (i.e. readable) jelix-manual.pdf  file without any
customisation (with default table of content, correct verbatim, ...)
which was not the case for db2latex.
But then, any customisation will be a latex style, which is more hacking
than ConTeXt (I think so, but I'm sure you agree ;-)

Nevertheless, the first criterion was that it just works in simple case.
If some magic command (or a simple tutorial) like :

texexec --docbook jelix-manual.xml

do some equivalent work than the above dblatex, no doubt that the  
ConTeXt
community will increase by more than 100%!


Cordialement,
-- Maurice

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] the error of xetex

2008-06-03 Thread Yanli Li
Wolfgang Schuster wrote:
> On Tue, Jun 3, 2008 at 9:58 AM, Yanli Li <[EMAIL PROTECTED]> wrote:
>   
>> Wolfgang Schuster wrote:
>> 
>>> Hi,
>>>
>>> What problem do you have with XeTeX, I can see nothing in your log file.
>>>
>>>   
>> I got some warnnings when compiling it today, but i still got a pdf
>> output. Moreover, i cannot get a pdf output when i add some PPCHTEX
>> statements to it.
>> I intend to how to remove the warnnings?
>> 
>
> Try the advice from Mojca in the other thread
> "several warnings after updating ConTeXt and LM fonts" today and make
> a example with the PPCTEX problem.
>
> Wolfgang
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___
>
>   
An example with the PPCTEX problem when i execute: *texexec --xtx 
chemial. *However, when i execute :texexec --pdf chemial i can get a pdf 
output. Why?
TeXExec | processing document 'chemical'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file chemical.top
TeXExec | using randomseed 978
TeXExec | tex engine: xetex
TeXExec | tex format: cont-en
This is XeTeX, Version 3.1415926-2.2-0.998.1 (Web2C 7.5.6)
 \write18 enabled.
entering extended mode
(./chemical.tex

ConTeXt  ver: 2008.05.31 12:20 MKII  fmt: 2008.6.3  int: english/english

language: language en is active
system  : cont-new loaded
(/opt/context/tex/texmf-local/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(/opt/context/tex/texmf-local/tex/context/base/cont-new.mkii)
(/opt/context/tex/texmf-local/tex/context/base/cont-mtx.tex))
system  : cont-old loaded
(/opt/context/tex/texmf-local/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(/opt/context/tex/texmf-local/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys loaded
(/opt/context/tex/texmf-context/tex/context/user/cont-sys.tex
(/opt/context/tex/texmf-local/tex/context/base/type-tmf.tex)
(/opt/context/tex/texmf-local/tex/context/base/type-siz.tex)
(/opt/context/tex/texmf-local/tex/context/base/type-otf.tex)
(/opt/context/tex/texmf-local/tex/context/base/type-xtx.tex))
bodyfont: 12pt rm is loaded
language: patterns nl->ec:ec->1->2:3 fr->ec:ec->2->2:3 
de->ec:ec->3->2:
3 it->ec:ec->4->2:3 pt->ec:ec->5->2:3 hr->ec:ec->6->2:3 
pl->ec:ec->7->2:3 cz->e
c:ec->8->2:3 sk->ec:ec->9->2:3 sl->ec:ec->10->2:3 ru->ec:ec->12->2:3 
en->ec:ec-
 >13->2:3 uk->ec:ec->14->2:3 us->ec:ec->15->2:3 agr->ec:ec->16->2:3 
da->ec:ec->1
7->2:3 sv->ec:ec->18->2:3 af->ec:ec->19->2:3 no->ec:ec->20->2:3 
deo->ec:ec->21-
 >2:3 es->ec:ec->25->2:3 ca->ec:ec->26->2:3 la->ec:ec->27->2:3 
ro->ec:ec->28->2:
3 tr->ec:ec->29->2:3 fi->ec:ec->31->2:3 hu->ec:ec->32->2:3 loaded
specials: tex,postscript,rokicki loaded
system  : chemical.top loaded
(./chemical.top
specials: loading definition file dpx
(/opt/context/tex/texmf-local/tex/context/base/spec-dpx.tex
specials: loading definition file fdf
(/opt/context/tex/texmf-local/tex/context/base/spec-fdf.tex
(/opt/context/tex/texmf-local/tex/context/base/spec-fdf.mkii))
specials: fdf loaded
)
specials: fdf,dpx loaded
specials: loading definition file xet
(/opt/context/tex/texmf-local/tex/context/base/spec-xet.tex)
specials: fdf,dpx loaded
)
systems : begin file chemical at line 1
chapter : 1 Chemical
system  : module pictex loaded
(/opt/context/tex/texmf-local/tex/context/base/m-pictex.tex
(/opt/context/tex/texmf-local/tex/context/base/thrd-pic.tex))
system  : module chemic loaded
(/opt/context/tex/texmf-local/tex/context/base/m-chemic.tex
(/opt/context/tex/texmf-local/tex/context/base/ppchtex.tex
ppchtex : using PiCTeX and MetaPost
)) [MP chemical-mpgraph.4000] [MP chemical-mpgraph.3999]
fonts   : resetting map file list
fonts   : using map file: original-base
fonts   : using map file: lm-math
fonts   : using map file: lm-rm
fonts   : using map file: texnansi-base
fonts   : using map file: ec-base
fonts   : using map file: qx-base
fonts   : using map file: t5-base
fonts   : using map file: 8r-base
fonts   : using map file: original-ams-base
fonts   : using map file: original-ams-euler
fonts   : using map file: original-public-lm
(/opt/context/tex/texmf-local/tex/context/base/sort-def.tex
(/opt/context/tex/texmf-local/tex/context/ba

Re: [NTG-context] the error of xetex

2008-06-03 Thread Mojca Miklavec
On Tue, Jun 3, 2008 at 1:58 PM, Yanli Li wrote:
>
> my context minimals contain:
> XeTeX 3.1415926-2.2-0.998.1 (Web2C 7.5.6)
> pdfTeX 3.141592-1.40.7-2.2 (Web2C 7.5.6)
> LuaTeX, Version snapshot-0.25.3-2008041812
> i think my context minimals version is 2008.5.31
>
> why does it produce the warnings? And how to remove the problem?

Because nobody* submitted the 64-bit linux binaries to the repository
yet. Neither for FreeBSD and Sun, but there have been less requests
for the latter. linux, mac & windows should be OK.

If you want, you can compile them yourself, but sooner or later they
need to fly to the repository anyway.

Mojca

* to be read as: Taco or Peter
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] the error of xetex

2008-06-03 Thread Yanli Li
Wolfgang Schuster wrote:
> On Tue, Jun 3, 2008 at 9:58 AM, Yanli Li <[EMAIL PROTECTED]> wrote:
>   
>> Wolfgang Schuster wrote:
>> 
>>> Hi,
>>>
>>> What problem do you have with XeTeX, I can see nothing in your log file.
>>>
>>>   
>> I got some warnnings when compiling it today, but i still got a pdf
>> output. Moreover, i cannot get a pdf output when i add some PPCHTEX
>> statements to it.
>> I intend to how to remove the warnnings?
>> 
>
> Try the advice from Mojca in the other thread
> "several warnings after updating ConTeXt and LM fonts" today and make
> a example with the PPCTEX problem.
>
> Wolfgang
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___
>
>   
The problem still exists when i follow Mojca's advice to adjust the context.
*stdin -> hello.pdf
[1
** WARNING ** This .map file looks like a dvips format fontmap file.
** WARNING ** -- Current input buffer is: lmbsy5 LMMathSymbols5-Bold 
"enclmmathsy ReEncodeFont" http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] typebuffer extra line

2008-06-03 Thread Taco Hoekwater
Hans van der Meer wrote:
> Exercising \typebuffer gives an extra blank line afterwards. See the 
> following minimal example. How can I prevent this extra line?

\setuptyping[file][before=,after=]

Best wishes,
Taco
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] typebuffer extra line

2008-06-03 Thread Wolfgang Schuster
2008/6/3 Hans van der Meer <[EMAIL PROTECTED]>:
> Exercising \typebuffer gives an extra blank line afterwards. See the
> following minimal example. How can I prevent this extra line?
>
> Using: ConTeXt  ver: 2008.05.21 15:21 MKII  fmt: 2008.5.24  int:
> english/english
> Example:
> \startbuffer[A]
> Contents of buffer A.
> \stopbuffer
> \startbuffer[B]
> Contents of buffer B.
> \stopbuffer
> \starttext
> \typebuffer[A]\typebuffer[B]
> \stoptext
>
> Hans van der Meer

\setuptyping[before=\nowhitespace,after=\nowhitespace]

Greetings
Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] typebuffer extra line

2008-06-03 Thread Hans van der Meer
Exercising \typebuffer gives an extra blank line afterwards. See the  
following minimal example. How can I prevent this extra line?


Using: ConTeXt  ver: 2008.05.21 15:21 MKII  fmt: 2008.5.24  int:  
english/english

Example:
\startbuffer[A]
Contents of buffer A.
\stopbuffer
\startbuffer[B]
Contents of buffer B.
\stopbuffer
\starttext
\typebuffer[A]\typebuffer[B]
\stoptext

Output:

testtypebuffer.pdf
Description: Adobe PDF document




Hans van der Meer




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] TeX capacity exceeded

2008-06-03 Thread Taco Hoekwater


M.guravage wrote:
> Greetings,
> 
> While updating my minimal ConTeXt instance from version 2008.01.28 to
> 2008.05.21, the pdftex formats failed to build with the error:
> "./texmf-linux/web2c/pdftex/cont-en.log:! TeX capacity exceeded, sorry
> [pattern memory=25]." Has anyone else experienced this, and can you
> suggest a correction?

In texmf.cnf, I have:

   trie_size.context=  50

That should fix it.

Best wishes,
Taco
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] the error of xetex

2008-06-03 Thread Wolfgang Schuster
On Tue, Jun 3, 2008 at 9:58 AM, Yanli Li <[EMAIL PROTECTED]> wrote:
> Wolfgang Schuster wrote:
>> Hi,
>>
>> What problem do you have with XeTeX, I can see nothing in your log file.
>>
> I got some warnnings when compiling it today, but i still got a pdf
> output. Moreover, i cannot get a pdf output when i add some PPCHTEX
> statements to it.
> I intend to how to remove the warnnings?

Try the advice from Mojca in the other thread
"several warnings after updating ConTeXt and LM fonts" today and make
a example with the PPCTEX problem.

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] markup format ---> ConTeXt

2008-06-03 Thread Wolfgang Schuster
On Tue, Jun 3, 2008 at 8:48 AM, Maurice Diamantini
<[EMAIL PROTECTED]> wrote:

> Just some remarks/questions:
> - docbook seems to be the standard for describing documentation data,
> - dblatex seams to be a currently good supported tools for **easely**
> provide pdf output from docbook input, and cutomize the output with .xsl
> parameters or LaTeX .sty files
> - dbcontext seams not to be maintained very much

I don't think the code in the module is nowadays a good example for writing
a module because many low level commands are redefined and it should
work now out of the box with the current code or better witth MkIV.

> - ConTeXt seams to be able to directly parse xml without external tools
>
> So, what about make ConTeXt directly reading dokbook file and output
> pdf file? I see the http://www.leverkruid.eu/context/index.html page from
> Simon Pepping. But it seems that this project is down.

Not many people asked for Docbook support in ConTeXt and I found only
three interseting threads in my mail folder.

http://www.ntg.nl/pipermail/ntg-context/2007/026545.html
http://www.ntg.nl/pipermail/ntg-context/2007/025428.html
http://www.ntg.nl/pipermail/ntg-context/2007/025358.html

> If ConTeXt provide an easy way for translate docbook to pdf file
> (usable by a non (ie. not yet) ConTeXt user as dblatex is), I think poeple
> could switch to ConTeXt only for that feature (not everybody have
> dependency with LaTeX!)

> Then the problem would resume to find a good "yourPreferedWikiFormat" to
> docbook...

> (I'v not seen any "t-bocbook" file on http://dl.contextgarden.net/modules)

The module you mention above is the only (complete?) docbook style
but ConTeXt provides cals table support by default and mapping for the
basic elements to ConTeXt shouldn't be a problem, give us the information
what do you need and we write a module.

Greetings
Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] the error of xetex

2008-06-03 Thread Yanli Li
Wolfgang Schuster wrote:
> Hi,
>
> What problem do you have with XeTeX, I can see nothing in your log file.
>
> Greetings
> Wolfgang
>
>   
>
>   
I got some warnnings when compiling it today, but i still got a pdf 
output. Moreover, i cannot get a pdf output when i add some PPCHTEX 
statements to it.
I intend to how to remove the warnnings?

when i enter the order : *texexec --xtx hello,
*bash shell display:*
*TeXExec | processing document 'hello'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file hello.top
TeXExec | using randomseed 1015
TeXExec | tex engine: xetex
TeXExec | tex format: cont-en
This is XeTeX, Version 3.1415926-2.2-0.998.1 (Web2C 7.5.6)
 \write18 enabled.
entering extended mode
(./hello.tex

ConTeXt  ver: 2008.05.31 12:20 MKII  fmt: 2008.6.3  int: english/english

language: language en is active
system  : cont-new loaded
(/opt/context/tex/texmf-local/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(/opt/context/tex/texmf-local/tex/context/base/cont-new.mkii)
(/opt/context/tex/texmf-local/tex/context/base/cont-mtx.tex))
system  : cont-old loaded
(/opt/context/tex/texmf-local/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system  : cont-fil loaded
(/opt/context/tex/texmf-local/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system  : cont-sys loaded
(/opt/context/tex/texmf-context/tex/context/user/cont-sys.tex
(/opt/context/tex/texmf-local/tex/context/base/type-tmf.tex)
(/opt/context/tex/texmf-local/tex/context/base/type-siz.tex)
(/opt/context/tex/texmf-local/tex/context/base/type-otf.tex)
(/opt/context/tex/texmf-local/tex/context/base/type-xtx.tex))
bodyfont: 12pt rm is loaded
language: patterns nl->ec:ec->1->2:3 fr->ec:ec->2->2:3 
de->ec:ec->3->2:
3 it->ec:ec->4->2:3 pt->ec:ec->5->2:3 hr->ec:ec->6->2:3 
pl->ec:ec->7->2:3 cz->e
c:ec->8->2:3 sk->ec:ec->9->2:3 sl->ec:ec->10->2:3 ru->ec:ec->12->2:3 
en->ec:ec-
 >13->2:3 uk->ec:ec->14->2:3 us->ec:ec->15->2:3 agr->ec:ec->16->2:3 
da->ec:ec->1
7->2:3 sv->ec:ec->18->2:3 af->ec:ec->19->2:3 no->ec:ec->20->2:3 
deo->ec:ec->21-
 >2:3 es->ec:ec->25->2:3 ca->ec:ec->26->2:3 la->ec:ec->27->2:3 
ro->ec:ec->28->2:
3 tr->ec:ec->29->2:3 fi->ec:ec->31->2:3 hu->ec:ec->32->2:3 loaded
specials: tex,postscript,rokicki loaded
system  : hello.top loaded
(./hello.top
specials: loading definition file dpx
(/opt/context/tex/texmf-local/tex/context/base/spec-dpx.tex
specials: loading definition file fdf
(/opt/context/tex/texmf-local/tex/context/base/spec-fdf.tex
(/opt/context/tex/texmf-local/tex/context/base/spec-fdf.mkii))
specials: fdf loaded
)
specials: fdf,dpx loaded
specials: loading definition file xet
(/opt/context/tex/texmf-local/tex/context/base/spec-xet.tex)
specials: fdf,dpx loaded
)
systems : begin file hello at line 1
fonts   : resetting map file list
fonts   : using map file: original-base
fonts   : using map file: lm-math
fonts   : using map file: lm-rm
fonts   : using map file: texnansi-base
fonts   : using map file: ec-base
fonts   : using map file: qx-base
fonts   : using map file: t5-base
fonts   : using map file: 8r-base
fonts   : using map file: original-ams-base
fonts   : using map file: original-ams-euler
fonts   : using map file: original-public-lm
(/opt/context/tex/texmf-local/tex/context/base/sort-def.tex
(/opt/context/tex/texmf-local/tex/context/base/sort-def.mkii))
(/opt/context/tex/texmf-local/tex/context/base/sort-lan.tex
loading : Context Sorting Macros (languages)
(/opt/context/tex/texmf-local/tex/context/base/sort-lan.mkii)) [1.1]
systems : end file hello at line 3
 )
stdin -> hello.pdf
[1
*** WARNING ** This .map file looks like a dvips format fontmap file.
** WARNING ** -- Current input buffer is: lmbsy5   
LMMathSymbols5-Bold   "enclmmathsy ReEncodeFont"  ec:ec->1->2:3 fr->ec:ec->2->2:3 
de->ec:ec->3->2:
3 it->ec:ec->4->2:3 pt->ec:ec->5->2:3 hr->ec:ec->6->2:3 
pl->ec:ec->7->2:3 cz->e
c:ec->8->2:3 sk->ec:ec->9->2:3 sl->ec:ec->10->2:3 ru->ec:ec->12->2:3 
en->ec:ec-
 >13->2:3 uk->ec:ec->14->2:3 us->ec:ec->15->2:3 agr->ec:ec->16->2:3 
da->ec:ec->1
7->2:3 sv->ec:ec->18->2:3 af->ec:ec->19->2:3 no->ec:ec->20->2:3 
deo->ec:ec->21-
 >2:3 es->ec:ec->25->2:3 ca->ec:ec->26->2:3 la->ec:ec->27->2:3 
ro->ec:ec->28->2:
3 tr->ec:ec->29->2:3 fi->ec:ec->31->2:3 hu->ec:ec->32->2:3 loaded
specials: tex,postscript,rokicki loaded
system  : hello.top loaded
(./hello.top
specials: loading definition file dpx
(/opt/context/tex/texmf-local/tex/context/base/spec-dpx.tex
specials: loading definition file fdf
(/opt/context/tex/texmf-local/tex/context/base/spec-fdf.tex
(/opt/context/tex/texmf-local/tex/context/base/spec-fdf.mkii))
speci

Re: [NTG-context] several warnings after updating ConTeXt and LM fonts

2008-06-03 Thread Mojca Miklavec
On Tue, Jun 3, 2008 at 9:39 AM, Dalyoung Jeong wrote:
> Dear all,
>
> Recently, I updated ConTeXt using "ctxtools". I also install latest LM
> otf fonts and some map file for dvipdfm.
>
> After teshashing and creating formats, I tried a simple file. It
> worked well in ConTeXt, but in XeTeX+ ConTeXt, I got several warnings
> related with map files as following.
> However, I got a PDF output.
>
> How do I remove those warnings? I am using TeXlive(MacTeX).

Update XeTeX binaries. One possibility is to take them from here:
http://minimals.contextgarden.net/current/bin/xetex/

Maybe you alse need to fix the following line in texmf.cnf (not sure
whether it is neccessary to do so):

TEXFONTMAPS.dvipdfmx = .;$TEXMF/fonts/map/{dvipdfmx,pdftex,dvips,dvipdfm,}//

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] several warnings after updating ConTeXt and LM fonts

2008-06-03 Thread Dalyoung Jeong
Dear all,

Recently, I updated ConTeXt using "ctxtools". I also install latest LM  
otf fonts and some map file for dvipdfm.

After teshashing and creating formats, I tried a simple file. It  
worked well in ConTeXt, but in XeTeX+ ConTeXt, I got several warnings  
related with map files as following.
However, I got a PDF output.

How do I remove those warnings? I am using TeXlive(MacTeX).

Thank you

Best regards,

Dalyoung


stdin -> newinstall.pdf
[1
** WARNING ** This .map file looks like a dvips format fontmap file.
** WARNING ** -- Current input buffer is: rsfs7   
rsfs5   http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] TeX capacity exceeded

2008-06-03 Thread M.guravage
Greetings,

While updating my minimal ConTeXt instance from version 2008.01.28 to
2008.05.21, the pdftex formats failed to build with the error:
"./texmf-linux/web2c/pdftex/cont-en.log:! TeX capacity exceeded, sorry
[pattern memory=25]." Has anyone else experienced this, and can you
suggest a correction?

Thanks for your help.

With kind regards,

Michael A. Guravage

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___