Re: [NTG-context] MKIV bug

2009-01-18 Thread Hans Hagen

Yue Wang wrote:

Hi,


Why do you expect ConTeXt to work without \start|stoptext ?


Well, it used to work, and i use it a lot in my own document.
(both mkiv and mkii support this before the 2008.11.10 version)


start/stoptext is really needed in order to let multipass info work



-
  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] MKIV bug

2009-01-18 Thread Yue Wang
Hi,

> Why do you expect ConTeXt to work without \start|stoptext ?

Well, it used to work, and i use it a lot in my own document.
(both mkiv and mkii support this before the 2008.11.10 version)

Yue Wang
___
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] MKIV bug

2009-01-18 Thread Henning Hraban Ramm

Am 2009-01-18 um 06:06 schrieb Yue Wang:

OK, in fact the whole file is just add \bye at the end of that piece  
of code.


This works well on both mkii and mkiv:
\starttext

...


\stoptext

and this only works in MKII, not mkiv:

...


\bye



Why do you expect ConTeXt to work without \start|stoptext ?


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] MKIV bug

2009-01-17 Thread Yue Wang
Hi, Taco:


> Appears fine here as well, with context 2009.01.17 00:15. But I assume
> your test file was longer thatn just the little block below. Perhaps
> you should post a full file.
>
> Btw, the example breaks with cont-xp, but in a different way:
> it throws an error at me about an undefined control sequence
> (\currentformulassynchronize).
>

OK, in fact the whole file is just add \bye at the end of that piece of code.

This works well on both mkii and mkiv:
\starttext
\placeformula \startformula \startalign
 \NC v \NC = u + at \NR[eq:v]
 \NC h \NC = ut + \frac12 gt^2 \NR[eq:h]
\stopalign \stopformula
Equation (\in[eq:v]) tells the final velocity after
time $t$ and equation (\in[eq:h]) tells the distance
travelled in time $t$.
\stoptext

and this only works in MKII, not mkiv:
\placeformula \startformula \startalign
 \NC v \NC = u + at \NR[eq:v]
 \NC h \NC = ut + \frac12 gt^2 \NR[eq:h]
\stopalign \stopformula
Equation (\in[eq:v]) tells the final velocity after
time $t$ and equation (\in[eq:h]) tells the distance
travelled in time $t$.
\bye


Another problem which I reported a few weeks ago is still not solved.
when I use a sans font, like \setupbodyfont[iwona, ss,12pt], the label
for the equation still uses roman font unless i manually change them
by \setupformulae. I think this can be improved.


Yue Wang
___
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] MKIV bug

2009-01-17 Thread Taco Hoekwater

Longmin Wang wrote:

But it works fine here with both context=experimental and
context=beta. The versions are ``2009.01.17 00:15'' for experimental
and ``2009.01.14 11:29'' for beta. 


Appears fine here as well, with context 2009.01.17 00:15. But I assume
your test file was longer thatn just the little block below. Perhaps
you should post a full file.

Btw, the example breaks with cont-xp, but in a different way:
it throws an error at me about an undefined control sequence
(\currentformulassynchronize).

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] MKIV bug

2009-01-17 Thread Longmin Wang
But it works fine here with both context=experimental and
context=beta. The versions are ``2009.01.17 00:15'' for experimental
and ``2009.01.14 11:29'' for beta. 

On Sat, Jan 17, 2009 at 10:55:48PM +0800, Yue Wang wrote:
>Hi, Hans
>
>Using context=experimental, the following cross references all appear as ??
>MKII works fine.
>
>
>\placeformula \startformula \startalign
> \NC v \NC = u + at \NR[eq:v]
> \NC h \NC = ut + \frac12 gt^2 \NR[eq:h]
>\stopalign \stopformula
>Equation (\in[eq:v]) tells the final velocity after
>time $t$ and equation (\in[eq:h]) tells the distance
>travelled in time $t$.
>
>
>Yue Wang
>___
>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
>___

-- 
Longmin Wang 
Math. Dept., Nankai Univ., China
http://math.nankai.edu.cn/~wanglm/
GnuPG-Key ID: 1024D/2A5CFA5C
Fingerprint: 8587 1246 3AAD C185 D419  ADF1 B620 D8B8 2A5C FA5C
___
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] mkiv: Bug in Right to Left numerals?

2008-10-22 Thread Otared Kavian

On 22 oct. 08, at 09:02, Wolfgang Schuster wrote:

> On Tue, Oct 21, 2008 at 7:19 PM, Otared Kavian <[EMAIL PROTECTED]>  
> wrote:
>> On 21 oct. 08, at 15:13, Khaled Hosny wrote:
>>
>>> This isn't actually a bug, \textdir TRT will reverse all text, try
>>> setting \setupdirection[bidi=global] to enable the "experimental"
>>> auto-bidi support.
>>
>>
>> Thanks Khaled for your attention, but what I get is:
>>
>> ! Undefined control sequence.
>> l.21 \setupdirection
>>[bidi=global]
>> ?
>> Process aborted
>>
>> Is this feature so experimental that it is not yet included in the
>> latest beta?
>
> \setupdirections[bidi=global]
>
> Wolfgang

Thanks Wolfgang… the plural makes sense indeed.
However it seems that it is necessary to add
\pardir TRT
\textdir TRT
before Right-to-Left text.

Best regards: OK

___
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] mkiv: Bug in Right to Left numerals?

