Hello everybody,

1. If you (manually) add a footnote in an eqn-array the resulting 
TeX-Code doesn't do
the job right. It does display the footnote-symbol, but eats the 
footnote itself.
The attached file demonstrates that case.


2. Another problem arises from  the following TeX-Code (produced by LyX):

<SNIP>

Für alle Anzahlbetrachtungen kann man also von nur \emph{drei} Mustersteinen
- \( A,B\dot{\cup }C,D \) - ausgehen. Die zugehörige Inflationsmatrix
sei \[
M=\left( \begin{array}{ccc}
a_{11} & a_{12} & a_{13}\\
a_{21} & a_{22} & a_{23}\\
a_{31} & a_{32} & a_{33}
\end{array}\right) ,\quad a_{\mu \nu }\in \mathbb {N}\cup \left\{ 
0\right\} \footnote {Blah}\]

</SNIP>

Changing \[ to $$ creates corrrectly working code:

Für alle Anzahlbetrachtungen kann man also von nur \emph{drei} Mustersteinen
- \( A,B\dot{\cup }C,D \) - ausgehen. Die zugehörige Inflationsmatrix
sei $$
M=\left( \begin{array}{ccc}
a_{11} & a_{12} & a_{13}\\
a_{21} & a_{22} & a_{23}\\
a_{31} & a_{32} & a_{33}
\end{array}\right) ,\quad a_{\mu \nu }\in \mathbb {N}\cup \left\{ 
0\right\} \footnote{Blah}$$


3. Finally,  adding a footnote in a table produces the same result as in 
case 1.

All three Problems exist in 1.1.6.fix4 and 1.2.1.

Did I miss something in the documentation or is it a TeX-Problem?

Another issue ist the "\[ ...  \]" vs. "$$ ... $$". Can somebody make 
this an option?
I can do an sed.-script to change the TeX-file for me, but I like the 
double-$-version
much better - it makes it much more readable in my case.

Cheers, keep the good work up,

Michael

-- 
Michael Abshoff - MRB - Universität Dortmund - Telefon 755-3463 (intern)


#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\begin_preamble
\newcommand{\ds}{\displaystyle}
\usepackage{tocloft}
\DeclareMathOperator{\Grad}{Grad}
\DeclareMathOperator{\Arg}{Arg}
\usepackage{tocloft}
\DeclareMathOperator{\Kern}{Kern}
\DeclareMathOperator{\Bild}{Bild}
\DeclareMathOperator{\Lin}{Lin}
\DeclareMathOperator{\Rang}{Rang}
\DeclareMathOperator{\rang}{rang}
\DeclareMathOperator{\Mat}{Mat}
\DeclareMathOperator{\id}{id}
\DeclareMathOperator{\Id}{Id}
\DeclareMathOperator{\Hom}{Hom}
\DeclareMathOperator{\Abb}{Abb}
\DeclareMathOperator{\sgn}{sgn}
\usepackage{eufrak}
\usepackage{multicol}
\usepackage{color}
\usepackage{graphics}
\usepackage[scanall]{psfrag}
\end_preamble
\language german
\inputencoding auto
\fontscheme default
\graphics default
\float_placement !htbp
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage widemarginsa4
\use_geometry 0
\use_amsmath 1
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip smallskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle plain

\layout Standard


\begin_inset Formula \[
123\footnote {Blah}\]

\end_inset 


\begin_inset Formula \begin{eqnarray*}
a & = & b\footnote {Blah}
\end{eqnarray*}

\end_inset 


\the_end

Attachment: footnote.tex
Description: TeX document

Reply via email to