diff options
Diffstat (limited to 'Master/texmf-dist/tpm/dashrule.tpm')
-rw-r--r-- | Master/texmf-dist/tpm/dashrule.tpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/dashrule.tpm b/Master/texmf-dist/tpm/dashrule.tpm new file mode 100644 index 00000000000..5270defd058 --- /dev/null +++ b/Master/texmf-dist/tpm/dashrule.tpm @@ -0,0 +1,38 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/"> + <rdf:Description about="http://texlive.dante.de/texlive/Package/dashrule.zip"> + <TPM:Name>dashrule</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2001/04/25 08:43:21</TPM:Date> + <TPM:Version>1.0</TPM:Version> + <TPM:Creator>rahtz</TPM:Creator> + <TPM:Title>Draw dashed rules.</TPM:Title> + <TPM: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. +[description copied from TeX Catalogue] + </TPM:Description> + <TPM:Author></TPM:Author> + <TPM:Size>21604</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="3486"> +texmf-dist/tex/latex/dashrule/dashrule.sty +texmf-dist/tpm/dashrule.tpm + </TPM:RunFiles> + <TPM:DocFiles size="1745">texmf-dist/doc/latex/dashrule/README</TPM:DocFiles> + <TPM:SourceFiles size="16373"> +texmf-dist/source/latex/dashrule/dashrule.dtx +texmf-dist/source/latex/dashrule/dashrule.ins + </TPM:SourceFiles> + <TPM:Provides>Package/dashrule</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |