ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Gour <gour@atmarama.com>
Subject: Re: translating LyX/LaTex book into ConTeXt (was Re: [Context] Xindy)
Date: Sun, 21 Jul 2019 12:35:09 +0200	[thread overview]
Message-ID: <71bb1833-454c-bf88-9ea3-0f078ffce57b@xs4all.nl> (raw)
In-Reply-To: <qh184f$14sp$1@blaine.gmane.org>

Hi,

> fonts           > checking > char ṁ (U+01E41) in font
> 'LMRoman12-Regular' with id 1: missing backend         > xmp > using
> file '/usr/share/texmf/tex/context/base/mkiv/lpdf-pdx.xml'

You can extend the default feature to also add missing composed 
characters to the font. In mkiv we have way more control and these 
missign characters are then made virtual ones but in the text they are 
proper unicodes.

\definefontfeature[default][compose=yes]

\starttext
     char ṁ (U+01E41)
\stoptext

> Now, I wonder how can one "define one's own sort order" since I'd like
> that words containing e.g. 'ṁ' are to be sorted as 'm'?

in sort-lan you can find examples of how sorting works in mkiv .. you 
can find examples in the test suite end elsewhere about how to influence 
the sorting order (basically it uses a language sorting order, but the 
sequence of the about 6 steps involving code, case, shape, can be 
changed ... in your case the m is quite likely to be sorted as m because 
it has the 'm' shape

> What about generating Glossary?

should be problem ... i'm pretty sure that on the list someone can tell 
you how he/she did it (users of critical editions)

> Any further hint in translating LyX/LaTeX sources into ConTeXt?

i never used lyx but i assume that when there is structure it can partly 
be scripted

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2019-07-21 10:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87fxo5nz6c.fsf@nitai.hr>
     [not found] ` <6faad9f00809121630m743d8816w97687ec8c2012754@mail.gmail.com>
2008-09-13  5:28   ` [Context] Xindy Gour
2008-09-13 10:21     ` Hans Hagen
2008-09-13 15:08       ` Gour
2019-07-21  8:35       ` translating LyX/LaTex book into ConTeXt (was Re: [Context] Xindy) Gour
2019-07-21 10:35         ` Hans Hagen [this message]
2019-07-21 10:39           ` Denis Maier
2019-07-22  9:06           ` translating LyX/LaTex book into ConTeXt Saša Janiška
     [not found] ` <48CABC90.1050203@elvenkind.com>
     [not found]   ` <20080912190750.GN21092@phare.normalesup.org>
     [not found]     ` <20080912191602.GO21092@phare.normalesup.org>
2008-09-13  6:09       ` test files for Xindy (was Re: [Context] Xindy) Gour

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=71bb1833-454c-bf88-9ea3-0f078ffce57b@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=gour@atmarama.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).