Re: [NTG-context] bug in \setuparranging

2011-10-03 Thread Yue Wang
btw, is there some way to rotate all the glyphs in a given range (like the xetex's font:vertical feature) vrt2 doesn't seems to work in this way. On Sat, Oct 1, 2011 at 10:10 PM, Yue Wang yuleo...@gmail.com wrote: Hi, Hans: this bug is still not solved. Yue Wang On Thu, Sep 22, 2011 at

Re: [NTG-context] bug in \setuparranging

2011-10-03 Thread Hans Hagen
On 3-10-2011 19:15, Yue Wang wrote: btw, is there some way to rotate all the glyphs in a given range (like the xetex's font:vertical feature) vrt2 doesn't seems to work in this way. I never looked into that (so an example text + font is needed). Hans

Re: [NTG-context] bug in \setuparranging

2011-10-03 Thread Wolfgang Schuster
Am 03.10.2011 um 19:15 schrieb Yue Wang: btw, is there some way to rotate all the glyphs in a given range (like the xetex's font:vertical feature) vrt2 doesn't seems to work in this way. Does your document only contain text or also graphics, tables etc.? Wolfgang

Re: [NTG-context] bug in \setuparranging

2011-10-03 Thread Yue Wang
Hi, Hans Here's an example of vertical typesetting in XeTeX. %tex=xetex \setuppapersize[A4,landscape,rotated, 270] \definefontsynonym [song][name:AdobeSongStd-Light\xetexcolon vertical] \definefont[Song][song at 14pt] \starttext \Song 你好 \stoptext In this case all glyphs in AdobeSongStd-Light

Re: [NTG-context] bug in \setuparranging

2011-10-02 Thread Wolfgang Schuster
Am 02.10.2011 um 04:10 schrieb Yue Wang: Hi, Hans: this bug is still not solved. It’s a feature to prevent impossible settings. %\setuppapersize[A5][A4] \setuppapersize[A4][A5] \starttext \showframe A5 or A4? \stoptext When you try to use a page (e.g. A4) which is larger then the paper

Re: [NTG-context] bug in \setuparranging

2011-10-01 Thread Yue Wang
Hi, Hans: this bug is still not solved. Yue Wang On Thu, Sep 22, 2011 at 5:04 PM, Aditya Mahajan adit...@umich.edu wrote: On Thu, 22 Sep 2011, Yue Wang wrote: Hi, Aditya and Hans: On Thu, Sep 22, 2011 at 4:46 PM, Aditya Mahajan adit...@umich.edu wrote: I haven't investigated what is

[NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
Hi, Hans: There's a bug in \setuparranging. The following case is easy to be understood: - I try to typeset zapf into a A4 landscape paper - For the final output pdf, I want to rotate all the pages by 270 degrees. This sounds strange. But it is useful in vertical typesetting of CJK language.

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
Hi, I think the bug appears in setup paper size as well: \setuppapersize[A4,landscape] \input zapf \bye produces the wrong result. Yue Wang On Thu, Sep 22, 2011 at 2:07 AM, Yue Wang yuleo...@gmail.com wrote: Hi, Hans: There's a bug in \setuparranging. The following case is easy to be

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Aditya Mahajan
On Thu, 22 Sep 2011, Yue Wang wrote: I think the bug appears in setup paper size as well: \setuppapersize[A4,landscape] \input zapf \bye produces the wrong result. What do you mean by wrong result. \setuppapersize[A4,landscape] \starttext \input zapf \stoptext works fine (ver:

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
Hi, Aditya: What do you mean by wrong result. \setuppapersize[A4,landscape] \starttext \input zapf \stoptext works fine (ver: 2011.09.20). See attached pdf. I know. MKIV works in this short sample. but XeTeX and pdfTeX don't, as my first mail indicated. See attached pdf And, MKIV is buggy

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Aditya Mahajan
On Thu, 22 Sep 2011, Yue Wang wrote: Hi, Aditya: What do you mean by wrong result. \setuppapersize[A4,landscape] \starttext \input zapf \stoptext works fine (ver: 2011.09.20). See attached pdf. I know. MKIV works in this short sample. but XeTeX and pdfTeX don't, as my first mail

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
Hi, Aditya and Hans: On Thu, Sep 22, 2011 at 4:46 PM, Aditya Mahajan adit...@umich.edu wrote: I haven't investigated what is going wrong, but a quick fix is \setuppapersize[A4,landscape][A4,landscape] I don't understand the arranging code, but doesn't the following also do what you want

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Aditya Mahajan
On Thu, 22 Sep 2011, Yue Wang wrote: Hi, Aditya and Hans: On Thu, Sep 22, 2011 at 4:46 PM, Aditya Mahajan adit...@umich.edu wrote: I haven't investigated what is going wrong, but a quick fix is \setuppapersize[A4,landscape][A4,landscape] I don't understand the arranging code, but doesn't