Re: \footnote inheriting \emph => D'Oh!
- From: Lars Madsen <daleif@xxxxxxxxx>
- Date: Wed, 22 Feb 2006 20:34:21 +0100
blazar wrote:
Lars Madsen wrote:
which version of memoir are you using
The one included in TeXLive2005, which I hope to be recent enough...
Michele
no you're right there is a bug
But this is actually odd because a bug like this was actually fixed a year ago. It seems that this fix was in the mempatch file for a while and then disappeared.
Minimal example:
\documentclass{memoir}
\begin{document}
\textit{test\footnote{text}}
\end{document}
versions
ctt.tex
memoir.cls 2005/09/25 v1.618 configurable document class
mem10.clo 2002/07/27 v0.2 memoir class 10pt size option
mempatch.sty 2006/02/11 v4.5 Patches for memoir class v1.618
This seems to fix the problem
\listfiles
\documentclass{memoir}
\makeatletter
\renewcommand{\@footnotetext}[1]{%
\reset@font\m@mold@footnotetext{#1}\m@mmf@prepare}
\makeatother
\begin{document}
\textit{test\footnote{text}}
\end{document}
there was a misspelling, I'll notify the memoir author
/daleif
.
- References:
- [memoir] \footnote inheriting \emph => D'Oh!
- From: blazar
- Re: [memoir] \footnote inheriting \emph => D'Oh!
- From: Lars Madsen
- Re: \footnote inheriting \emph => D'Oh!
- From: blazar
- [memoir] \footnote inheriting \emph => D'Oh!
- Prev by Date: Re: Adobe 7 and LaTex
- Next by Date: Re: Adobe 7 and LaTex
- Previous by thread: Re: \footnote inheriting \emph => D'Oh!
- Next by thread: Re: [memoir] \footnote inheriting \emph => D'Oh!
- Index(es):
Relevant Pages
|