Font package to be used in equations.

learn more… | top users | synonyms

14
votes
2answers
1k views

Palatino fonts and the number 713

I have some trouble using Palatino fonts (psnfss2e distribution} for numerals in text and tables. I load the package as \usepackage[sc,osf]{mathpazo} which sets the font to oldstyle numerals in ...
4
votes
3answers
674 views

Using oldstyle figures of palatino (mathpazo) in math mode

I am using \usepackage[osf]{mathpazo} for oldstyle figures and the dcolumn package to align the contents of tables at their decimal point. The problem is that dcolumn automatically sets the aligned ...
13
votes
2answers
557 views

two fonts in math mode

In math mode (e.g. between $ $) I would like to use by default computer modern math but to define a new character with a different font e.g. mathpazo. Practically, i want to define a new command ...
12
votes
3answers
3k views

Fontspec: Palatino with small caps and old-style figures

For various reasons, I’m using the fontspec package. However, I’d also like to use Palatino as the document’s main font, and I want to use it with small caps and old-style figures. So I’ve got four ...
8
votes
2answers
631 views

How to get the AMS mathbb font while using Palatino elsewhere

I'm a Latex user. I've been using Palatino for typesetting a piece mathematical text: \usepackage{mathpazo} \usepackage[scaled=.95]{helvet} \usepackage{courier} The results are good, however I ...
22
votes
2answers
2k views

Why exactly is \linespread{1.05} appropriate for Palatino?

Section 1.4 of l2tabu, Changing inter-line space using \baselinestretch, contains a remark about the Palatino font: [I]f you only want to use fonts other than Computer Modern you may use ...
4
votes
1answer
928 views

Bold small caps with mathpazo

I was using tgpagella but it doesn't have automatic old style numbers without resorting to fontspec. I was directed to use mathpazo like so: \usepackage[sc,osf]{mathpazo} How do I format mathpazo ...
2
votes
1answer
949 views

Using small caps roman for chapter number with memoir class

I want to use small caps roman numbers for chapter numbering using memoir. So far I have tried the following: \documentclass[oneside]{memoir} \usepackage[osf]{mathpazo} ...
10
votes
2answers
1k views

Palatino displays wrong opening quotes

I've just started using Palatino for my documents, and I've realized the opening quotes are all rendered as closing quotes. As per the question What is the best way to use quotation mark glyphs I use ...
5
votes
2answers
400 views

\DeclareMathSymbol with Pazo Math Blackboard Bold (from Mathpazo)

I want to create a mnemonic command for \mathbb{1} as provided by mathpazo. I can't just use \newcommand*{\unity}{\mathbb{1}}, because that would break the moment I were to change math fonts (e.g., if ...