From b4fc5f639874db951177ec539299d20908adb654 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:44:40 +0000 Subject: doc 4 git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/dashrule/README | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/dashrule/README (limited to 'Master/texmf-dist/doc/latex/dashrule') diff --git a/Master/texmf-dist/doc/latex/dashrule/README b/Master/texmf-dist/doc/latex/dashrule/README new file mode 100644 index 00000000000..98997944b48 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dashrule/README @@ -0,0 +1,47 @@ + +-------------------------------+ + |DASHRULE: Dashed rules in LaTeX| + | By Scott Pakin, pakin@uiuc.edu| + +-------------------------------+ + +Description +----------- + +The dashrule package makes it easy to draw a huge variety of dashed +rules (i.e., lines) in LaTeX. dashrule provides a command, +\hdashrule, which is a cross between LaTeX's \rule and PostScript's +setdash command. \hdashrule draws horizontally dashed rules using the +same syntax as \rule, but with an additional, setdash-like parameter +that specifies the pattern of dash segments and the space between +those segments. Because dashrule's rules are constructed internally +using \rule (as opposed to, e.g., PostScript \specials) they are fully +compatible with every LaTeX back-end processor. + + +Installation +------------ + +There's nothing special about building dashrule: + + latex dashrule.ins <== Generate dashrule.sty + latex dashrule.dtx <== Produce the documentation (dashrule.dvi) + makeindex -s gind.ist dashrule <== Generate an index + latex dashrule.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. -- cgit v1.2.3