Dekel Tsur wrote:
> 
> On Thu, Feb 22, 2001 at 08:36:43AM +0000, Herbert Voss wrote:
> > > Is it possible to refrence an existing footnote instead of creating a
> > > new footnote?
> > >
> > > I tried labeling the foot note then cross-refrencing to it.  That
> > > actually worked except the cross-refrence was regular size text and not
> > > superscripted like a regular footnote.
> >
> > in latex preamble:
> > \newcommand\sups[1]{\raisebox{1ex}{\footnotesize #1}}
> 
> This should be
> \newcommand\sups[1]{\textsuperscript{\scriptsize #1}}

the original latex definition is

\def\@makefnmark{\hbox{\@textsuperscript{\normalfont\@thefnmark}}}
therefore
\newcommand\sups[1]{\hbox{\textsuperscript{\normalfont #1}}}

and you'll get exact the same.

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/


Reply via email to