
Hi Hans, I discovered two problems with the beta. 1. \typescriptone is ignored in the typescripts and many fonts (e.g. can't be used) \starttypescript [termes,times] \definetypeface [\typescriptone] [rm] [serif] [termes] [default] \stoptypescript 2. The new feature \getcheckedparameters acts like \get*e*parameter in the lua code. Wolfgang

Hi, I encounter the same problem with all Gyre fonts as well. I am using: MtxRun | current version: 2009.03.13 17:35 This is LuaTeX, Version snapshot-0.36.0-2009031418, build unknown BTW, the \Vert delimiter (double vertical bar) is missing. Regards, shenchen On Sat, Mar 14, 2009 at 6:20 PM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote:
Hi Hans,
I discovered two problems with the beta.
1. \typescriptone is ignored in the typescripts and many fonts (e.g. can't be used)
\starttypescript [termes,times] \definetypeface [\typescriptone] [rm] [serif] [termes] [default] \stoptypescript
2. The new feature \getcheckedparameters acts like \get*e*parameter in the lua code.
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
___________________________________________________________________________________

Hi Aditya,
minimal example:
\starttext
$\Vert x \Vert$
$\left\Vert x \right\Vert$
\stoptext
When I run context, the first line passes, but no vertical bar is displayed.
The second line triggers the following error message:
! Missing delimiter (. inserted).
<to be read again>
\Umathchar
\Vert ->\Umathchar
"0 "0 "2225
l.4 $\left\Vert
x \right\Vert$
thanks a lot.
regards,
shenchen
On Sun, Mar 15, 2009 at 12:44 AM, Aditya Mahajan
On Sat, 14 Mar 2009, Chen Shen wrote:
BTW, the \Vert delimiter (double vertical bar) is missing.
\starttext $\Vert$ \stoptext
gives me \Vert. Can you give an example where it doesn't work?
Aditya
___________________________________________________________________________________ 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
___________________________________________________________________________________

On Sun, 15 Mar 2009, Chen Shen wrote:
Hi Aditya,
minimal example: \starttext $\Vert x \Vert$
$\left\Vert x \right\Vert$ \stoptext
When I run context, the first line passes, but no vertical bar is displayed. The second line triggers the following error message:
! Missing delimiter (. inserted). <to be read again> \Umathchar \Vert ->\Umathchar "0 "0 "2225 l.4 $\left\Vert x \right\Vert$
thanks a lot.
Make the following change in char-def.lua and regenerate formats. @@ -52729,8 +52729,7 @@ characters.data={ linebreak="ai", mathspec={ { class="relation", name="parallel" }, - { class="nothing", name="Vert" }, + { class="delimiter", name="Vert" }, { class="nothing", name="Arrowvert" }, { class="open", name="lVert" }, { class="close", name="rVert" }, Aditya

Both problems are now fixed.Thanks a lot, Aditya and Hans.
shenchen
On Sun, Mar 15, 2009 at 2:34 AM, Aditya Mahajan
On Sun, 15 Mar 2009, Chen Shen wrote:
Hi Aditya,
minimal example: \starttext $\Vert x \Vert$
$\left\Vert x \right\Vert$ \stoptext
When I run context, the first line passes, but no vertical bar is displayed. The second line triggers the following error message:
! Missing delimiter (. inserted). <to be read again> \Umathchar \Vert ->\Umathchar "0 "0 "2225 l.4 $\left\Vert x \right\Vert$
thanks a lot.
Make the following change in char-def.lua and regenerate formats.
@@ -52729,8 +52729,7 @@ characters.data={ linebreak="ai", mathspec={ { class="relation", name="parallel" }, - { class="nothing", name="Vert" }, + { class="delimiter", name="Vert" }, { class="nothing", name="Arrowvert" }, { class="open", name="lVert" }, { class="close", name="rVert" },
Aditya
___________________________________________________________________________________ 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
___________________________________________________________________________________

Wolfgang Schuster wrote:
Hi Hans,
I discovered two problems with the beta.
1. \typescriptone is ignored in the typescripts and many fonts (e.g. can't be used)
\starttypescript [termes,times] \definetypeface [\typescriptone] [rm] [serif] [termes] [default] \stoptypescript
2. The new feature \getcheckedparameters acts like \get*e*parameter in the lua code.
fixed ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (4)
-
Aditya Mahajan
-
Chen Shen
-
Hans Hagen
-
Wolfgang Schuster