• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

test/H07-May-2022-97

MakefileH A D03-May-2022968 3621

READMEH A D23-Aug-19921.3 KiB4931

cover.cH A D03-May-20221.4 KiB5836

cover.hH A D23-Aug-199212.7 KiB130119

gb2ps.hH A D03-May-20222.3 KiB11380

gb2ps.helpH A D24-Aug-19928.7 KiB262205

gbchar.cH A D03-May-20229.6 KiB468411

gbinit.cH A D03-May-20224.8 KiB205177

gbmain.cH A D03-May-20222.6 KiB12561

gbpage.cH A D03-May-20222.8 KiB12194

README

1This is GB2PS Version 2.02.
2
3This release automatically supports the HZ encoding.  It even allows
4you to mix GB and HZ code together. So the name 'GB2PS' may be
5misleading. Anyway, just keep it in mind, in case someone ask you "How
6can I print HZ format chinese articles?".
7
8Most bugs found in version 2.0 has been fixed. Thanks to all people who
9reported these bugs.
10
11This release also provides five chinese fonts, Song, Kai, Fang Song,
12Hei and FanTi fonts. The name of the font files are: csong24.ccf
13ckai24.ccf, cfang24.ccf, chei24.ccf and cfan24.ccf.
14
15Note: Only csong24.ccf comes with gb2ps package, other fonts are in
16separate files. If you have enough disk space, you can grab them all.
17
18Before compile the program, make sure the 'CFONT' in Makefile points to
19the correct path of chinese font files, and the 'COVERPAGE' has the
20path and name of the cover page PS file.  See 'Makefile' for more
21details.
22
23
24To compile GB2PS:
25Type: make
26
27
28Examples:
29	input:	gb2ps -h
30	output:	the usage of GB2PS
31
32	input:	gb2ps cm9203d.gb cm
33	output: PS programs cm
34
35	input:	gb2ps -b 3 -e 5 cm9208a.hz cm
36	output:	PS program cm from page 3 to page 5.
37
38then you can print out the chinese article by sending the PS programs
39to your PS printer:
40
41Type:
42	print -P printer_name -M PostScript cm.ps
43
44
45
46Any problem, contact william@cs.anu.edu.au
47
48W. SUN
49