ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: "NTG-ConTeXt mailing list" <ntg-context@ntg.nl>
Subject: Re: different download files
Date: Mon, 25 Feb 2002 14:28:29 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20020225141956.02eef438@server-1> (raw)
In-Reply-To: <008001c1bd44$1091c920$6401a8c0@lap>

At 04:00 PM 2/24/2002 +0100, Frans Goddijn wrote:
>Hello,
>
>on http://www.ntg.nl/context/download.htm I can find several files but what
>I'd appreciate is a short explanation with them on that same download page.
>For instance, I now have
>
>CONT-WRK ZIP       151.810  22-02-02  17:40 cont-wrk.zip
>CONT-FNT ZIP       870.611  22-02-02  17:41 cont-fnt.zip
>CONT-TMF ZIP     1.668.711  22-02-02  17:42 cont-tmf.zip
>
>and if I look into those, they each have a nuber of identically named
>(overlapping) files. Are the top two included in the cont-tmf.zip or is
>there another reason why I'd download and unpack one and not the others, two
>of them or all three of these?

you only need the big zip, the fnt one will go away some day and wrk is not 
needed

>I unpacked them in my .../texmf-var/... directory. Once I get things to work
>properly, I will copy that complete sub-tree to a separate directory where
>subsequent updates of TeXLive won't touch it.

copy? move is better since otherwise the var path will be seen first 
(depends on the settings); i never use var;

Here i have the following setup (which permits me to swap in other trees 
for testing):

tex/texmf       -> a complete copy of the texmf dir of tex live (beware, 
some win's are incapable of copying thess 40K files)
tex/texmf-local -> the unzipped cont-tmf (beta)
tex/texmf-fonts -> the fonts i want to use as generated by texfont + 
commercial fonts
tex/texmf-mswin -> windows /bin and windows /web2c
tex/texmf-linux -> linux binaries and linux /web2c

then i have (in a minimal setup situation):

SET TEXPATH=c:\tex

and

SET TEXMFMAIN=%TEXPATH%/texmf
SET TEXMFLOCAL=%TEXPATH%/texmf-local
SET TEXMFFONTS=%TEXPATH%/texmf-fonts
SET TEXMFMSWIN=%TEXPATH%/texmf-mswin
SET TEXMFLINUX=%TEXPATH%/texmf-linux
SET VARTEXMF=%TEXPATH%/texmf-var
SET HOMETEXMF=

SET TEXMFCNF=%TEXPATH%/texmf{-local,}/web2c

SET TEXMF={$TEXMFMSWIN,$TEXMFFONTS,$TEXMFLOCAL,!!$TEXMFMAIN}

plus

SET TEXFORMATS=%TEXMFMSWIN%/web2c

and to satisfy tex binaries:

SET PATH=%TEXMFLOCAL%\CONTEXT\PERLTK;%TEXMFMSWIN%\BIN;%PATH%

as well as perl:

SET PATH=%PATH%;C:\PERL\BIN

[this goes into 4start.bat since i use 4tex]

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


      reply	other threads:[~2002-02-25 13:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-24 15:00 Frans Goddijn
2002-02-25 13:28 ` Hans Hagen [this message]

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=5.1.0.14.1.20020225141956.02eef438@server-1 \
    --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).