mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] Re: Howto make the 'label' be located after the 'caption' of a figure?


Chronological Thread 
  • From: Youjun Hu <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] Re: Howto make the 'label' be located after the 'caption' of a figure?
  • Date: Sat, 28 Mar 2009 01:24:51 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Y6sw8ANWjUQ7a+MWYkw0nXOjxlY2/XlLCjWUn17UEZDnX4mDydwxodAnw3+OYDoWtl GK1XsHiXduB7pO9iggZZ+AZoYg/OzHSMU+0aTWY1pDrH56wJKatZQQ13DtnEsYYoZgF4 n9Jcmak9xmInwnomzCYt4gWB8mAMTRdjHOjYg=

Haha, It turns out that  the \label{xxx}  in \caption{} can be correctly referenced.
So one does not need to make the \label{xx} out of \caption{}.

On Wed, Mar 25, 2009 at 5:46 AM, Youjun Hu <address@hidden> wrote:
Hi, all
I added label to a figure in Texmacs, then  I converted the .tm file to .tex file,
I want to get :

\begin{figure}[h]
    \includegraphics{xxx.eps}
    \caption{xxxx}
    \label{xx}
\end{figure}

That is, I want the '\label{xx}' to be  just after the  '\caption{xxxx}', since  this is the right place for 'label' to be correctly
referenced .
My problem is that  the '\label' is always in the caption, such as caption{xxxx\label{xx}}

How to achieve this in Texmacs?
Do I need to hack the latex converter,
or I should add the label in a different place to make it work?
Thank you for your help!






Archive powered by MHonArc 2.6.19.

Top of page