diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-15 00:55:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-15 00:55:07 +0000 |
commit | 55b9b90a036fa93e148a0b7420d888b3bf71c66b (patch) | |
tree | 7b7122bb28546765ac5d6521c29a39d21cb82edd /Master/texmf-dist/doc/fonts/dingbat/README | |
parent | 56667176f579c965bc5a8bf091978ae6f35c1f5b (diff) |
move doc files from doc/latex to doc/fonts
git-svn-id: svn://tug.org/texlive/trunk@10602 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/dingbat/README')
-rw-r--r-- | Master/texmf-dist/doc/fonts/dingbat/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/dingbat/README b/Master/texmf-dist/doc/fonts/dingbat/README new file mode 100644 index 00000000000..954410faa42 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/dingbat/README @@ -0,0 +1,36 @@ + +---------------------------------+ + | DINGBAT: | + |A LaTeX interface to the ark10.mf| + | and dingbat.mf symbol fonts | + | | + | By Scott Pakin, pakin@uiuc.edu | + +---------------------------------+ + +Installation +------------ + +There's nothing special about building dingbat: + + latex dingbat.ins <== Generate dingbat.sty + latex dingbat.dtx <== Produce the documentation (dingbat.dvi) + makeindex -s gind.ist dingbat <== Generate an index + latex dingbat.dtx <== Incorporate the index into the document + +If you're new to this, see +http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages for more +information on installing packages. + + +Copyright and license +--------------------- +Copyright (C) 2001 Scott Pakin, pakin@uiuc.edu + +This package may be distributed and/or modified under the conditions +of the LaTeX Project Public License, either version 1.2 of this +license or (at your option) any later version. The latest version of +this license is in: + + http://www.latex-project.org/lppl.txt + +and version 1.2 or later is part of all distributions of LaTeX version +1999/12/01 or later. |