Dave Tweten wrote:
> 
> footnotemark to refer to it from another section heading.  In spite of the
> footnotemark being protected, I got the error message:
> 
> 
> [EMAIL PROTECTED] said:
> >can you give a short lyx-example file?
> 
> Yes.  It is attached.

dito ...

it's a solution without \footnoteref. the command \sups
for superscript is defined in latex preamble.

hope this helps.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/
#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 2.17
\textclass article
\begin_preamble
\newcommand\sups[1]{\raisebox{1ex}{\rm\small #1}}
\end_preamble
\language english
\inputencoding default
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle default

\layout Section

First Section
\begin_float footnote 
\layout Standard


\latex latex 

\begin_inset LatexCommand \label{foot:first}

\end_inset 

This is a footnote in a section heading.
\end_float 
\layout Standard

Text for first section.
\layout Section

Second Section
\latex latex 

\backslash 
protect
\backslash 
sups{
\begin_inset LatexCommand \ref{foot:first}

\end_inset 

}
\layout Standard

ok.
 this works.
 only the fontsize of the ref is a little bit too small.
 look at latex preamble for the 
\backslash 
sups-command.
\the_end

Reply via email to