Re: label of equation with preview

2002-07-07 Thread David Kastrup

geof <[EMAIL PROTECTED]> writes:

> Hi, the preview is a very nice feature!
> 
> It is possible to put the label of the equation instead of his number : 
> Replace
> \begin{equation}  bal bla bla \label{eq:blabla} \end{equation}
> by
> \[  bal bla bla \eqno{ \rm{ (eq:blabla) }} \]
> 
> It can be nice, no?

\PassOptionsToPackage{showlabels}{preview}

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: [EMAIL PROTECTED]





Re: label of equation with preview

2002-07-06 Thread geof

an other solution is to replace the command \label by \tag. If you put a 
label, it must be put after the tag command.
This solution need amsmath.

\begin{equation}
\int x \ dx 
\tag{ \rm{eq:1} }  
\end{equation}

geoffroy
-- 
~
   'v'mailto: gpiroux_at_mac_dot_com
  // \\   Powered by GNU/Linux-ppc
 /(   )\  http://lfs.linux-provider.net/  #112
   ^'^



label of equation with preview

2002-07-06 Thread geof

Hi, the preview is a very nice feature!

It is possible to put the label of the equation instead of his number : 
Replace
\begin{equation}  bal bla bla \label{eq:blabla} \end{equation}
by
\[  bal bla bla \eqno{ \rm{ (eq:blabla) }} \]

It can be nice, no?
Regards,

geoffroy
-- 
~
   'v'mailto: gpiroux_at_mac_dot_com
  // \\   Powered by GNU/Linux-ppc
 /(   )\  http://lfs.linux-provider.net/  #112
   ^'^