ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Protrude quotation marks
@ 2008-09-10  8:26 Wolfgang Schuster
  2008-09-10  8:30 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2008-09-10  8:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Protrude quotation marks
  2008-09-10  8:26 Protrude quotation marks Wolfgang Schuster
@ 2008-09-10  8:30 ` Hans Hagen
  2008-09-10 11:22   ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2008-09-10  8:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Protrude quotation marks
  2008-09-10  8:30 ` Hans Hagen
@ 2008-09-10 11:22   ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2008-09-10 11:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

On Wed, Sep 10, 2008 at 10:30 AM, Hans Hagen <pragma@wxs.nl> 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

[-- Attachment #2: hang.txt --]
[-- Type: text/plain, Size: 867 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-10 11:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-10  8:26 Protrude quotation marks Wolfgang Schuster
2008-09-10  8:30 ` Hans Hagen
2008-09-10 11:22   ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).