Hello,
I've just found this bug (well it is more a LaTeX weakness) inside 1.3.6 and I 
was wondering if it has been corrected in 1.4.0 before opening a bug report.

1) Create an article
2) Create a title and a footnote (\thanks)
3) Inside the thanks footnote create a bullet list
4) the generated LaTeX code won't compile because of missing \protect that I 
have inserted here
 
like that :

%% 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[frenchb]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.


\usepackage{babel}
\makeatother
\begin{document}

\title{Mon article%
\thanks{\protect\begin{itemize}
\protect\item 1
\protect\item 2
\protect\end{itemize}
%
%% If you take away the 'protect', it will not compile
}}

\maketitle
Ceci est une note%
\footnote{\begin{itemize}
\item 1
\item 2
\end{itemize}
%
}
\end{document}

Cheers,
Charles
-- 
[EMAIL PROTECTED]
http://www.kde-france.org

Reply via email to