Re: [NTG-context] Chinese in ConTeXt

2005-06-08 Thread Henning Hraban Ramm
Am 06.06.2005 um 10:08 schrieb Xiao Jianfeng: Here is my way of Chinese setup in ConTeXt. I hope this can be of any help to some newbies like me who have problems in processing Chinese. I just copied that to the wiki. Grüßlis vom Hraban! --- http://www.fiee.net/texnique/ http://contextgarden.

[NTG-context] beta version / dvips

2005-06-08 Thread Hans Hagen
Hi, The current beta (just uploaded) tries to satisfy dvips with regards to the map files; this means that pdftex, dvipdfmx and dvips all do thinsg automatically now; (the dvips alternative will be changed when map specials come available) so, we now have: texexec --ps somefile texexec --dp

Re: [NTG-context] newest version on teTeX-3.0

2005-06-08 Thread Hans Hagen
Tobias Burnus wrote: Hello, be baffled by the probably most safe definition for tetex: /{usr,opt,tex,TeX}/{local,share,tex,TeX,tetex,TeTeX}/{share,tex,TeX,tetex,TeTeX}/{share,tex,TeX,tetex,TeTeX} First, I'd add a "," in "{local,share,tex,TeX,tetex,TeTeX,}" etc. and secondly it won't fin

[NTG-context] Re: pdf bookmarks

2005-06-08 Thread Brigitte und Stefan Bunzel
Hi, I noted a strange effect with the pdf bookmarks. With this source: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definelist[level1] \setuplist[level1] %%[coupling=off] \placebookmarks[level1] \starttext Hi. \bookmark[level1]{A bookmark at level1} Hello on first page

Re: [NTG-context] Necessary and optional comands for combinedcontent.

2005-06-08 Thread John R. Culleton
On Wednesday 08 June 2005 05:16 pm, Stuart Jansen wrote: > > ConTeXt already has the content combinedlist defined. So yes, you can > just use \completecontent[option=value]. \definecombinedlist is > available so that you can define your own type of combinedlist in case > the behavior of content doe

Re: [NTG-context] Necessary and optional comands for combinedcontent.

2005-06-08 Thread Stuart Jansen
On Wed, 2005-06-08 at 09:33 +, John R. Culleton wrote: > There exist levels of commands: > \definecombinedlist > \setupcombinedlist > > They seem to have similar options. Are both required? If I > define the list fully in \definecombinedlist what purpose does > \setupcombined list serve in th

Re: [NTG-context] Latest version + itemize

2005-06-08 Thread Thomas A. Schmitz
Just wanted to mention that I'm back to my box with the latest ConTeXt. Uncommenting the line \resetmapfiles \usetypescript [map] [base] [all] and commenting everything else in the \resetmapfiles-department appears to have fixed all my troubles in OS X. Let's see if htings continue to work

Re: [NTG-context] newest version on teTeX-3.0

2005-06-08 Thread Peter Münster
On Tue, 7 Jun 2005, Taco Hoekwater wrote: > Taco Hoekwater wrote: > > Peter Münster wrote: > > > >> On Tue, 7 Jun 2005, Taco Hoekwater wrote: > >> > >> I've just replaced "/usr/local/teTeX/share" by "/opt/teTeX". > > > > I'm baffled. What I did worked for me, but I do claim to > > That should h

Re: [NTG-context] newest version on teTeX-3.0

2005-06-08 Thread Tobias Burnus
Hello, be baffled by the probably most safe definition for tetex: /{usr,opt,tex,TeX}/{local,share,tex,TeX,tetex,TeTeX}/{share,tex,TeX,tetex,TeTeX}/{share,tex,TeX,tetex,TeTeX} First, I'd add a "," in "{local,share,tex,TeX,tetex,TeTeX,}" etc. and secondly it won't find my SUSE teTeX which is

Re: [NTG-context] Re: newest version on teTeX-3.0

2005-06-08 Thread Hans Hagen
Patrick Gundlach wrote: actually it does not touch the path when the path is ok (i.e. has engine support built in) ... depending on a suitable definition of 'ok'. But what I wanted to say is that I have the feeling that I am losing more and more control of the settings. hm, you can just s

[NTG-context] Necessary and optional comands for combinedcontent.

2005-06-08 Thread John R. Culleton
There exist levels of commands: \definecombinedlist \setupcombinedlist They seem to have similar options. Are both required? If I define the list fully in \definecombinedlist what purpose does \setupcombined list serve in the ordinary case of a Table of Contents? A related question: can I place

[NTG-context] Re: newest version on teTeX-3.0

