ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt TeXUtil
@ 1998-06-22 17:45 Berend de Boer
  0 siblings, 0 replies; 2+ messages in thread
From: Berend de Boer @ 1998-06-22 17:45 UTC (permalink / 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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ConTeXt TeXUtil
@ 1998-06-23  6:09 Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 1998-06-23  6:09 UTC (permalink / raw)


Berend de Boer 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 meant unix installation out-of-the-box. 

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

Yes, I still have to install this tree (I run upto 4 different tex's and
many viewers and drivers, so they all must ge a palce). 

> > (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

Strange, because I use W95. 

> 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'.

Did you try texutil --fig *.eps *.png? 

TeXUtil has many options/features and I do not always want 'all files'. 

> > (4) Maybe someday we will also port our ;project oriented' editing
> > environment.
> 
> Nothing outside emacs for me :-)

I'm looking into that, but I didn't see yet hoe I can implement instant
browsing there (I want it real fast, especially because I constantly
switch between many files). 

Hans 

-----------------------------------------------------------------
                                              Hans Hagen | PRAGMA
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | mail: pragma@wxs.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-06-23  6:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-22 17:45 ConTeXt TeXUtil Berend de Boer
1998-06-23  6:09 Hans Hagen

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).