summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/harpoon/harpoon.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/harpoon/harpoon.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/harpoon/harpoon.tex')
-rw-r--r--macros/latex/contrib/harpoon/harpoon.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/macros/latex/contrib/harpoon/harpoon.tex b/macros/latex/contrib/harpoon/harpoon.tex
new file mode 100644
index 0000000000..9ede485032
--- /dev/null
+++ b/macros/latex/contrib/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}