summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fonttable/README
blob: b8ea1dcd06c10617a211a73a01ec079f6ccd01df (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
79
80
81
82
83
84
85
86
87
88
89
90
_____________________
The FONTTABLE package

    The fonttable package enables you to print a table of the characters
in a font (a font table), and/or some example text, and/or individual
glyphs in a variety of settings.

    This, in a package form, is a poor man's version of nfssfont.tex and
testfont.tex.

______________
Change History

Version 1.5b (2009/09/02)
- New maintainer (Will Robertson)

Changes in version 1.51 (2009/05/14)
- Eliminated a clash with the babel package.
- Described how to avoid a clash with the mftinc package.

Changes in version 1.5 (2009/05/12)
- Added code providing a packaged version of Donald Knuth's testfont.tex,
  principally as an aid for font designers in testing their font.

Changes in version 1.4 (2009/05/06)
- Added a second method for specifying a font.

Changes in version 1.3c (2009/04/30)
- Fixed a major bug relating to redefining \:

Changes in version 1.2 (2008/05/08)
- Minor extensions providing more text examples

Changes in version 1.1 (2006/10/02)
- Minor extensions providing more text examples

Changes in version 1.1 (2006/10/02)
- Minor extensions providing more text examples

Changes in version 1.0a (2005/12/06)
- Fixed bug preventing multiple unnumbered tables

Changes in version 1.0 (2005/11/27)
- First public release

------------------------------------------------------------------
  Author: Peter Wilson (Herries Press)
  Maintainer: Will Robertson (will dot robertson at latex-project dot org)
  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.3c of this license or (at your option) any
  later version: <http://www.latex-project.org/lppl.txt>

  This work has the LPPL maintenance status "maintained".
  The Current Maintainer of this work is Will Robertson.

  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:
- run: latex fonttable.ins (which will generate fonttable.sty)
- 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):
- run: latex fonttable.dtx
- (for an index run: makeindex -s gind.ist fonttable.idx)
- run: latex fonttable.dtx
- Print *.dvi for a hardcopy of the package manual

2009/05/14
Peter Wilson