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 ++++++++++++++++++++++++ Master/texmf-dist/doc/latex/dingbat/README | 36 ------------------ Master/texmf-dist/doc/latex/dingbat/dingbat.pdf | Bin 130376 -> 0 bytes Master/texmf-dist/doc/latex/dingbat/dingbat.tex | 48 ------------------------ Master/tlpkg/bin/ctan2tds | 1 + 7 files changed, 85 insertions(+), 84 deletions(-) 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 delete mode 100644 Master/texmf-dist/doc/latex/dingbat/README delete mode 100644 Master/texmf-dist/doc/latex/dingbat/dingbat.pdf delete mode 100644 Master/texmf-dist/doc/latex/dingbat/dingbat.tex 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 diff --git a/Master/texmf-dist/doc/latex/dingbat/README b/Master/texmf-dist/doc/latex/dingbat/README deleted file mode 100644 index 954410faa42..00000000000 --- a/Master/texmf-dist/doc/latex/dingbat/README +++ /dev/null @@ -1,36 +0,0 @@ - +---------------------------------+ - | 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 deleted file mode 100644 index 947521c77f6..00000000000 Binary files a/Master/texmf-dist/doc/latex/dingbat/dingbat.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/dingbat/dingbat.tex b/Master/texmf-dist/doc/latex/dingbat/dingbat.tex deleted file mode 100644 index e260c9701ea..00000000000 --- a/Master/texmf-dist/doc/latex/dingbat/dingbat.tex +++ /dev/null @@ -1,48 +0,0 @@ -\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 diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 73c8f226657..7f3da0f603a 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -726,6 +726,7 @@ $standardfmt='latex'; 'dehyph-exptl','generic', 'devanagr', 'fonts', 'dictsym', 'fonts', + 'dingbat', 'fonts', 'dinat', 'bibtex', 'doublestroke','fonts', 'economic', 'bibtex', -- cgit v1.2.3