Re: [O] Bug: Exporting table with footnote to LaTeX [7.9.2]

2012-11-12 Thread Nicolas Goaziou
Hello, Bill Jackson writes: > When exporting to LaTeX, any footnotes inside a table are missing the > closing curly brace. > > For example, a footnote such as: > >| Field 1[fn:: A footnote.] | Field 2 | > > is exported to LaTeX as: > > \begin{center} > \begin{tabular}{l} > F

[O] Bug: Exporting table with footnote to LaTeX [7.9.2]

2012-11-11 Thread Bill Jackson
When exporting to LaTeX, any footnotes inside a table are missing the closing curly brace. For example, a footnote such as: | Field 1[fn:: A footnote.] | Field 2 | is exported to LaTeX as: \begin{center} \begin{tabular}{l} Field 1\footnote{A footnote. \\ \end{tabular}