summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/dingbat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-15 00:55:07 +0000
committerKarl Berry <karl@freefriends.org>2008-09-15 00:55:07 +0000
commit55b9b90a036fa93e148a0b7420d888b3bf71c66b (patch)
tree7b7122bb28546765ac5d6521c29a39d21cb82edd /Master/texmf-dist/doc/fonts/dingbat
parent56667176f579c965bc5a8bf091978ae6f35c1f5b (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')
-rw-r--r--Master/texmf-dist/doc/fonts/dingbat/README36
-rw-r--r--Master/texmf-dist/doc/fonts/dingbat/dingbat.pdfbin0 -> 130376 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/dingbat/dingbat.tex48
3 files changed, 84 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.
diff --git a/Master/texmf-dist/doc/fonts/dingbat/dingbat.pdf b/Master/texmf-dist/doc/fonts/dingbat/dingbat.pdf
new file mode 100644
index 00000000000..947521c77f6
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/dingbat/dingbat.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/dingbat/dingbat.tex b/Master/texmf-dist/doc/fonts/dingbat/dingbat.tex
new file mode 100644
index 00000000000..e260c9701ea
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/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