Re: [NTG-context] Figure references problem with \setuparranging

2007-06-21 Thread Thomas A. Schmitz

On Jun 21, 2007, at 11:44 PM, Vyatcheslav Yatskovsky wrote:

> Hello,
>
> After I uncomment the code below, my figure references are broken  
> -- \in gives ?? instead of figure numbers.
>
> \setuppapersize
> [A5][A4,landscape]
> %\setuparranging
> %   [2SIDE]
>
> I have found some solutions in the mail archive, but even if I  
> comment, build, and then uncomment back \setuparranging, I still  
> get ??. I also don't understand how to use --pdfarrage option, it  
> seemingly does nothing alone.
>
> Is there any proven solution? And can this problem be solved on  
> regular basis? Publishing A5 pages per one A4 is a normal practice  
> in my university.
>
> BTW, I use XeTeX.

I know nothing about XeTeX, but: how do you compile your document?  
 From the command-line, texexec --arrange should do the job.

HTH

Thomas
___
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] Figure references problem with \setuparranging

2007-06-21 Thread Vyatcheslav Yatskovsky
Hello,

After I uncomment the code below, my figure references are broken -- \in gives 
?? instead of figure numbers.

\setuppapersize
[A5][A4,landscape]
%\setuparranging
%   [2SIDE]

I have found some solutions in the mail archive, but even if I comment, build, 
and then uncomment back \setuparranging, I still get ??. I also don't 
understand how to use --pdfarrage option, it seemingly does nothing alone. 

Is there any proven solution? And can this problem be solved on regular basis? 
Publishing A5 pages per one A4 is a normal practice in my university.

BTW, I use XeTeX.

-- 
Best,
Vyatcheslav  

___
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] horizontal list turns into vertical list in framedtext. A bug or feature?

2007-06-21 Thread Hamid Kamrani
I am just wondering if this is a bug or feature or some lack of
understanding on my part. The horizontal list turns into a vertical
list inside a framedtext environment. The same happens in a background
environment.

\starttext
\startframedtext[width=\textwidth]
\startitemize[5, columns, four]
\item Excellent student \item Good student \item Mediocre student
\item Poor student
\stopitemize
\stopframedtext
\stoptext


-Hamid
___
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] Chinese, cyrillic questions

2007-06-21 Thread Tobias Burnus
Hello all,

I have a document which which is predominately English, but contains
(currently) also 8 Chinese characters and 2 Cyrillic words (in the
Acknowledgement section).

First, regarding Chinese:
I use:
  \enableregime[utf]
  \useencoding[cyr]
  \usemodule[chinese]
  \mainlanguage[uk]
  \language[uk]

I would expect having mainlanguage != chinese would turn all
enummerations to arabic numbers. However, I still have -, =, etc. in the
table of contents, in enumberation etc. Is there a simple command to
turn this off?

Secondly, regarding Cyrillic:

Currently, I follow loosely wiki.contextgarden.net and use
  \useencoding[cyr]
  \definetypeface [russian]
[rm] [serif] [computer-modern] [default] [encoding=t2a]
  \def\RuText#1{{\switchtobodyfont[russian]#1}}

On my system (TeXLive 2007 as provided by SUSE) bitmap fonts are used as
the seemingly needed cm-super fonts are not included; the system,
however, has cmcyr type 1 fonts. As true ignoramus regarding fonts in
TeX and the dozens of Cyrillic encodings, I failed to use them instead.

Tobias

___
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
___