"Old Style Numbers" are numerals typeset with varying heights in a fashion that resembles a typical line of running text.

learn more… | top users | synonyms

25
votes
3answers
3k views

Utilizing oldstyle figures without resorting to \oldstylenums

Quite a few of the freely available LaTeX fonts include oldstyle figures (numerals that harmonize with lower case letters) in addition to lining figures. (Generally, you have to load the textcomp ...
45
votes
1answer
2k views

Small-caps, old-style numbers, and some ligatures produce odd symbols in PDF copy text?

This is a problem I've had consistently with XeLaTeX. Here's a small example: \documentclass{article} \usepackage{fontspec} \setmainfont[Ligatures=TeX,Numbers={OldStyle,Proportional}]{Minion Pro} ...
5
votes
1answer
626 views

Oldstylenums with Latin Modern (MiKTeX 2.9)

I'd like do get the nice oldstyle-numbers in my entire document. (Would there be a reason not to want them anywhere in a literature paper?) I use pdfTeX 1.40.11 via MiKTeX 2.9 and Latin Modern ...
5
votes
1answer
564 views

Lining numbers not working in certain fonts

I’m using the Linux Libertine font and have old style numbers enabled. However, in a certain context I want to use lining figures instead. Normally I should be able to switch using \addfontfeature ...
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 ...
3
votes
1answer
476 views

Oldstyle numbers in body, newstyle numbers in section headings

I'm using the eco package to get oldstyle numbers in my manuscript, but I'm trying to get the section numbers (in the mainmatter and the table of contents as well) to be "newstyle numbers" (ie. lining ...
2
votes
1answer
227 views

How to change the appeareance of bibliography item labels in amsrefs?

Assume that I'd like to set the item labels in the "references" list in amsrefs in, say, boldface (or in lining numbers - I have oldstyle numbers set throughout the document). I can do it in ...
14
votes
1answer
750 views

Using text figures in technical and scientific documents

Many sources, such as Bringhurst and other style guides, recommend using text figures everywhere except all-caps text. This would seem reasonable for documents containing a lot of regular text, such ...
10
votes
1answer
280 views

Old-style figures: Use in references/brackets (e.g. to equations, bibliography) or not?

In my documents I usually use old-style figures for "non-mathematical" numbers. By this I mean for example dates, page numbers, telephone numbers and the like. For tables, results of equations etc. I ...
10
votes
1answer
308 views

text figures (old style numbers) and mhchem

How do I achieve lining figures with mhchem while maintaining text figures in the text (lualatex). My MWE is: \documentclass{minimal} \RequirePackage[paperwidth=70mm, paperheight=20mm, left=10pt, ...
11
votes
2answers
304 views

Looking for guides on setting text with regards to good typography

I'm about to dive into LaTeX in preparation for writing a (technical) Master's Thesis. Since I'm kind of disappointed with the disregard to typography that is sometimes shown in such works I want to ...
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
3answers
93 views

Trouble using \oldstylenums with decimal points and hyphens

I am using Computer Modern font (default) with \oldstylenums command to typeset numbers in oldstyle format. However I am having trouble using it with non-numeric characters such as decimal points and ...
5
votes
1answer
240 views

Mixing oldstylenums with strings

I want to display the following string: 344F9DA1EA1859437077CCA38923C67797BDB8F6 Using \oldstylenums, but the alphabetic characters are messed up. Any ideas (using LaTeX and CM/CL fonts), without ...
3
votes
2answers
120 views

combine \oldstylenums and \textsc

I would like to have a command that combines \oldstylenums for numbers in the argument and \textsc for text in the argument. I believe that a solution using some for loop is possible, but I think ...
10
votes
2answers
265 views

no old-style numbers with small caps and tgpagella

tgpagella activates old-style numbers with small caps. I'm looking for a possibility to disable old-style numbers (as in the other cases like textbf, etc.) \documentclass{article} ...
6
votes
1answer
170 views

newcommand for use \oldstylenums of another font

How I can define a new command to use the old-style numbers of the package gfsartemisia within the default font in pdflatex ? I tried something like: ...
5
votes
2answers
142 views

Equation tags in lining numerals

This is a follow-up to this question; I'd like also the tags (typeset by the \tag command) to be in lining numerals. However, inspecting the definition of \tag in amsmath didn't reveal too much to me ...
4
votes
2answers
281 views

How to disable oldstyle numerals in a boldface text in Linux Libertine?

This document compiles (in XeLaTeX), but the boldface numbers are set oldstyle. Why? How to use boldface lining digits with Linux Libertine? \documentclass{article} \RequirePackage{fontspec} ...
1
vote
2answers
129 views

What does this error mean and why does it keep moving?

The following MWE gives me an error: %Page layout here \documentclass[letterpaper]{article} \usepackage{kantlipsum} %Font stuff here \usepackage{tgtermes} \begin{document} \kant ...