[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unidentified subject!



Sender: apharris@arroz.fake
To: <dssslist@mulberrytech.com>
cc: debian-sgml@lists.debian.org
Subject: jadetex in Debian with newer tetex (1.0.2/1.0.7)
From: Adam Di Carlo <adam@onshore.com>
Date: 13 Oct 2000 17:02:24 -0400
Message-ID: <oalmvs315r.fsf@arroz.fake>
Lines: 31
User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii


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@onShore.com.....<URL:http://www.onShore.com/>



Reply to: