Discussion:
Double harpoons?
(too old to reply)
db
2024-09-06 09:28:22 UTC
Permalink
I want to write a reversible chemial reaction using
what I call double harpoons, but they don't seem to
exist in LaTeX. Or do they? Using \longdoublearrows
doesn't quite make it.
--
db
Athel Cornish-Bowden
2024-09-06 10:19:41 UTC
Permalink
Post by db
I want to write a reversible chemial reaction using
what I call double harpoons, but they don't seem to
exist in LaTeX. Or do they? Using \longdoublearrows
doesn't quite make it.
I have felt the same need and the same frustration at not finding a
good solution.

What I do is

\newcommand {\reversible}{\hspace*{-0.08cm}\begin{array}{c}
_\rightarrow\\[-0.17cm]
^\leftarrow\\
\end{array}\hspace*{-0.08cm}}

This does what I want, but not necessarily what you want.
--
Athel -- French and British, living in Marseilles for 37 years; mainly
in England until 1987.
Ulrike Fischer
2024-09-06 11:16:19 UTC
Permalink
Post by db
I want to write a reversible chemial reaction using
what I call double harpoons, but they don't seem to
exist in LaTeX. Or do they? Using \longdoublearrows
doesn't quite make it.
\documentclass{article}
\usepackage{chemformula}
\begin{document}
$\rightleftharpoons$

\ch{N<>N} \ch{N<=>N} \ch{N>=<N} \ch{N<=>>N}

\end{document}
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
Dr Engelbert Buxbaum
2024-09-08 15:13:34 UTC
Permalink
In article <vbehvm$p6bk$***@dont-email.me>, ***@gmail.com
says...
Post by db
I want to write a reversible chemial reaction using
what I call double harpoons, but they don't seem to
exist in LaTeX. Or do they? Using \longdoublearrows
doesn't quite make it.
You can use the chemarrow package, it provides (amongst others) the
\rightleftharpoons and \autorightleftharpoons{}{} commands. In the
latter command, the length of the harpoons is adjusted to the text above
and below them.
--
DIN EN ISO 9241 Ergonomic requirements for office work with visual
display terminals (VDTs) - Part 13: User guidance
9.5.3 Error messages should convey what is wrong, what corrective
actions can be taken, and the cause of the error.
Loading...