Re: [NTG-context] \Context seems to be broken

2014-12-31 Thread Idris Samawi Hamid ادريس سماوي حامد
On Tue, 30 Dec 2014 14:58:17 -0700, Wolfgang Schuster  
schuster.wolfg...@gmail.com wrote:


I sent a fix to the developers list. You fix it yourself by adding  
\getscaledglyph as shown below to the definition of the command in  
cont-log.miv.

\unexpanded\def\Context % wrong usage of \getscaledglyph
  {\dontleavehmode
   \begingroup
-  C\kern -.0667\emwidth{.8}\empty{O\kern -.0667\emwidth N\kern
+  C\kern -.0667\emwidth\getscaledglyph{.8}\empty{O\kern -.0667\emwidth  
N\kern
   -.0549\emwidth  
T\doifitalicelse{\kern-.1\emwidth}{\kern-.1667\emwidth}\lower.5\exheight\hbox

   {E}\doifitalicelse\empty{\kern-.11em}X\kern-.055\emwidth T}%
   \endgroup}


Thanks, Wolfgang. At first I didn't realize that I had to take out the  
line preceded by '-', there are so many minuses in that def -)


Best wishes
Idris
--
Idris Samawi Hamid
Professor of Philosophy
Colorado State University
Fort Collins, CO 80523
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] \Context seems to be broken

2014-12-30 Thread Idris Samawi Hamid ادريس سماوي حامد

Dear gang,

ConTeXt  ver: 2014.12.30 09:48 MKIV beta
This is LuaTeX, Version beta-0.79.2 (TeX Live 2014/W32TeX)

The following gives a very strange result:

\starttext
\Context
\stoptext

See attached, there is a spurious '.8', and the rest of the definition  
seems to have changed as well. Please advise!


Best wishes
Idris
--
Idris Samawi Hamid
Professor of Philosophy
Colorado State University
Fort Collins, CO 80523

test-context.pdf
Description: Adobe PDF document
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] \Context seems to be broken

2014-12-30 Thread Wolfgang Schuster

 Am 30.12.2014 um 22:10 schrieb Idris Samawi Hamid ادريس سماوي حامد 
 isha...@colostate.edu:
 
 Dear gang,
 
 ConTeXt  ver: 2014.12.30 09:48 MKIV beta
 This is LuaTeX, Version beta-0.79.2 (TeX Live 2014/W32TeX)
 
 The following gives a very strange result:
 
 \starttext
 \Context
 \stoptext
 
 See attached, there is a spurious '.8', and the rest of the definition seems 
 to have changed as well. Please advise!

I sent a fix to the developers list. You fix it yourself by adding 
\getscaledglyph as shown below to the definition of the command in cont-log.miv.

\unexpanded\def\Context % wrong usage of \getscaledglyph
  {\dontleavehmode
   \begingroup
-  C\kern -.0667\emwidth{.8}\empty{O\kern -.0667\emwidth N\kern
+  C\kern -.0667\emwidth\getscaledglyph{.8}\empty{O\kern -.0667\emwidth N\kern
   -.0549\emwidth 
T\doifitalicelse{\kern-.1\emwidth}{\kern-.1667\emwidth}\lower.5\exheight\hbox
   {E}\doifitalicelse\empty{\kern-.11em}X\kern-.055\emwidth T}%
   \endgroup}

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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___