]> www.wagner.pp.ru Git - sites/home_page.git/blob - software/TeX/dvi2tty.html
Changed all links to 45.free.net to wagner.pp.ru
[sites/home_page.git] / software / TeX / dvi2tty.html
1 <HTML><HEAD>
2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
3 <TITLE>DVI2TTY hacked to support T2 encoding</TITLE>
4 <META NAME="description" CONTENT="DVI2TTY utility which converts T2A
5 character codes into more readable form"> 
6 </HEAD><BODY>
7 <H1><A NAME="dvi2tty">dvi2tty hacked for support T2 encoding</A></H1>
8
9 Since introduction of T2 encoding in the babel package work with TeX
10 became much more joyful. But, alas, not all existing tools able to
11 display Russian text properly. Most important one is dvi2tty. Obvoisly
12 it cannot use TeX fonts, becouse it has to output plain text, so it
13 outputs in in T2, and almost no display uses this encoding.
14 (to be precise, T2 is not equial to cp1251).
15 <p>
16 So, I made a <A HREF="http://ftp.wagner.pp.ru/pub/oldstuff/dvi2tty.tar.bz2">quick hack</A> adding recoding
17 into dvi2tty. It is not very universal and it doesn't determine source
18 encoding from dvi. Target encoding is equial to encoding of source file
19 recode.c. Just recode it so you can read russian letters properly on the
20 display, where you are planning to use dvi2tty, and compile.
21 <p>
22 Tested under Linux and MS-DOS.
23 <p>
24 Sources are provided in koi8-r
25 <p>
26 No proper patch is supplied, but .orig files are kept in the archive.
27 Do a proper patch if you have time and send me.
28
29 </BODY>
30 </HTML>