jadetex in Debian with newer tetex (1.0.2/1.0.7)

Subject: jadetex in Debian with newer tetex (1.0.2/1.0.7)
From: Adam Di Carlo <adam@xxxxxxxxxxx>
Date: 14 Oct 2000 20:56:29 -0400
Trying to install JadeTeX (2.18) on Debian Woody systems will cause
error conditions and failure to create the .fmt files on install.

The critical error is the following:

  File: t2aenc.def 1999/11/29 v1.0c Cyrillic encoding definition file
  ! LaTeX Error: Encoding scheme `' unknown.

I have determined the fix for this and submitted this patch to the
Debian TeTeX maintainer, but I am emailing these groups in the hopes
that this helps people avoid hair-rending TeX grubbing.

Apply the following patch and all should be well.  Just reinstall the
package again and it should build the .fmt properly.

--- /usr/share/texmf/tex/latex/cyrillic/t2aenc.def.orig Fri Oct 13 16:39:45 2000
+++ /usr/share/texmf/tex/latex/cyrillic/t2aenc.def      Fri Oct 13 16:40:18 2000
@@ -36,7 +36,7 @@
 \ProvidesFile{t2aenc.def}
   [1999/11/29 v1.0c Cyrillic encoding definition file]
 \DeclareFontEncoding{T2A}{}{}
-\DeclareFontSubstitution{\LastDeclaredEncoding}{cmr}{m}{n}
+\DeclareFontSubstitution{T2A}{cmr}{m}{n}
 \DeclareTextAccent{\`}{\LastDeclaredEncoding}{0}
 \DeclareTextAccent{\'}{\LastDeclaredEncoding}{1}
 \DeclareTextAccent{\^}{\LastDeclaredEncoding}{2}


-- 
.....Adam Di Carlo....adam@xxxxxxxxxxxxxxxx<URL:http://www.onShore.com/>


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread