ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: nicola <vitacolo@dimi.uniud.it>
To: ntg-context@ntg.nl
Subject: Re: unicode in metafun?
Date: Sat, 07 Apr 2007 09:32:14 +0200	[thread overview]
Message-ID: <vitacolo-764521.09315907042007@sea.gmane.org> (raw)
In-Reply-To: <ADB71379-FD10-458F-AF5A-C1D4C9D995A4@di.unito.it>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

In article <ADB71379-FD10-458F-AF5A-C1D4C9D995A4@di.unito.it>,
 Andrea Valle <valle@di.unito.it> wrote:

> Hi to all,
> 
> I'm plotting a phonetic formant chart with metapost inside context.
> I know I can't use TIPA, but I would be happy with utf8.

I did something similar with XeTeX and ConTeXt using the \sometxt macro, 
e.g.:

\definetypeface[myface][rm][Xserif][Charis SIL][default][encoding=uc]
\starttext
\startreusableMPgraphic{fig}
  u := 1cm;
  draw origin--(0,u)--(0,2u)--(0,3u);
  dotlabel.lft(\sometxt{Q}, origin); dotlabel.rt(\sometxt{R}, origin);
  dotlabel.lft(\sometxt{å


[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

      parent reply	other threads:[~2007-04-07  7:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-06 21:53 Andrea Valle
2007-04-07  7:16 ` Taco Hoekwater
2007-04-08 23:14   ` Andrea Valle
2007-04-07  7:32 ` nicola [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=vitacolo-764521.09315907042007@sea.gmane.org \
    --to=vitacolo@dimi.uniud.it \
    --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).