diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-14 16:58:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-14 16:58:43 +0000 |
commit | 42e0c6461f65ae9e00d8dfd7896aa12b8ca27d99 (patch) | |
tree | 82e895e24e9546b527a22b6602f51defd2edc0cc /Master/texmf-dist/doc/latex/dotarrow | |
parent | 07a56f986d8dfa0af5b05a4edbede886c3e742e0 (diff) |
dotarrow update (12feb08)
git-svn-id: svn://tug.org/texlive/trunk@6626 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dotarrow')
-rw-r--r-- | Master/texmf-dist/doc/latex/dotarrow/DotArrow.pdf | bin | 74030 -> 89675 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/dotarrow/DotArrow.tex | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/dotarrow/README | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/dotarrow/DotArrow.pdf b/Master/texmf-dist/doc/latex/dotarrow/DotArrow.pdf Binary files differindex 0102c19e144..e717aba64b7 100644 --- a/Master/texmf-dist/doc/latex/dotarrow/DotArrow.pdf +++ b/Master/texmf-dist/doc/latex/dotarrow/DotArrow.pdf diff --git a/Master/texmf-dist/doc/latex/dotarrow/DotArrow.tex b/Master/texmf-dist/doc/latex/dotarrow/DotArrow.tex index 7e2819b1300..75c1b677bc2 100644 --- a/Master/texmf-dist/doc/latex/dotarrow/DotArrow.tex +++ b/Master/texmf-dist/doc/latex/dotarrow/DotArrow.tex @@ -21,13 +21,13 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% DotArrow.dtx -%% Copyright 2007 Sven Schneider +%% Copyright 2008 Sven Schneider \documentclass{ltxdoc} \usepackage[utf8]{inputenc} -\usepackage{epsfig,ifthen,amsmath} +\usepackage{epsfig,ifthen,amsmath,url,hyperref} \usepackage{DotArrow} @@ -39,7 +39,8 @@ \maketitle \begin{abstract} -This package defines a new extendable arrow. This time its a dotted one. +This package defines a new extendable arrow. This time its a dotted one. Other interesting packages are \verb+extPfeil+\footnote{\url{http://tug.ctan.org/tex-archive/macros/latex/contrib/extpfeil/}} \verb+symbols+\footnote{\url{http://www.ctan.org/tex-archive/info/symbols/comprehensive/}} \verb+extarrows+\footnote{\url{http://tug.ctan.org/tex-archive/macros/latex/contrib/extarrows/}} +\verb+chemarrow+\footnote{\url{http://tug.ctan.org/tex-archive/macros/latex/contrib/chemarrow/}}. \end{abstract} \tableofcontents \section{Simple Usage} @@ -48,7 +49,7 @@ $S\dotarrow{\kappa}S^\prime$\\ \verb+$S\dotarrow{\kappa}S^\prime$+ \section{Package - Options} \DescribeMacro{Option:autosep**} -These Package-Options can be used to adjust the space on left and right to the label. The default is autosep03. +These Package-Options can be used to adjust the space on left and right to the label. The default is \verb+autosep03+. \begin{center} \begin{tabular}{ll} @@ -67,7 +68,7 @@ autosep10 & \DotArrowSetSep{1.0em}$S\dotarrow{\kappa}S^\prime$ \end{center} \DescribeMacro{Option:autoraise**} -These Package-Options can be used to adjust the space between label and arrow. The default is autosep06. +These Package-Options can be used to adjust the space between label and arrow. The default is \verb+autosep06+. \begin{center} \begin{tabular}{ll} @@ -86,7 +87,7 @@ autoraise10 & \DotArrowSetRaise{1.0ex}$S\dotarrow{\kappa}S^\prime$ \end{center} \DescribeMacro{Option:head*} -These Package-Options can be used to choose a different head. The default is head1. +These Package-Options can be used to choose a different head. The default is \verb+head1+. \begin{center} \begin{tabular}{ll} @@ -98,7 +99,7 @@ head3 & \DotArrowSetHead{\ensuremath{\gg}}$S\dotarrow{\kappa}S^\prime$ \section{Commands} \DescribeMacro{\DotArrowSetSep} -Select a new separation-value. \verb+\DotArrowSetRaise{0.3em}+ +Select a new separation-value. \verb+\DotArrowSetSep{0.3em}+ \DescribeMacro{\DotArrowSetRaise} Select a new raisevalue. \verb+\DotArrowSetRaise{0.6ex}+ diff --git a/Master/texmf-dist/doc/latex/dotarrow/README b/Master/texmf-dist/doc/latex/dotarrow/README index 97cfbb2e329..a4108e5be4c 100644 --- a/Master/texmf-dist/doc/latex/dotarrow/README +++ b/Master/texmf-dist/doc/latex/dotarrow/README @@ -16,7 +16,7 @@ % This work consists of the files DotArrow.dtx, README, DotArrow.pdf and DotArrow.ins % and the derived file DotArrow.sty, DotArrow.tex. -Version 0.01a +% Version 0.02a PURPOSE: This package draws extendable arrows whith a dotted line. |