Re: tugindia Digest, Vol 99, Issue 9

Sebastian Vattamattam <[email protected]>
Newsgroups gmane.comp.tex.tugindia
Message-ID <[email protected]>
Yes, it works well with \usepackage{chemarr}
Thank you.

On 23 March 2011 16:30, <[email protected]> wrote:

> Send tugindia mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://tug.org/mailman/listinfo/tugindia
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of tugindia digest..."
>
>
> Today's Topics:
>
>   1. harpoons (Asha G)
>   2. Re: harpoons (Khem Raj Ghusinga)
>   3. harpoons (Asha G)
>   4. Re: harpoons (Khem Raj Ghusinga)
>   5. harpoons (Asha G)
>   6. Re: harpoons (Shesharao Wanjerkhede)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 23 Mar 2011 12:43:33 +0530
> From: Asha G <[email protected]>
> To: [email protected]
> Subject: [Tugindia] harpoons
> Message-ID:
>        <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> >
> > ------------------------------
> >
> > \begin{equation}
> > \label{eq:1}
> > A + B \autorightleftharpoons {$k_f$}{$k_b$} AB
> > \end{equation}
> >  This will do
> > Shesharao
> > GNDEC
> > On Tue, Mar 22, 2011 at 1:55 PM, Asha G <[email protected]> wrote:
> >
> > > How does one put rate constants ( both forward and backward ) in
> > equations
> > > using LaTeX ?
> > >
> > > A + B _f_>  C
> > >        <___
> > >            k
> > >
> > >
> > > This is not very clear as I cannot type in arrows with my laptop but
> what
> > I
> > > mean is the upper Half arrow  pointing right has f above it and the
> > bottom
> > > half  arrow pointing left has k below  it.
> > >
> > > Your help is appreciated.
> > >
> > > Thanks
> > >
> > > Asha Gopinathan
> > > SCTIMST
> >
>
>
> Sorry, I am getting error messages like the following :
> undefined control sequences A + B \autorightleftharpoons
>
> I removed the dollar sign from {k_f}k_b}
>
> Also this does not seem logical to me.
>
> Thanks
> Asha Gopinathan
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 23 Mar 2011 12:54:32 +0530
> From: Khem Raj Ghusinga <[email protected]>
> To: TUGIndia Mailing List <[email protected]>
> Cc: Asha G <[email protected]>
> Subject: Re: [Tugindia] harpoons
> Message-ID:
>        <AANLkTimQBBqt1n5X39d-bHROwt+zX_-L1TK1E0FQgOgb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset=UTF-8
>
> You first need to include the chemarr package by
> \usepackage{chemarr}
>
>
> Then the following equation
>
>  would be written as:
>
> \begin{equation}
> X+Z \xrightleftharpoons[k_2]{k_1} C
> \end{equation}
>
> Regards
> Khem Raj
> ---
> "Man imposes his own limitations, don't set any" - Anthony Bailey
>
>
>
> On Wed, Mar 23, 2011 at 12:43, Asha G <[email protected]> wrote:
>
> > >
> > > ------------------------------
> > >
> > > \begin{equation}
> > > \label{eq:1}
> > > A + B \autorightleftharpoons {$k_f$}{$k_b$} AB
> > > \end{equation}
> > >  This will do
> > > Shesharao
> > > GNDEC
> > > On Tue, Mar 22, 2011 at 1:55 PM, Asha G <[email protected]> wrote:
> > >
> > > > How does one put rate constants ( both forward and backward ) in
> > > equations
> > > > using LaTeX ?
> > > >
> > > > A + B _f_>  C
> > > >        <___
> > > >            k
> > > >
> > > >
> > > > This is not very clear as I cannot type in arrows with my laptop but
> > what
> > > I
> > > > mean is the upper Half arrow  pointing right has f above it and the
> > > bottom
> > > > half  arrow pointing left has k below  it.
> > > >
> > > > Your help is appreciated.
> > > >
> > > > Thanks
> > > >
> > > > Asha Gopinathan
> > > > SCTIMST
> > >
> >
> >
> > Sorry, I am getting error messages like the following :
> > undefined control sequences A + B \autorightleftharpoons
> >
> > I removed the dollar sign from {k_f}k_b}
> >
> > Also this does not seem logical to me.
> >
> > Thanks
> > Asha Gopinathan
> > _______________________________________________
> > Home:        http://www.tug.org.in/
> > TeX FAQ:     http://www.tex.ac.uk/faq
> > unsubscribe: http://tug.org/mailman/listinfo/tugindia
> >
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 23 Mar 2011 13:15:27 +0530
> From: Asha G <[email protected]>
> To: Khem Raj Ghusinga <[email protected]>
> Cc: [email protected]
> Subject: [Tugindia] harpoons
> Message-ID:
>        <AANLkTi=zecxtwaHM=ZmOecs3BViqz9BF-UM87UZUoSoY-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Wed, Mar 23, 2011 at 12:54 PM, Khem Raj Ghusinga <
> [email protected]> wrote:
>
> > You first need to include the chemarr package by
> > \usepackage{chemarr}
> >
> >
> > Then the following equation
> >
> >  would be written as:
> >
> > \begin{equation}
> > X+Z \xrightleftharpoons[k_2]{k_1} C
> > \end{equation}
> >
> > Regards
> > Khem Raj
> > ---
> > "Man imposes his own limitations, don't set any" - Anthony Bailey
> >
> > By writing
> >
>
> A + B\xrightleftharpoons{f}{k} C
>
> I get f on the right position on the top arrow but k appears next to C
> A+B --> k C
>
> How do I get k to appear on the bottom harpoon ? What you have said above
> does not work - that gives k1C.
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 23 Mar 2011 13:19:05 +0530
> From: Khem Raj Ghusinga <[email protected]>
> To: Asha G <[email protected]>
> Cc: [email protected]
> Subject: Re: [Tugindia] harpoons
> Message-ID:
>        <AANLkTi=SUjnJnUT6_GaVKpHC4BAZvPrHrFgitRh74sJ3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset="utf-8"
>
> Please see the attached files. What I have stated works fine. I am
> compiling
> using pdflatex, btw.
>
> Khem Raj
> ---
> "Man imposes his own limitations, don't set any" - Anthony Bailey
>
>
>
> On Wed, Mar 23, 2011 at 13:15, Asha G <[email protected]> wrote:
>
> >
> >
> > On Wed, Mar 23, 2011 at 12:54 PM, Khem Raj Ghusinga <
> > [email protected]> wrote:
> >
> >> You first need to include the chemarr package by
> >> \usepackage{chemarr}
> >>
> >>
> >> Then the following equation
> >>
> >>  would be written as:
> >>
> >> \begin{equation}
> >> X+Z \xrightleftharpoons[k_2]{k_1} C
> >> \end{equation}
> >>
> >> Regards
> >> Khem Raj
> >> ---
> >> "Man imposes his own limitations, don't set any" - Anthony Bailey
> >>
> >> By writing
> >>
> >
> > A + B\xrightleftharpoons{f}{k} C
> >
> > I get f on the right position on the top arrow but k appears next to C
> > A+B --> k C
> >
> > How do I get k to appear on the bottom harpoon ? What you have said above
> > does not work - that gives k1C.
> >
>
> ------------------------------
>
> Message: 5
> Date: Wed, 23 Mar 2011 13:34:48 +0530
> From: Asha G <[email protected]>
> To: Khem Raj Ghusinga <[email protected]>
> Cc: [email protected]
> Subject: [Tugindia] harpoons
> Message-ID:
>        <AANLkTinHuqM8Au1jFNFoWOvF3zt9rQ_nOat0aDqEh130-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Wed, Mar 23, 2011 at 1:19 PM, Khem Raj Ghusinga <
> [email protected]> wrote:
>
> > Please see the attached files. What I have stated works fine. I am
> > compiling using pdflatex, btw.
> >
> >
> > Khem Raj
> > ---
> > "Man imposes his own limitations, don't set any" - Anthony Bailey
> >
> >
> >
> > On Wed, Mar 23, 2011 at 13:15, Asha G <[email protected]> wrote:
> >
> >>
> >>
> >> On Wed, Mar 23, 2011 at 12:54 PM, Khem Raj Ghusinga <
> >> [email protected]> wrote:
> >>
> >>> You first need to include the chemarr package by
> >>> \usepackage{chemarr}
> >>>
> >>>
> >>> Then the following equation
> >>>
> >>>  would be written as:
> >>>
> >>> \begin{equation}
> >>> X+Z \xrightleftharpoons[k_2]{k_1} C
> >>> \end{equation}
> >>>
> >>> Regards
> >>> Khem Raj
> >>> ---
> >>> "Man imposes his own limitations, don't set any" - Anthony Bailey
> >>>
> >>> By writing
> >>>
> >>
> >> A + B\xrightleftharpoons{f}{k} C
> >>
> >> I get f on the right position on the top arrow but k appears next to C
> >> A+B --> k C
> >>
> >> How do I get k to appear on the bottom harpoon ? What you have said
> above
> >> does not work - that gives k1C.
> >>
> >
> > Now it works. Thanks
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 23 Mar 2011 16:25:05 +0530
> From: Shesharao Wanjerkhede <[email protected]>
> To: TUGIndia Mailing List <[email protected]>
> Subject: Re: [Tugindia] harpoons
> Message-ID:
>        <AANLkTim=VYVrWaY+Z7cpSt2kZArPvGV=TMTWGYxjYeUA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> include in the main file
>
> \usepackage{chemarrow}
>
> definitely you will get the desired result
> Shesharao
> GNDECB
>
> On Wed, Mar 23, 2011 at 12:43 PM, Asha G <[email protected]> wrote:
>
> > >
> > > ------------------------------
> > >
> > > \begin{equation}
> > > \label{eq:1}
> > > A + B \autorightleftharpoons {$k_f$}{$k_b$} AB
> > > \end{equation}
> > >  This will do
> > > Shesharao
> > > GNDEC
> > > On Tue, Mar 22, 2011 at 1:55 PM, Asha G <[email protected]> wrote:
> > >
> > > > How does one put rate constants ( both forward and backward ) in
> > > equations
> > > > using LaTeX ?
> > > >
> > > > A + B _f_>  C
> > > >        <___
> > > >            k
> > > >
> > > >
> > > > This is not very clear as I cannot type in arrows with my laptop but
> > what
> > > I
> > > > mean is the upper Half arrow  pointing right has f above it and the
> > > bottom
> > > > half  arrow pointing left has k below  it.
> > > >
> > > > Your help is appreciated.
> > > >
> > > > Thanks
> > > >
> > > > Asha Gopinathan
> > > > SCTIMST
> > >
> >
> >
> > Sorry, I am getting error messages like the following :
> > undefined control sequences A + B \autorightleftharpoons
> >
> > I removed the dollar sign from {k_f}k_b}
> >
> > Also this does not seem logical to me.
> >
> > Thanks
> > Asha Gopinathan
> > _______________________________________________
> > Home:        http://www.tug.org.in/
> > TeX FAQ:     http://www.tex.ac.uk/faq
> > unsubscribe: http://tug.org/mailman/listinfo/tugindia
> >
>
>
> ------------------------------
>
> _______________________________________________
> tugindia mailing list
> [email protected]
> http://tug.org/mailman/listinfo/tugindia
>
>
> End of tugindia Digest, Vol 99, Issue 9
> ***************************************
>



-- 
Sebastian Vattamattam
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.