blob: 0cd88bcd051f237f86c3c911c746ae0f4e69a294 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/09/24 12:29:55 wiz Exp $
To use these fonts with 'dvips' (part of the teTeX package), add the
line:
p +${PREFIX}/share/tex-contrib/BaKoMa/fontmap.map
to either your ~/.dvipsrc file or create a file with that line called
config.bakoma. When invoking 'dvips' you will need to include the
-j0 flag like:
dvips -j0 <other dvips args>
In addition if you added the fontmap entry to a config.bakoma file
instead of your ~/.dvipsrc file then you will need to specify that
as well as a dvips argument:
dvips -P bakoma -j0 <other dvips args>
===========================================================================
|