diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/dingbat | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dingbat')
-rw-r--r-- | Master/texmf-dist/doc/latex/dingbat/README | 36 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/dingbat/dingbat.pdf | bin | 0 -> 130376 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/dingbat/dingbat.tex | 48 |
3 files changed, 84 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. diff --git a/Master/texmf-dist/doc/latex/dingbat/dingbat.pdf b/Master/texmf-dist/doc/latex/dingbat/dingbat.pdf Binary files differnew file mode 100644 index 00000000000..947521c77f6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dingbat/dingbat.pdf diff --git a/Master/texmf-dist/doc/latex/dingbat/dingbat.tex b/Master/texmf-dist/doc/latex/dingbat/dingbat.tex new file mode 100644 index 00000000000..e260c9701ea --- /dev/null +++ b/Master/texmf-dist/doc/latex/dingbat/dingbat.tex @@ -0,0 +1,48 @@ +\nopagenumbers + + +\font\ding dingbat scaled 1200 + +\setbox0=\hbox{\ding\char'141} +\newdimen\charwidth \charwidth\wd0 +\def\updoublerulefill{\xleaders\hbox to 10pt + {\hss\ding\char'142 \hss}\hfill} +\def\downdoublerulefill{\xleaders\hbox to 10pt + {\hss\ding\char'147 \hss}\hfill} +\def\leftdoublerulefill{\xleaders\vbox to 10pt + {\vss\hbox{\ding\char'144}\vss}\vfill} +\def\rightdoublerulefill{\xleaders\vbox to 10pt + {\vss\hbox{\ding\char'145}\vss}\vfill} + +\newdimen\Width \newdimen\Height +\Width\hsize \Height\vsize +\def\rramec{\vbox to\Height + {\hbox to\Width{\ding\char'141\updoublerulefill{\char'143}} + \xleaders\vbox to 10pt + {\vss\hbox to\Width{\ding\char'144\hfill\char'145}\vss} + \vfill + \hbox to\Width{\ding\char'146\downdoublerulefill{\char'150}}}} + +\def\RRamec #1{\setbox0=\vbox{#1}\Height\ht0\advance\Height\dp0 + \Width\wd0 \advance\Width 2\charwidth + \vbox + {\hbox to\Width{\ding\char'141\updoublerulefill{\char'143}} + \hbox to\Width{\vbox to\Height{\leftdoublerulefill}\hss + \box0\hss\vbox to\Height{\rightdoublerulefill}} + \hbox to\Width{\ding\char'146\downdoublerulefill{\char'150}}}} + +\rramec +\tolerance 800 +\RRamec{\hsize 5cm Hip hip hurrahhh Hip hip hurrahhh Hip hip +hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip +hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh +Hip hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip hip +hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip +hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh +Hip hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip hip +hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip +hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh Hip hip hurrahhh} + + + +\bye |