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}}

> in text in tex (red):
> \sups{<insert the crossref with lyx>}
>  
> or alternative
> 
> insert->special character->superscript (since lyx 1.1.6)

In previous versions, use c-m ^ 

Reply via email to