ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Berend de Boer <berend@pobox.com>
Subject: ConTeXt TeXUtil
Date: Mon, 22 Jun 1998 19:45:09 +0200	[thread overview]
Message-ID: <01BD9E16.4437F930.berend@pobox.com> (raw)

On Sunday, June 21, 1998 9:36 PM, Hans Hagen [SMTP:pragma@wxs.nl] wrote:

> Also keep in mind that only since Thomas and Sebastian started their
> distributions, unix installation became straight forward!

hmm, Sebastian has to create the first cd which installs for me :-)

I find it easy because I can copy the TDS tree and everything work almost 
out of the box.

> (2) TeXUtil should also run on all platforms (easy because it is perl).

texutil didn't work for me on Win95. (haven't installed perl on my NT 
system). I suggest you replace CheckInputFiles by

sub CheckInputFiles
  { my ($UserSuppliedPath) = @_ ;
    @UserSuppliedFiles = glob $UserSuppliedPath;
  }

and add a

	require File::DosGlob 'glob'

somewhere. This will work on Unix systems too I assume because the shell 
does the expansion so DosGlob doesn't do anything. Now texutil doesn't 
expand if I type 'texutil --figures'.

> (4) Maybe someday we will also port our ;project oriented' editing
> environment.

Nothing outside emacs for me :-)

Groetjes,

Berend.


             reply	other threads:[~1998-06-22 17:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-22 17:45 Berend de Boer [this message]
1998-06-23  6:09 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=01BD9E16.4437F930.berend@pobox.com \
    --to=berend@pobox.com \
    /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).