diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/dashrule | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dashrule')
-rw-r--r-- | Master/texmf-dist/doc/latex/dashrule/README | 47 |
1 files changed, 47 insertions, 0 deletions
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. |