blob: c26734d612cef9d043abcb674dc91c18bb8ae917 (
plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
The greek4cbc bundle provides a Greek font typical of those used in
the 4th century BC. It is one of a series for archaic scripts.
Changes in version 1.2 (2005/04/06)
o Font supplied as Postscript Type1 instead of MetaFont
Changes in version 1.1 (2000/10/22)
o Practically everything changed
Changes in version 1.0 (1999/03/14)
o First public release
------------------------------------------------------------------
Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net
Copyright 1999--2005 Peter R. Wilson
This work may be distributed and/or modified under the
conditions of the Latex Project Public License, either
version 1.3 of this license or (at your option) any
later version.
The latest version of the license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of
LaTeX version 2003/06/01 or later.
This work has the LPPL maintenance status "author-maintained".
This work consists of the files:
README (this file)
greek4cbc.dtx
greek4cbc.ins
greek4cbc.pdf
and the derived files
greek4cbc.sty
ot1givbc10.fd
t1givbc10.fd
greek4cbc.map
and possibly givbc10.mf
------------------------------------------------------------------
The distribution consists of the following files:
README (this file)
greek4cbc.dtx
greek4cbc.ins
greek4cbc.pdf (user manual)
trygivbc.tex (example usage)
trygivbc.pdf
givbc10.afm
givbc10.pfb
givbc10.tfm
To install the package:
o run: latex greek4cbc.ins, which will generate:
greek4cbc.sty
*.fd files
greek4cbc.map
o Move *.sty and *.fd files to a location where LaTeX will find them
e.g., .../texmf-local/tex/latex/greek4cbc
o Move *.afm, *.pfb and *.tfm files to where LaTeX looks for font information
e.g., .../texmf-var/fonts/afm/public/archaic/*.afm
.../texmf-var/fonts/type1/public/archaic/*.pfb
.../texmf-var/fonts/tfm/public/archaic/*.tfm
o Add the *.map information to the dvips/pdftex font maps
o Refresh the database
(for more information on the above see the FAQ).
o run: (pdf)latex trygivbc for a test of the font
To generate a second copy of the manual (which is already supplied as a PDF file):
o run: latex greek4cbc.dtx
o (for an index run: makeindex -s gind.ist *.idx)
o run: latex *.dtx
o Print *.dvi for a hardcopy of the package manual
2005/04/06
Peter Wilson
herries dot press at earthlink dot net
|