ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Richard Gabriel" <rgabriel@kerio.com>
Subject: Re: base/tex.rb comments
Date: Fri, 21 Jul 2006 14:39:08 +0200	[thread overview]
Message-ID: <20060721123908.53be4464@mx1.kerio.com> (raw)
In-Reply-To: 44C0C2EF.8090502@seznam.cz


[-- Attachment #1.1: Type: text/plain, Size: 1286 bytes --]

> I have the same observation. The TeXLive 2005 definition is
  >
> TEXFORMATS = .;$TEXMF/web2c/{$engine,}
  >
> but it seems to me tex binaries do not set $engine variable. If so, it 
> can be locally solved (without changing binaries and supposing not using 
> xetex or another engine) by
  >
>TEXFORMATS = .;$TEXMF/web2c//
  >
  > Vit

I'm sorry it doesn't work for me either. (have TL2005 on WinXP)
I still get the message "I can't find the TeX format 'cont-en'" unless I copy it into the 'web2c' directory.

I've noticed this in context.cnf:

TEXMFMAIN     = $SELFAUTOPARENT/texmf
TEXMFLOCAL    = $SELFAUTOPARENT/texmf-local
TEXMFFONTS    = $SELFAUTOPARENT/texmf-fonts
TEXMFEXTRA    = $SELFAUTOPARENT/texmf-extra
TEXMFPROJECT  = $SELFAUTOPARENT/texmf-project
VARTEXMF      = $SELFAUTOPARENT/texmf-var
TEXMF         = {!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFEXTRA,!!$TEXMFMAIN}

% --- cut ---

TEXFORMATS    = .;$TEXMF/web2c/{$engine,} 

It's strange that there isn't $VARTEXMF included in the TEXMF path. I've tried to add it:

TEXMF         = {!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFEXTRA,!!$TEXMFMAIN,!!$VARTEXMF}

but with no result... :-(

I'm attaching the complete context.cnf file for reference.

-Richard

  

[-- Attachment #1.2: Type: text/html, Size: 1841 bytes --]

[-- Attachment #2: context.zip --]
[-- Type: application/x-zip-compressed, Size: 2410 bytes --]

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

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

             reply	other threads:[~2006-07-21 12:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-21 12:39 Richard Gabriel [this message]
2006-07-21 12:49 ` Taco Hoekwater
  -- strict thread matches above, loose matches on Subject: below --
2006-07-21 13:34 Richard Gabriel
2006-07-21 13:20 Richard Gabriel
2006-07-21  9:50 Richard Gabriel
2006-07-21 11:12 ` Hans Hagen
2006-07-21 12:05   ` Vit Zyka

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=20060721123908.53be4464@mx1.kerio.com \
    --to=rgabriel@kerio.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).