2008-10-22 Thread Wolfgang Schuster
On Tue, Oct 21, 2008 at 7:19 PM, Otared Kavian <[EMAIL PROTECTED]> wrote:
> On 21 oct. 08, at 15:13, Khaled Hosny wrote:
>
>> This isn't actually a bug, \textdir TRT will reverse all text, try
>> setting \setupdirection[bidi=global] to enable the "experimental"
>> auto-bidi support.
>
>
> Thanks Khaled for your attention, but what I get is:
>
> ! Undefined control sequence.
> l.21 \setupdirection
> [bidi=global]
> ?
> Process aborted
>
> Is this feature so experimental that it is not yet included in the
> latest beta?

\setupdirections[bidi=global]

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] mkiv: Bug in Right to Left numerals?

2008-10-21 Thread Otared Kavian
On 21 oct. 08, at 15:13, Khaled Hosny wrote:

> This isn't actually a bug, \textdir TRT will reverse all text, try
> setting \setupdirection[bidi=global] to enable the "experimental"
> auto-bidi support.


Thanks Khaled for your attention, but what I get is:

! Undefined control sequence.
l.21 \setupdirection
 [bidi=global]
?
Process aborted

Is this feature so experimental that it is not yet included in the  
latest beta?

Best regards: OK

>
>
> On Mon, Oct 20, 2008 at 11:02 PM, Otared Kavian <[EMAIL PROTECTED]>  
> wrote:
>> Hi Hans, Taco, Idriss and the mkiv team,
>>
>> Since I have been unable to use mkiv until very recently I am not  
>> aware
>> whether the following bug has been addressed or not (Luigi Scarso  
>> taught me
>> how to install and use mkiv on Mac OS, last Sunday…).
>>
>> Below is a minimal file which shows that the numerals in Right-to- 
>> Left text
>> are reversed, while they shouldn't.
>> XeTeX and XeConTeXt behave correctly in this respect.
>>
>> If the bug is known, pardon me for the noise…
>> Best regards: OK
>>
>> %% begin file bug-RL-numerals.tex
>> \starttext
>>
>> \definefontfeature
>> [testPersian]
>> [analyze=yes,
>> mode=node,
>> language=dflt,
>> script=arab,
>> aalt=yes,
>> init=yes,
>> medi=yes,
>> fina=yes,
>> isol=yes,
>> liga=yes,
>> mset=yes]
>>
>> \font\FaarsiA=arabtype*testPersian at 36pt
>>
>> \startbuffer[faarsi]
>> این متن در سال ۲۰۰۸ مسیحی نوشته شده  
>> است.
>>
>> \stopbuffer
>> \pardir TLT
>> \textdir TLT
>> This file has been typeset on \currentdate{} at \currenttime, mkiv,  
>> ConTeXt
>> version \contextversion,
>> % LuaTeX version \luatexversion,
>> LuaTeX revision \luatexrevision,
>> (LuaTeX date stamp \luatexdatestamp).
>> \blank[6*big]
>> The number input as « 2008 » in Persian is written in the output  
>> as « 8002 »
>> in the following Persian text:
>> \blank[6*big]
>> \pardir TRT
>> \textdir TRT
>>
>> \FaarsiA
>> \getbuffer[faarsi]
>> \blank[6*big]
>>
>> \stoptext
>> %% end file bug-RL-numerals.tex
>>
>>
>>
>>
>> ___
>> 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
>> ___
>>
>>
>
>
>
> -- 
>  Khaled
> ___
> 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
> ___

___
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] mkiv: Bug in Right to Left numerals?

2008-10-21 Thread Khaled Hosny
This isn't actually a bug, \textdir TRT will reverse all text, try
setting \setupdirection[bidi=global] to enable the "experimental"
auto-bidi support.

On Mon, Oct 20, 2008 at 11:02 PM, Otared Kavian <[EMAIL PROTECTED]> wrote:
> Hi Hans, Taco, Idriss and the mkiv team,
>
> Since I have been unable to use mkiv until very recently I am not aware
> whether the following bug has been addressed or not (Luigi Scarso taught me
> how to install and use mkiv on Mac OS, last Sunday…).
>
> Below is a minimal file which shows that the numerals in Right-to-Left text
> are reversed, while they shouldn't.
> XeTeX and XeConTeXt behave correctly in this respect.
>
> If the bug is known, pardon me for the noise…
> Best regards: OK
>
> %% begin file bug-RL-numerals.tex
> \starttext
>
> \definefontfeature
> [testPersian]
> [analyze=yes,
> mode=node,
> language=dflt,
> script=arab,
> aalt=yes,
> init=yes,
> medi=yes,
> fina=yes,
> isol=yes,
> liga=yes,
> mset=yes]
>
> \font\FaarsiA=arabtype*testPersian at 36pt
>
> \startbuffer[faarsi]
> این متن در سال ۲۰۰۸ مسیحی نوشته شده است.
>
> \stopbuffer
> \pardir TLT
> \textdir TLT
> This file has been typeset on \currentdate{} at \currenttime, mkiv, ConTeXt
> version \contextversion,
> % LuaTeX version \luatexversion,
> LuaTeX revision \luatexrevision,
> (LuaTeX date stamp \luatexdatestamp).
> \blank[6*big]
> The number input as « 2008 » in Persian is written in the output as « 8002 »
> in the following Persian text:
> \blank[6*big]
> \pardir TRT
> \textdir TRT
>
> \FaarsiA
> \getbuffer[faarsi]
> \blank[6*big]
>
> \stoptext
> %% end file bug-RL-numerals.tex
>
>
>
>
> ___
> 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
> ___
>
>



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