2005-06-08 Thread Patrick Gundlach
> actually it does not touch the path when the path is ok (i.e. has > engine support built in) ... depending on a suitable definition of 'ok'. But what I wanted to say is that I have the feeling that I am losing more and more control of the settings. Patrick -- ConTeXt wiki and more: http://c

Re: [NTG-context] Re: newest version on teTeX-3.0

2005-06-08 Thread Hans Hagen
Patrick Gundlach wrote: [...] by setting it, you *know* what happens, texformats is rather distribution dependent, can hold many paths, changes now and then, so ... Actually, as Taco has pointed out, it is set (to .;$TEXMF/web2c). But that does not give me the guarantee that I *know* what h

[NTG-context] Chinese processing problem

2005-06-08 Thread Xiao Jianfeng
Hi, all, I just met some problems when processing Chinese in ConTeXt. Here is an example (attached files may provide detailed information): -- \loadmapfile[gbk] \usemodule[chinese] \setupbodyfont[gbkai,16pt] \setuppagenumbering[state=st

Re: [NTG-context] texexec --version (2005.06.07) & mktextfm ec-lmr12 problem (teTeX 3.0)

2005-06-08 Thread Tobias Burnus
Hello, Tobias Burnus wrote: I just updated my teTeX to 3.0 (using RPMs) and to \def\contextversion{2005.06.07} Running texec --version calls mktextfm ec-lmr12 which fails. I'm stupid. I glanced at "newest version on teTeX-3.0" but it seem to relate to something different. I then looked at the

[NTG-context] Re: texexec --version (2005.06.07) & mktextfm ec-lmr12 problem (teTeX 3.0)

2005-06-08 Thread Patrick Gundlach
Hi Tobias, > I just updated my teTeX to 3.0 (using RPMs) and to > \def\contextversion{2005.06.07} > Running texec --version calls mktextfm ec-lmr12 which fails. > > (I don't have ec-lmr12, should I have it? I have the following: you need the cont-lmt.zip from the main ConTeXt site. See the new wi

[NTG-context] Re: newest version on teTeX-3.0

2005-06-08 Thread Patrick Gundlach
[...] > by setting it, you *know* what happens, texformats is rather > distribution dependent, can hold many paths, changes now and then, so > ... Actually, as Taco has pointed out, it is set (to .;$TEXMF/web2c). But that does not give me the guarantee that I *know* what happens. See the current

Re: [NTG-context] newest version on teTeX-3.0

2005-06-08 Thread Hans Hagen
Taco Hoekwater wrote: Taco Hoekwater wrote: Peter Münster wrote: On Tue, 7 Jun 2005, Taco Hoekwater wrote: I've just replaced "/usr/local/teTeX/share" by "/opt/teTeX". I'm baffled. What I did worked for me, but I do claim to That should have read: > I'm baffled. What I did worked for

[NTG-context] texexec --version (2005.06.07) & mktextfm ec-lmr12 problem (teTeX 3.0)

2005-06-08 Thread Tobias Burnus
Hello, I just updated my teTeX to 3.0 (using RPMs) and to \def\contextversion{2005.06.07} Running texec --version calls mktextfm ec-lmr12 which fails. (I don't have ec-lmr12, should I have it? I have the following: /usr/share/texmf/fonts/afm/public/lm/lmr12.afm /usr/share/texmf/fonts/tfm/publi

Re: [NTG-context] Re: newest version on teTeX-3.0

2005-06-08 Thread Hans Hagen
Patrick Gundlach wrote: Hi all, Barring typo's, this wiki page should be a help for people trying to upgrade a 'normal' teTeX: http://contextgarden.net/TeTeX_3.0_installation Very nice page, Taco. One remark though: TEXFORMATS doesn't have to be set. - Or do you have "better" experience

Re: [NTG-context] texsync'd linux ConTeXt png error

2005-06-08 Thread Hans Hagen
Stuart Jansen wrote: I'm using the latest texsync'd version of ConTeXt on 32bit and 64bit linux. Looks like either ConTeXt or pdfetex can't handle PNG's with an alpha channel. PNG image data, 8-bit/color RGB, non-interlaced <-- works fine PNG image data, 8-bit/color RGBA, non-interlaced <-- cor

Re: [NTG-context] texsync'd linux ConTeXt png error

2005-06-08 Thread Taco Hoekwater
Stuart Jansen wrote: tex : pdfeTeX, 3.141592-1.20a-2.2 (Web2C 7.5.3) You have to update pdfeTeX. Did it come from one of the archives at Pragma? Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listin