On Sat, Mar 01, 2003 at 12:41:26PM +0300, Dmitry Sivachenko wrote:
> There is also a file
> texmf/doc/help/Catalogue/entries/g-brief.html
> which was probably intended to be removed (I am not sure though).

No, that is ok. The Catalogue lists lots of packages. Not all of them
are available in teTeX.

Thomas

PS: I think that I have deleted your message before passing it to the
    tetex list, so here your original message again:

===============================================================================
Date: Sat, 1 Mar 2003 12:05:47 +0300
From: Dmitry Sivachenko <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: teTeX 2.0.2 problem

Hello!

The following patch is probably needed for teTeX 2.0.2 (2.0.1 was OK):


--- texconfig.orig      Sat Mar  1 09:01:38 2003
+++ texconfig   Sat Mar  1 08:59:34 2003
@@ -1791,7 +1791,7 @@
 test -z "$TC_DFT_CONFIG_PS" && TC_DFT_CONFIG_PS=$TC_TEXMFMAIN/dvips/config/config.ps

 : ${TC_DFT_DVIPDFM_CFG=`kpsewhich -progname=dvipdfm -format='other text files' 
config`}
-test -z "$TC_DFT_DVIPDFM_CFG" && TC_DFT_DVIPDFM_CFG=$TC_TEXMFMAIN/dvipdfm/config
+test -z "$TC_DFT_DVIPDFM_CFG" && 
TC_DFT_DVIPDFM_CFG=$TC_TEXMFMAIN/dvipdfm/config/config

 : ${TC_DFT_PDFTEX_CFG=`kpsewhich -progname=pdftex --format=tex pdftex.cfg`}
 test -z "$TC_DFT_PDFTEX_CFG" && 
TC_DFT_PDFTEX_CFG=$TC_TEXMFMAIN/pdftex/config/pdftex.cfg
@@ -1820,7 +1820,7 @@
 xdvi_app_dir=$TC_VARTEXMF/xdvi
 xdvi_app_file=$xdvi_app_dir/XDvi
 dvips_conf_dir=$TC_VARTEXMF/dvips/config
-dvipdfm_conf_dir=$TC_VARTEXMF/dvipdfm
+dvipdfm_conf_dir=$TC_VARTEXMF/dvipdfm/config
 pdftex_conf_dir=$TC_VARTEXMF/pdftex/config
 maketex_site_dir=$TC_VARTEXMF/web2c
 maketex_site_file=$maketex_site_dir/mktex.cnf

Reply via email to