From 55b9b90a036fa93e148a0b7420d888b3bf71c66b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Sep 2008 00:55:07 +0000 Subject: move doc files from doc/latex to doc/fonts git-svn-id: svn://tug.org/texlive/trunk@10602 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/dingbat/README | 36 ++++++++++++++++++ Master/texmf-dist/doc/fonts/dingbat/dingbat.pdf | Bin 0 -> 130376 bytes Master/texmf-dist/doc/fonts/dingbat/dingbat.tex | 48 ++++++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 Master/texmf-dist/doc/fonts/dingbat/README create mode 100644 Master/texmf-dist/doc/fonts/dingbat/dingbat.pdf create mode 100644 Master/texmf-dist/doc/fonts/dingbat/dingbat.tex (limited to 'Master/texmf-dist/doc/fonts/dingbat') 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 Binary files /dev/null and b/Master/texmf-dist/doc/fonts/dingbat/dingbat.pdf 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 -- cgit v1.2.3