ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: version dates confuse me after upgrade
Date: Thu, 06 Apr 2006 17:58:38 +0200	[thread overview]
Message-ID: <44353AAE.9030702@wxs.nl> (raw)
In-Reply-To: <E1FRWYo-0002R3-00@skye.ra.phy.cam.ac.uk>

Sanjoy Mahajan wrote:
> Hans Hagen wrote:
>   
>> context itself (the tex file) is recent, while your formats are old 
>> did you run texexec --make --all 
>>     
>
> I had run 'texexec --make' (following the directions at
> <http://wiki.contextgarden.net/Debian_installation>).  I just ran
> 'texexec --make --all' but the version info looks the same:
>
> $ texexec --version
> ...
>                context : ver: 2006.03.25 13:21
>                cont-en : ver: 2005.01.31  fmt: 2006.3.28  mes: english
>
> With the help of 'texexec --verbose --version' I think I tracked down
> the reason.  
>
> On March 28th a friend told me that a paper we were writing was coming
> out in A4 format, which would be fine for everyone outside the
> Homeland.  So I ran 'texconfig' and set the default paper to letter.
> That created a ~/.texmf-var directory and generated lots of formats:
>
> $ pwd
> /home/sanjoy/.texmf-var/web2c
> $ ls -lt *.fmt
> -rw-r--r--  1 sanjoy sanjoy 3070069 2006-03-28 10:31 pdfjadetex.fmt
> -rw-r--r--  1 sanjoy sanjoy 3100416 2006-03-28 10:31 jadetex.fmt
> -rw-r--r--  1 sanjoy sanjoy  225933 2006-03-28 10:31 mptopdf.fmt
> -rw-r--r--  1 sanjoy sanjoy 5308842 2006-03-28 10:31 cont-en.fmt
> -rw-r--r--  1 sanjoy sanjoy  420822 2006-03-28 10:30 amstex.fmt
> -rw-r--r--  1 sanjoy sanjoy  896740 2006-03-28 10:30 lamed.fmt
> -rw-r--r--  1 sanjoy sanjoy  344826 2006-03-28 10:30 aleph.fmt
> -rw-r--r--  1 sanjoy sanjoy 4024948 2006-03-28 10:30 lambda.fmt
> -rw-r--r--  1 sanjoy sanjoy 1189914 2006-03-28 10:30 omega.fmt
> -rw-r--r--  1 sanjoy sanjoy  290204 2006-03-28 10:30 pdfetex.fmt
> -rw-r--r--  1 sanjoy sanjoy 1980649 2006-03-28 10:30 pdflatex.fmt
> -rw-r--r--  1 sanjoy sanjoy  290170 2006-03-28 10:30 etex.fmt
> -rw-r--r--  1 sanjoy sanjoy  260766 2006-03-28 10:30 pdftex.fmt
> -rw-r--r--  1 sanjoy sanjoy 1980614 2006-03-28 10:30 latex.fmt
> -rw-r--r--  1 sanjoy sanjoy  247167 2006-03-28 10:30 tex.fmt
>
> When I install the latest context with, say, 'texexec --make --all',
> it creates these three formats:
>
> $ pwd
> /home/sanjoy/.texmf-var/web2c
> $ ls -lt `find -mindepth 2 -name '*.fmt'`
> -rw-r--r--  1 sanjoy sanjoy  229571 2006-04-06 10:26 ./pdfetex/mptopdf.fmt
> -rw-r--r--  1 sanjoy sanjoy 6486671 2006-04-06 10:26 ./pdfetex/cont-nl.fmt
> -rw-r--r--  1 sanjoy sanjoy 6407346 2006-04-06 10:26 ./pdfetex/cont-en.fmt
>
> However, the web2c/{mptopdf,cont-en}.fmt formats created by texconfig
> shadow these formats:
>
> $ (cd ; kpsewhich --format=fmt cont-en )
> /home/sanjoy/.texmf-var/web2c/cont-en.fmt
>
> I can easily fix it by deleting the cont-en and mptopdf formats made
> by texconfig, but that is a hack -- a symptom of its hack nature being
> that the next time I run texconfig, the shadowing formats will return
> to web2c/.
>   
well, either use texconfig to generate context formats or use texexec --make ; texconfig does not support the $engine subpath feature (too difficult to implement) but we need this in order to distinguish between formats for pdftex, aleph and xetex 

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:[~2006-04-06 15:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-06  5:21 Sanjoy Mahajan
2006-04-06  8:14 ` Hans Hagen
2006-04-06 15:38   ` Sanjoy Mahajan
2006-04-06 15:58     ` Hans Hagen [this message]
2006-04-06 16:06       ` Taco Hoekwater
2006-04-06 21:17         ` Gerben Wierda
2006-04-06 22:10           ` Taco Hoekwater
2006-04-06 22:31           ` Hans Hagen
2006-04-06 18:31       ` Sanjoy Mahajan
2006-04-06 19:36         ` Taco Hoekwater
2006-04-06 21:07           ` Thomas A. Schmitz
2006-04-07 20:31           ` Sanjoy Mahajan
2006-04-08  8:56             ` Hans Hagen
2006-04-08 12:01               ` Sanjoy Mahajan
2006-04-08 12:40                 ` Hans Hagen
2006-04-06 20: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=44353AAE.9030702@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).