ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: Vit Zyka <vit.zyka@seznam.cz>
Subject: Re: alpha release / latin modern
Date: Tue, 08 Feb 2005 13:24:07 +0100	[thread overview]
Message-ID: <4208AF67.7030609@wxs.nl> (raw)
In-Reply-To: <20050208114403.13642@mail.comp.lancs.ac.uk>

Adam Lindsay wrote:
> Vit Zyka said this at Tue, 8 Feb 2005 12:30:20 +0100:
> 
> 
>>So problem is at the very beginning stage. I check if input file is 
>>exactly in il2 encoding, yes it is. 'ì' has catcode letter. So a the 
>>letter is should enter the font.
>>
>>Where is problem?
> 
> 
> I think it's with two things:
> 1) you're not using \enableregime[il2]
> 2) there's no il2 regime anyway!

another option is to copy cont-en into cont-xx and replace the ec in there by il2

(or to say: \definetypeface[modern][il2] \setupbodyfont[modern], but that is 
slower)

%D \module
%D   [       file=cont-en,
%D        version=1997.08.19,
%D          title=\CONTEXT,
%D       subtitle=\CONTEXT\ English Format Generation,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\catcode`\{=1 \catcode`\}=2 \def\defaultinterface{english}

\input context.tex

\unprotect

\setupcurrentlanguage[\s!en]

\loaduserspecifications

\installlanguage [\s!en] [\c!state=\v!start]
\installlanguage [\s!uk] [\c!state=\v!start]
\installlanguage [\s!de] [\c!state=\v!start]
\installlanguage [\s!fr] [\c!state=\v!start]
\installlanguage [\s!es] [\c!state=\v!start]
\installlanguage [\s!it] [\c!state=\v!start]
\installlanguage [\s!nl] [\c!state=\v!start]

% \setupbodyfont [cmr,ams,rm,12pt]
%
% \setupencoding[default=ec] \usetypescript[modern][\defaultencoding] 
\setupbodyfont[modern,rm,12pt]

\setupencoding[default=ec] \usetypescript[fallback][\defaultencoding] 
\setupbodyfont[rm,12pt]

\protect \errorstopmode \dump \endinput

====

btw, if you patch enco-il2 by

   \startcoding[il2][il2] % second entry

and regenerate the format you have a regime for free -)

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.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

  reply	other threads:[~2005-02-08 12:24 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-03 17:11 Hans Hagen
2005-02-03 18:45 ` Idris Samawi Hamid
2005-02-04  9:11   ` Hans Hagen
2005-02-07 15:28     ` Idris Samawi Hamid
2005-02-07 15:41       ` Hans Hagen
2005-02-07 18:30         ` Idris Samawi Hamid
2005-02-07 15:45       ` Adam Lindsay
2005-02-07 18:17         ` Idris Samawi Hamid
2005-02-08 10:39           ` Hans Hagen
2005-02-07 19:03 ` Vit Zyka
2005-02-08  9:13   ` Hans Hagen
2005-02-08  9:55     ` Vit Zyka
2005-02-08 10:13       ` \defaultinterface for cont-cz Martin Kolařík
2005-02-08 11:12         ` Hans Hagen
2005-02-08 13:05           ` Vit Zyka
2005-02-08 11:19       ` alpha release / latin modern Hans Hagen
2005-02-08 11:30     ` Vit Zyka
2005-02-08 11:44       ` Adam Lindsay
2005-02-08 12:24         ` Hans Hagen [this message]
2005-02-08 15:33           ` Vit Zyka
2005-02-08 18:49             ` Hans Hagen
2005-02-08 18:53             ` Hans Hagen
2005-02-09 17:27             ` Hans Hagen
2005-02-09 20:54               ` Vit Zyka
2005-02-09 21:25                 ` Adam Lindsay
2005-02-08 12:35       ` Hans Hagen
2005-02-08 12:25 ` Adam Lindsay
2005-02-08 12:41   ` Hans Hagen
2005-02-08 22:35     ` Adam Lindsay
2005-02-08 21:51   ` Hans Hagen
2005-02-09 10:10     ` Adam Lindsay

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=4208AF67.7030609@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    --cc=vit.zyka@seznam.cz \
    /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).