ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: "Haseloff, Lutz" <Lutz.Haseloff@mdf.brandenburg.de>
Subject: Re: news for german users
Date: Mon, 18 Oct 1999 23:33:10 +0100	[thread overview]
Message-ID: <380BA026.4870916D@wxs.nl> (raw)
In-Reply-To: <380B3A8C.C888D299@gmx.de>

Tobias Burnus wrote:
> 
> Hallo Hans, hallo Lutz,
> 
> > > I changed enco-ec and all works (hyphenate) very fine except
> > > the word sch"ulerinnen.
> > That one is kind of special, because it generates an u with lowered ",
> > so that one is not high ascii.
> 
> The lowered umlaut dots is ok for CM fonts, where the dots are thought to be a
> diphtong (tréma) such as in French Noel (place a " above ") so it it spoken
> 'No,el. In German the purpose is different and so the " belong closer to the
> word and thus the reduced distance. Fonts, which ``natively'' contain äöü
> usually do it ``right'' (not a so big distance) so this should map to the real
> letter as \"a does.
> 
> Groetjes, Grüße aus Berlin,

Lucky you that we can have encoding specific language specifics; add to
lang-ger.tex:

\startencoding[ec]
  \startlanguagespecifics[de]% 
    \installcompoundcharacter "a {\"a}
    \installcompoundcharacter "e {\"e}
    \installcompoundcharacter "i {\"\i}
    \installcompoundcharacter "o {\"o}
    \installcompoundcharacter "u {\"u}
    \installcompoundcharacter "A {\"A}
    \installcompoundcharacter "E {\"E}
    \installcompoundcharacter "I {\"I}
    \installcompoundcharacter "O {\"O}
    \installcompoundcharacter "U {\"U}
  \stoplanguagespecifics
\stopencoding

This solves your problem and gives you hyphenation even in 

gr"u"se, groetjes uit Hasselt (nl), 

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.nl
-----------------------------------------------------------------


  parent reply	other threads:[~1999-10-18 22:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <0F3313EC125AD311981100105AB3A75D10793D@N0795.mdf.fvbb.de>
1999-10-18 14:10 ` AW: AW: " Hans Hagen
     [not found]   ` <380B3A8C.C888D299@gmx.de>
1999-10-18 22:33     ` Hans Hagen [this message]
1999-10-18 10:43 Hans Hagen

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=380BA026.4870916D@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=Lutz.Haseloff@mdf.brandenburg.de \
    /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).