This file is indexed.

/usr/share/doc/texmf/multex/multexfonts is in multex-base 1.0-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Fonts for MuLTeX
				SAKURAI Takafumi (sakurai@math.s.chiba-u.ac.jp)
				Department of Mathematics and Informatics
				Chiba Univ.


(This document is not finished yet.)

1. Fonts for printing MuLTeX dvi

MuLTeX generates dvi files which contains two-byte setchar
instructions.  If the dvi-driver supports virtual fonts with two-byte
chars and usual type1 fonts with 256 chars, you can print/preview with
the help of mulftool package.  By this package, you can divide the
Bitstream Cyberbit font into type1 fonts and can generate virtual
fonts that use the type1 fonts.  The pacakge will be found in
	ftp://ftp.math.s.chiba-u.ac.jp/tex/texfam-<version>/

To use the usual dvi-driver, you have to divide the fonts for two-byte
character into subfonts using dvi2dvi.


2. Post-processing of dvi file

MuLTeX can specify the program which post-processes dvi generated.
The method is one of the following.  (0,1,2 is the value setup in
compile-time.)
    0 no post-processing.
    1 post-processed only if the env. var TEXDVIFILTER is defined.
    2 post-processed by the default program which is defined in
      compile time if the env. var TEXDVIFILTER is not defined.
In the case of 1 or 2, the program should get dvi from standard-input.
The %s in the $TEXDVIFILTER is replaced by the name obtained by
removing suffix .dvi from the file name of dvi.  For example, if you
set (in the case of csh)
	setenv TEXDVIFILTER "dvi2dvi -F multex -c %s.dvi"
like this, the generated dvi is the one whose fonts are subfonts.