• Re: Double harpoons?

    From Athel Cornish-Bowden@21:1/5 to All on Fri Sep 6 12:19:41 2024
    On 2024-09-06 09:28:22 +0000, db said:

    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ulrike Fischer@21:1/5 to All on Fri Sep 6 13:16:19 2024
    Am Fri, 6 Sep 2024 09:28:22 -0000 (UTC) schrieb 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/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dr Engelbert Buxbaum@21:1/5 to All on Sun Sep 8 17:13:34 2024
    In article <vbehvm$p6bk$[email protected]>, [email protected]
    says...

    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)