On Thu, Sep 18, 2003 at 10:56:26AM +0200, Michael Logies wrote:
> At 09:59 18.09.2003 +0200, Andre Poenitz wrote:
>
> >Even better: '\mynote{' in ERT, then 'normal text', then the '}' in ERT
> >again.
>
> Andre',
>
> I like this, because it would be easy to use on more complex footnotes. But it does
> not work. I don`t see the footnote, whether draft or not:
>
> %% LyX 1.3 created this file. For more info, see http://www.lyx.org/.
> %% Do not edit unless you really know what you are doing.
> \documentclass[12pt,ngerman,bibtotocnumbered, idxtotoc, liststotoc, draft]{scrartcl}
>
> %% Bestimmte Dinge (\myNote{nur im Draft}) nur im Draft:
> \newcommand{\myNote}[1]{%
> [EMAIL PROTECTED]
> \marginpar{#1}}{}%
> }
>
> In the text I find:
>
> \myNote{%
> \footnote{Testfu�note%
> } }
What about
\newcommand{\myNote}[1]{%
[EMAIL PROTECTED]
\footnote{#1}}%
}
In the text I find:
\myNote{%
Testfu�note%
}
?
Andre'
--
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)