ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans van der Meer <H.vanderMeer@uva.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Context-minimal installation problem.
Date: Tue, 18 Aug 2009 18:57:50 +0200	[thread overview]
Message-ID: <5BE6163C-388B-46C5-97DA-8E43F8A172F7@uva.nl> (raw)
In-Reply-To: <fe8d59da0908180955x503f8406y46ffbf76759d36ee@mail.gmail.com>


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

This is the install script I am using. It might be a starting point  
for you:
#!/bin/bash
CONTEXTVERSION="beta"
CONTEXTDIRECTORY=$HOME/TeX/context/$CONTEXTVERSION
rm -R $CONTEXTDIRECTORY
mkdir -p $CONTEXTDIRECTORY/tex
cd $CONTEXTDIRECTORY
ln -s $HOME/Library/texmf tex/texmf-local
#cp -R $HOME/Library/texmf/* tex/texmf-local
curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh
sh ./first-setup.sh >first-setup.log
cd tex
echo "installation context $CONTEXTVERSION minimals done"

Hans van der Meer




On 18 aug 2009, at 18:55, luigi scarso wrote:

> On Tue, Aug 18, 2009 at 6:15 PM, John  
> Culleton<john@wexfordpress.com> wrote:
>> Tried to install context minimals including the steps
>> mktexlsr
>> texexec --make --all
>> No errors at this point.  But when I tried to run pdftex
>> I get the error message
>> I can't find the format file `pdftex.fmt!'
> Did you source setuptex ?
>
> Under linux I do
> . setuptext
> in tex dir
>
> -- 
> luigi
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an  
> entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2009-08-18 16:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-18 16:15 John Culleton
2009-08-18 16:55 ` luigi scarso
2009-08-18 16:57   ` Hans van der Meer [this message]
2009-08-18 17:44   ` John Culleton
2009-08-18 17:48 ` Thomas A. Schmitz
2009-08-18 17:59   ` luigi scarso
2009-08-18 18:04   ` John Culleton
2009-08-18 18:11     ` Thomas A. Schmitz
2009-08-18 19:06       ` Mojca Miklavec
2009-08-18 19:02     ` Mojca Miklavec
2009-08-18 19:29       ` John Culleton
2009-08-18 19:30         ` Wolfgang Schuster
2009-08-18 20:09           ` John Culleton
2009-08-18 20:14             ` Wolfgang Schuster

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=5BE6163C-388B-46C5-97DA-8E43F8A172F7@uva.nl \
    --to=h.vandermeer@uva.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).