summaryrefslogtreecommitdiff
path: root/japanese/dvi2ps/files/patch-ab
blob: e1bdef11aa444340240b3698a3359518a0314ba4 (plain) (blame)
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
38
39
*** /dev/null	Mon Oct 13 13:41:43 1997
--- lib/fontdesc	Mon Oct 13 13:43:32 1997
***************
*** 0 ****
--- 1,34 ----
+ #
+ # dvi2ps fontdesc file for FreeBSD jtex209 and platex ports collection.
+ #  Print out Japanese by printer font and English by pk font.
+ #				Nov. 9 1996 MITA Yoshio <mita@jp.FreeBSD.org>
+ 
+ # change resolution according to your site.
+ define	RESOLUTION	300
+ resolution		$RESOLUTION
+ 
+ define	f		/usr/local/lib/fonts
+ define	af		/usr/local/share/tex/jfonts/jfms
+ define	pf		/usr/local/lib/texmf/fonts/public/ptex
+ define	pfnew		/usr/local/share/texmf/fonts/tfm/ptex
+ define	nsf		/usr/local/share/tex/jfonts
+ 
+ include		dvi2.ps
+ 
+ # English font with pk fonts
+ font	pk	* 3	$f/pk$RESOLUTION/%f.%mpk
+ 
+ #  jstfm NTT JTeX with DNP font tfm
+ font    jstfm   * 0     $nsf/mincho/%f.tfm
+ font    jstfm   * 0     $nsf/gothic/%f.tfm
+ builtin dm%j    SINR    Ryumin-Light-H
+ builtin dg%j    SINR    GothicBBB-Medium-H
+ 
+ 
+ # built-in kanji for ASCII Nihongo TeX
+ include         fonts/ascfix-c.ps
+ font	jfm	* 0	$af/%f.tfm
+ font    jfm     * 0     $pf/tfm/%f.tfm
+ font    jfm     * 0     $pfnew/%f.tfm
+ builtin	min	JINA	"/Ryumin-Light-H Ryumin-Metrics Set-New-Metrics"
+ builtin	goth	JINA	"/GothicBBB-Medium-H Gothic-Metrics Set-New-Metrics"