ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@wanadoo.fr>
Subject: Re: XeConTeXt set up issue
Date: Tue, 8 Mar 2005 17:09:35 +0100	[thread overview]
Message-ID: <p06110406be537bcbb7c3@[193.51.32.222]> (raw)
In-Reply-To: <r02010400-1038-529B88F88FE411D98F43001124759EE4@[10.0.1.4]>

At 16:11 +0100 8/03/05, Mark Smith wrote:
>         Apart from my reference numbering problem with the bib 
>module, everything was working OK. So, I decided it was time to have 
>a go with "XeConTeXt".
>
>I was following Adam's instructions here:
>
>         <http://contextgarden.net/XeTeX>
>

Hi,

Actually you don't need anymore to edit the file as stated in 
contextgarden (as far as I understood, Dalyoung on the XeTeX list is 
going to put the appropriate procedure on the wiki there).

This is how I did for the update of XeConTeXt:

1) replaced the file syst-xtx.tex in

/usr/local/teTeX/share/texmf.tetex/tex/context/base/

by a new one sent by Hans which contains the lines below this message

2) on a CLI terminal issued the command

sudo texexec --xtx --make --alone en

and obtained the format cont-en.fmt, created in the directory where 
the abvoe command was issued. This is actually an "XeConTeXt" format 
and can be used as
before, for instance by saying

texexec --xtx my-file.tex

in the directory where both the file my-file.tex and the new 
cont-en.fmt just created are present. And everything works fine...

Best regards: OK

%%% the file syst-xtx.tex sent by Hans
%D \module
%D   [       file=syst-xtx,
%D        version=2004.09.11,
%D          title=\CONTEXT\ System Macros,
%D       subtitle=\XETEX\ specifics,
%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.

\ifx\XeTeXversion\undefined \endinput \fi

\unprotect

%D For the moment, the only thing needed is to load are the
%D mappings from lower to uppercase characters.

\ifx\scratchread\undefined \newread\scratchread \fi

\immediate\openin\scratchread=unicode-letters.tex \ifeof\scratchread
   \immediate\openin\scratchread=xplain.tex \ifeof\scratchread
     % no initialization file
   \else
     \input xplain.tex
   \fi
\else
   \input unicode-letters.tex
\fi

\protect \endinput

%%% end of the file syst-xtx.tex

  parent reply	other threads:[~2005-03-08 16:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-08 15:11 Mark Smith
2005-03-08 16:01 ` Adam Lindsay
2005-03-08 16:09 ` Otared Kavian [this message]
2005-03-08 17:03   ` Mark Smith

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='p06110406be537bcbb7c3@[193.51.32.222]' \
    --to=otared@wanadoo.fr \
    --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).