Re: [NTG-context] debian tikz module

2007-02-24 Thread Ralf Stubner
Frank Küster wrote:

 (517)[21:48:[EMAIL PROTECTED]:~$ kpsewhich --progname=context t-tikz.tex
 (518)[21:48:[EMAIL PROTECTED]:~$ ls 
 /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex 
 /usr/share/texmf/context/pgf/frontendlayer/t-tikz.tex
   ^ shouldn't there be a 'tex' path component?

Then it would be in the serch path for ConTeXt.

cheerio
ralf


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] debian context updates

2007-01-03 Thread Ralf Stubner
Norbert Preining wrote:

 Isn't texlive in ubuntu? Maybe not in 6.10.

AFAIK Ubuntu 6.10 has texlive in 'universe'. tetex is still the default,
though.

 Strange, does your texmf.cnf contain the following TEXFORMAT line:
   TEXFORMATS = .;$TEXMF/web2c/{$engine,}

Wasn't this a rather recent change in tex-common? In principle it would be
good if Ubuntu would ubdate their tex-common in 6.10 (AFAIK they have an
integrated update scheme). Not least because of 'TeX on Debian', which is
not yet part of Ubuntu 6.10.

cheerio
ralf



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt installtion and Debian

2006-10-25 Thread Ralf Stubner
On Tue, Oct 24, 2006 at 18:51 +0200, Norbert Preining wrote:
 
 Ok, I have rewritten the Debian context package so that it does the
 following:
 
 On installation/update time a script context-build-formats is called
 which reads the file
   /etc/texmf/context/formats.cnf
 where all the formats to be build are defined.

Minor point: /etc/texmf is a TEXMF tree that IMHO should follow TDS,
hence
   /etc/texmf/tex/context/formats.cnf
might be more appropriate.

 Currently my file looks
 like this:
 #
 # This file defines which ConTeXt formats are build
 #
 {pdftex,aleph} {de,en,it,mptopdf}
 
 Yes, it expands the curly braces.
 
 On removal currently I don't do anything, because I don't know how to
 know which files should be removed. But this shouldn't be to hard,
 remove /usr/share/texmf/web2c/$engine/$format.*

Really /usr/share? To which tree are format files written? 

 BTW, here is the code for the script, it is short:
 #!/bin/bash
 # context-build-formats
 export TEXMFSYSCONFIG=/usr/share/texmf

Why that? (Probably related to the question to which tree format files
are written.)
 
cheerio
ralf
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context