ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Protrude quotation marks
Date: Wed, 10 Sep 2008 13:22:55 +0200	[thread overview]
Message-ID: <115224fb0809100422l4baf5ca3occb71500db6115ce@mail.gmail.com> (raw)
In-Reply-To: <48C785B4.4040801@wxs.nl>

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

      reply	other threads:[~2008-09-10 11:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-10  8:26 Wolfgang Schuster
2008-09-10  8:30 ` Hans Hagen
2008-09-10 11:22   ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=115224fb0809100422l4baf5ca3occb71500db6115ce@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).