Is there a way to change the chapter number in fncychap as well as the roman numerals in the \frontmatter to be old style figure style?
\documentclass{amsbook}
\usepackage[osf]{mathpazo}
\usepackage[Lenny]{fncychap}
\ChRuleWidth{1.618pt}
\ChTitleVar{\raggedright \huge }
\ChNameVar{\raggedleft \Huge }
\begin{document}
\frontmatter
\tableofcontents
\chapter{One}
Hi
\newpage
\chapter{Two}
Hi
\mainmatter
\chapter{Three}
Hi
\end{document}
texdoc MemChapStyles). – egreg Jul 26 '11 at 10:41