[latexusersgroup] footnotetext inside minipage gives error:

402 views
Skip to first unread message

Mathieu Zhang

unread,
Apr 19, 2010, 4:32:58 AM4/19/10
to LaTeX Users Group
I have the following code:

> \begin{minipage}{\textwidth}
> \footnotetext[1]{abc}
> \end{minipage}

that's giving this error:

> ! LaTeX Error: Command \itshape invalid in math mode.
>
> See the LaTeX manual or LaTeX Companion for explanation.
> Type H <return> for immediate help.
> ...
>
> l.104 \footnotetext[1]{abc}

..but there is no math mode involved! What's going on here?

-- MZ

--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.

Peter Flynn

unread,
Apr 19, 2010, 6:40:24 AM4/19/10
to latexus...@googlegroups.com
On Mon, Apr 19, 2010 at 9:32 AM, Mathieu Zhang <ling...@yahoo.com> wrote:
I have the following code:

> \begin{minipage}{\textwidth}
>    \footnotetext[1]{abc}
> \end{minipage}

that's giving this error:

> ! LaTeX Error: Command \itshape invalid in math mode.

It doesn't do that here: this works fine --

\documentclass{article}
\begin{document}

\begin{minipage}{\textwidth}
    \footnotetext[1]{abc}
\end{minipage}
\end{document}

You must be using some packages you haven't told us about. Make a minimal example we can test.
 
..but there is no math mode involved! What's going on here?

You must provide more information about what you are doing: we can't guess.

///Peter
Reply all
Reply to author
Forward
0 new messages