ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Nagy Bence <gimb@freemail.hu>
Subject: Re: Xindy interfaced to Context
Date: Wed, 15 Jan 2003 19:06:42 +0100	[thread overview]
Message-ID: <3E25A332.4050202@freemail.hu> (raw)
In-Reply-To: <200301141650.24350.john@wexfordpress.com>

> programmer.  But mine works for now.  :-) Anyone who needs to index a 
> non-English document in Context (or pdfetex or whatever) need only
> create an alphabet file and proceed onward.
Then the necessary extensions to complete the hungarian alphabet :-)

(define-letter-group "cs" :after "c" :before "d")

;; Maybe wrong but understandable. There are only some words
;; beginning with 'dzs' (all from english):
;; dzsungel=jungle, dzsem=jam, dzsentri=gentry, dzseki=jacket...
;; I don't found any words beginning with 'dz' (SMART dictionary).
(define-letter-group "dz" :after "d" :before "dzs")
(define-letter-group "dzs" :after "dz" :before "e")

(define-letter-group "gy" :after "g" :before "h")
(define-letter-group "ly" :after "l" :before "m")
(define-letter-group "ny" :after "n" :before "o")
(define-letter-group "sz" :after "s" :before "t")
(define-letter-group "ty" :after "t" :before "u")
(define-letter-group "zs" :after "z")

Greetings

Bence Nagy

      parent reply	other threads:[~2003-01-15 18:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-14 16:50 John Culleton
2003-01-14 22:58 ` Bruce D'Arcus
2003-01-14 19:32   ` John Culleton
2003-01-15 18:06 ` Nagy Bence [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=3E25A332.4050202@freemail.hu \
    --to=gimb@freemail.hu \
    --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).