summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/harpoon
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/harpoon
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (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/harpoon')
-rw-r--r--Master/texmf-dist/doc/latex/harpoon/harpoon.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/harpoon/harpoon.tex b/Master/texmf-dist/doc/latex/harpoon/harpoon.tex
new file mode 100644
index 00000000000..9ede485032b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/harpoon/harpoon.tex
@@ -0,0 +1,40 @@
+\documentclass[a4paper]{article}
+
+\usepackage[dvips]{harpoon}
+
+\title{A First Look at {\tt harpoon.sty}}
+\author{Tobias Kuipers\\ {\tt kuipers@fwi.uva.nl}}
+\date{November 2, 1994}
+
+\begin{document}
+
+\maketitle
+
+\section{Introduction}
+
+This packages provides a number of harpoons to be set over or under
+arbitrary text. The commands are invoked as \verb+\someharp{text}+,
+which will put some harpoon over {\tt text}. {\tt text} is typeset in LR
+mode. If you want text to be typeset in math mode you should type
+\verb+\someharp{$text$}+.
+
+\section{The Commands}
+
+The package is invoked with 1 option: \verb+\usepackage[xxx]{harpoon}+,
+where {\tt xxx} is your favourite graphics device driver. On most Unix
+machines, this will be {\tt dvips} and on a Macintosh this could be {\tt
+oztex}. Refer to the graphics package for more information.
+
+The commands are
+\begin{itemize}
+ \item \verb+\overleftharp+, which looks like \overleftharp{this}
+ \item \verb+\overrightharp+, which looks like \overrightharp{this}
+ \item \verb+\overleftharpdown+, which looks like \overleftharpdown{this}
+ \item \verb+\overrightharpdown+, which looks like \overrightharpdown{this}
+ \item \verb+\underleftharp+, which looks like \underleftharp{this}
+ \item \verb+\underrightharp+, which looks like \underrightharp{this}
+ \item \verb+\underleftharpdown+, which looks like \underleftharpdown{this}
+ \item \verb+\underrightharpdown+, which looks like \underrightharpdown{this}
+\end{itemize}
+
+\end{document}