diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-09 16:30:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-09 16:30:38 +0000 |
commit | f1bf9d8690e3726e140dd466760a96ff58f4a3f6 (patch) | |
tree | 1a1eefa2a0adb6d86bf86476f0cd27c0dd1873fc /Master/texmf-dist/doc/latex/dingbat/README | |
parent | bd442f863bf52bf3eb2b83ff19216e89f5a64bee (diff) |
dingbat .mf placement fix (axel.retif, 08 Sep 2008 00:44:39)
git-svn-id: svn://tug.org/texlive/trunk@10517 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dingbat/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/dingbat/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dingbat/README b/Master/texmf-dist/doc/latex/dingbat/README new file mode 100644 index 00000000000..954410faa42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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. |