Search found 3 matches

by bookgrinder
Sat Mar 03, 2012 12:11 am
Forum: Fonts & Character Sets
Topic: Force "new style" numbers with Minion Pro
Replies: 5
Views: 6474

Force "new style" numbers with Minion Pro

I'll reply to myself as I found the solution: load the MinionPro package with the textlf (lining figures) option.

Code: Select all

\usepackage[textlf]{MinionPro}
by bookgrinder
Thu Mar 01, 2012 10:39 pm
Forum: Fonts & Character Sets
Topic: Force "new style" numbers with Minion Pro
Replies: 5
Views: 6474

Force "new style" numbers with Minion Pro

Sorry, this should do:
\documentclass[b5paper,13pt,toc=flat,DIV=15]{scrbook}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\usepackage{MnSymbol}
\usepackage{MinionPro}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{textcomp}
\usepackage{graphicx ...
by bookgrinder
Thu Mar 01, 2012 9:49 pm
Forum: Fonts & Character Sets
Topic: Force "new style" numbers with Minion Pro
Replies: 5
Views: 6474

Force "new style" numbers with Minion Pro

Hi everybody, I'm happily using Minion for a book but I'd really like LaTeX to display "new style" numbers (the ones all the same height) instead of "old style". I'm sure Minion has them, but I don't know how to tell LaTeX to use them, at least for page numbers. Document class is scrbook (KOMA ...