Re: [NTG-context] Protrude quotation marks

2008-09-10 Thread Hans Hagen
Wolfgang Schuster wrote:
 Hi Hans,
 
 
 can you add quotation marks (guillemets too) to the punctuation
 table in font-ext.lua
 
 I have also two antries I want in the pure table, they are
 IDEOGRAPHIC COMMA U+3001
 IDEOGRAPHIC FULL STOP U+3002

just provide me the lines to add

Hans

-
   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] Protrude quotation marks

2008-09-10 Thread Wolfgang Schuster
On Wed, Sep 10, 2008 at 10:30 AM, Hans Hagen [EMAIL PROTECTED] wrote:
 Wolfgang Schuster wrote:
 Hi Hans,


 can you add quotation marks (guillemets too) to the punctuation
 table in font-ext.lua

 I have also two antries I want in the pure table, they are
 IDEOGRAPHIC COMMA U+3001
 IDEOGRAPHIC FULL STOP U+3002

 just provide me the lines to add

done, see attachment.

Wolfgang
pure:

[0x3001] = { 0, 1}, -- 、 ideographic comma
[0x3002] = { 0, 1}, -- 。 ideographic full stop

punctuation:

[0x2039] = { 0.70, 0.70 }, -- ‹ left single guillemet
[0x203A] = { 0.70, 0.70 }, -- › right single guillemet
[0x00AB] = { 0.50, 0.50 }, -- « left guillemet
[0x00BB] = { 0.50, 0.50 }, -- » right guillemet

[0x2018] = { 0.70, 0.70 }, -- ‘ left single quotation mark
[0x2019] = { 0,0.70 }, -- ’ right single quotation mark
[0x201A] = { 0.70, 0}, -- , single low-9 quotation mark
[0x201B] = { 0.70, 0}, -- ‛ single high-reversed-9 quotation mark
[0x201C] = { 0.50, 0.50 }, -- “ left double quotation mark
[0x201D] = { 0,0.50 }, -- ” right double quotation mark
[0x201E] = { 0.50, 0}, -- „ double low-9 quotation mark
[0x201F] = { 0.50, 0}, -- ‟ double high-reversed-9 quotation mark
___
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
___