Hello,

> I am loading Minion Pro with the mathlf package option. Is there a way to 
> switch temporarily to text figures in math mode?
>   

no; font selection differs completely in text and math mode.
\figureversion is only allowed in text mode (and takes different
arguments than in your example, see docs).

I hope you know what you're doing (mixing different figure styles in
math mode could lead to a lot of confusion). If so, you could declare a
special math alphabet for referencing a few text figures in an otherwise
lining-figures environment:

\documentclass{minimal}
\usepackage[mathlf]{MinionPro}
\usepackage{amsmath}

\DeclareMathAlphabet{\mathosf}{T1}{MinionPro-OsF}{m}{n}

\begin{document}
$123 \ne \mathosf{123}$?
\end{document}

Kind regards,

Andreas
_______________________________________________
Minionpro-devel mailing list
Minionpro-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/minionpro-devel

Reply via email to