ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: accents in "funny frame"
Date: Wed, 28 Jul 2004 13:38:00 +0200	[thread overview]
Message-ID: <41079018.9080600@wxs.nl> (raw)
In-Reply-To: <40EBFB3C.1050704@wanadoo.fr>

olivier Turlier wrote:

> Hello Contexers,
> I play with the "funny frame" code given by Hans et al.
>
> How put accentuation (french) in the frame title ?
> I use latest context .iso image (ConTeXt ver. 2004.6.21 fmt: 2004.6.21 
> int: english mes: english)
> Below is the source (compiled with : texmfstart texexec.pl --autopdf 
> --pdf funny-french-frame.tex):
>
> ----------------------------------------
> %funny-french-frame.tex
> \enableregime[il1]
> \useencoding[ffr]
> \mainlanguage[fr]
> \enableregime[windows]
> \setupindenting[medium]
>
> \usetypescript[palatino][texnansi]
> \setupbodyfont[palatino,rm,12pt]
>
> \setupcolors[state=start]
>
>
> %---------------------------------------------------- funny frame
> \startMPenvironment
>     \enableregime[il1]                                %
>     \useencoding[ffr]                                 %
>     \mainlanguage[fr]                                 % not working
>     \enableregime[windows]                        %
>     \usetypescript[palatino][texnansi]
>     \setupbodyfont[palatino,rm,14pt]
> \stopMPenvironment

i've fixed this (some merge of verbatim tex into textext problem); i'll 
send you a new texexec.pl

btw, this saves keying:

\startMPenvironment[global]
  \enableregime[il1]
  \useencoding[ffr]
  \mainlanguage[fr]
  \enableregime[windows]
  \usetypescript[palatino][texnansi]
  \setupbodyfont[palatino,rm,12pt]
\stopMPenvironment

  reply	other threads:[~2004-07-28 11:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-07 13:31 olivier Turlier
2004-07-28 11:38 ` Hans Hagen [this message]
2004-07-28 11:40 ` 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=41079018.9080600@wxs.nl \
    --to=pragma@wxs.nl \
    --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).