blob: b00694e7cf5319aee6fc3028b4878ecd82637fe9 (
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
|
The fonttable package enables you to print a table of the characters
in a font (a font table), and/or some example text.
This, in a package form, is a poor man's version of nfssfont.tex.
If there are any questions please ask them on the comp.text.tex newsgroup
as I am away more often than not.
Changes in version 1.4 (2009/05/06)
o Added a second method for specifying a font.
Changes in version 1.3 (2009/04/30)
o Fixed a major bug relating to redefining \:
Changes in version 1.2 (2008/05/08)
o Minor extensions providing more text examples
Changes in version 1.1 (2006/10/02)
o Minor extensions providing more text examples
Changes in version 1.1 (2006/10/02)
o Minor extensions providing more text examples
Changes in version 1.0a (2005/12/06)
o Fixed bug preventing multiple unnumbered tables
Changes in version 1.0 (2005/11/27)
o First public release
------------------------------------------------------------------
Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net
Copyright 2005--2009 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)
fonttable.dtx
fonttable.ins
fonttable.pdf
and the derived files
fonttable.sty
------------------------------------------------------------------
The distribution consists of the following files:
README (this file)
fonttable.dtx
fonttable.ins
fonttable.pdf
To install the package:
o run: latex fonttable.ins (which will generate fonttable.sty)
o Move fonttable.sty to a location where LaTeX will find it,
for example /usr/TeX/texmf-local/tex/latex/fonttable/fonttable.sty
(for more information on installation see the FAQ).
To generate a second copy of the manual (which is already supplied as a PDF file):
o run: latex fonttable.dtx
o (for an index run: makeindex -s gind.ist fonttable.idx)
o run: latex fonttable.dtx
o Print *.dvi for a hardcopy of the package manual
2009/05/06
Peter Wilson
herries dot press at earthlink dot net
|