"Old Style Numbers" are numerals typeset with varying heights in a fashion that resembles a typical line of running text.
2
votes
1answer
74 views
Hanging figures in Times
I would love to see hanging figures by using times package, but according to docs it is not possible. Typing "texdoc times" in console I was informed that this package is obsolete and it's recommended ...
5
votes
3answers
143 views
lining figures in tables and math, old style figures in text
I’m using TeXLive 2012, up to date on Ubuntu 12.10. When I use the libertine package with the option osf and newtxmath for math fonts!, I get oldstyle nombers everywhere, but I only want to use them ...
4
votes
2answers
200 views
Old style number, bold small caps, and Palatino
I'd like to be able to have all three of the following in my document:
the Palatino font
bold and small caps
old-style figures
I'm currently using mathpazo with the options [osf] to get 1 and 3, ...
7
votes
2answers
109 views
Change from old style numbers to lining numbers in lineno's linenumbers environment
I am using old style numbers in my document, but I prefer lining numbers in my line numbering environments (lineno's \linenumbers environment). How can I enforce this (without changing to another ...
1
vote
1answer
107 views
How can I make text figures document wide standard for numerals in Context?
In a CV I would like all numbers to be text figures. I can do this manually by using the {\os 123} switch locally, but I would like text figures to be the default in the document. How?
If I make it ...
5
votes
1answer
172 views
Adobe Caslon Pro, XeLaTeX, fontspec - how to change the “dollar” symbol that's used with oldstyle numbers
I am using XeLaTeX with Adobe Caslon Pro, and I would like to have oldstyle numbers. But when I use the option Numbers=OldStyle in fontspec, my dollar sign changes from a full-height S with two lines ...
10
votes
2answers
278 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}
...
2
votes
0answers
82 views
Inconsistent OSF in Table of Contents using Microtype, LuaLaTeX and Tocstyle [closed]
My table of contents should have the following properties:
oldstyle figures for page numbers and labels
chapter entries in spaced, lowercase smallcaps
numbers close (en-space) to the entries, no ...
11
votes
2answers
310 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 ...
5
votes
1answer
125 views
What is the correct way of writing a percentage next to \oldstylenums?
If I want to write in text e.g. 1.1-1.5% and use \oldstylenums to get non-lining numbers, what would be the correct way of specifying the percent sign?
When I simply write the percent sign as
...
2
votes
1answer
71 views
How to use lining figures in bibliography item labels?
This is similar to How to change the appeareance of bibliography item labels in amsrefs?, but aiming at standard BibTeX styles.
I have a document that uses old style figures in the main text. I also ...
3
votes
1answer
198 views
How to set lining numbers in math in Beamer (with EB Garamond) under XeLaTeX
I'm using EB Garamond with XeLaTeX and Beamer as follows. (I'm not actually sure whether it's all necessary--advice accepted.):
\usepackage[T1]{fontenc} % not sure why
...
3
votes
1answer
115 views
Test for old style numerals font feature (using fontspec)
Using XeLaTeX and fontspec, I want to test if the currently selected font has old style numerals (which I use in the main font, but not in the sans font). According to the fontspec documentation, it ...
3
votes
2answers
128 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 ...
2
votes
0answers
37 views
addfontfeature{Numbers=OldStyle} doesn't always work [duplicate]
Possible Duplicate:
Lining numbers not working in certain fonts
In the following example, the line with an exclamation sign should be in oldstyle figures:
\documentclass[12pt]{article}
...
1
vote
2answers
132 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
...
7
votes
2answers
226 views
Oldstyle numerals or lining numerals with units of measurement?
What is considered proper typography regarding which set of numerals to use with units of measurement?
A real-life example:
In the experiment, shown schematically in figure 2.2, we illuminate an ...
2
votes
1answer
167 views
How to use old style numbers with xelibertine
I use the package:
\usepackage{xelibertine}
It works fine. But I do not know how to make the numbers old style. So I tried
\defaultfontfeatures{Numbers=OldStyle}
But it's not working.
How can ...
8
votes
3answers
97 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 ...
12
votes
3answers
535 views
Linux Libertine: Change Numeral Set
I am using the Linux Libertine font for my document. The font provides different numeral sets, "normal" numbers which are all the same height, and medieval/minuscle numbers with varying height.
By ...
2
votes
1answer
78 views
Use lining figures in longtable
@TH. has shown a great way to use lining figures in tables:
Palatino fonts and the number 713
Is there an equivalent for a longtable?
Because neither @tabular nor @longtable gives me lining ...
8
votes
1answer
495 views
Package tgpagella and text figures
Is there a way that text figures (old style numerals) can be set as default for text when loading the package tgpagella? I get them if I use the .otf files under XeLaTeX, but I'd like to get them when ...
2
votes
2answers
330 views
Specifying an oldstyle number font with fontspec
I have some trouble setting oldstyle numbers in my document. I load the font (in this case an early palatino) and define the smallcaps font via fontspec. But the oldstyle numbers are in the smallcaps ...
4
votes
1answer
374 views
Change the old style numerals of mathpazo (via tufte-latex) to lining numerals
I am using tufte-latex package, which uses mathpazo with old style numerals.
To make figures (plots) I would like to use lining numbers.
The problem is that the figures are converted from svg to pdf ...
2
votes
1answer
216 views
unscalable oldstyle numbers through \newfont with XeLaTeX (Minion)
In what is below, the \newfont command does not scale the numbers. I would like to know why.
\documentclass{book}
\usepackage{fontspec}
\setmainfont[Ligatures={Common}, Numbers={OldStyle}]{Minion ...
5
votes
1answer
163 views
How to change the appearance of the optional argument of \cite in amsrefs?
Continuing my odyssey with oldstyle numbers, I'd like to disable them also in the optional (second) argument of \cite{...}*{...} in amsrefs. Any hints how to do that? (I'm using XeLaTeX, but this is ...
4
votes
2answers
385 views
mathpazo old-style figures and eulervm: I want lining figures in math
I would like to use Palatino with small caps and old-style figures
for text and Euler with euler-digits for math.
If I use \usepackage[sc,osf]{mathpazo} without eulervm I get
old-style figures in ...
8
votes
2answers
234 views
old style numerals in mhchem equations
I use the Lucida font for my documents with its old style numerals in text and its lining figures in mathmode.
But how can I get lining figures inside chemical eqautions with mhchem?
Here is some ...
4
votes
2answers
287 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}
...
5
votes
2answers
145 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 ...
10
votes
1answer
289 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 ...
2
votes
1answer
242 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 ...
46
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}
...
8
votes
2answers
250 views
Different hyphenation pattern when using oldstyle figures?
It appears that there are different hyphenation patters when using oldstyle figures or not. Consider the following MWE:
\documentclass[a4paper,10pt]{scrartcl}
\areaset[current]{336pt}{600pt}
...
4
votes
3answers
713 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 ...
6
votes
1answer
173 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:
...
2
votes
1answer
615 views
Changing ToC subsection entry font in scrartcl
I have changed the default serif font of my document to use old-style numerals (I think they look quite nice). However, in the serif entries of the subsections (section entries are in a sans-serif ...
10
votes
1answer
317 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
3answers
2k views
Which LaTeX fonts have old style numbers?
I want to set a text and I know that I want old style numbers. Does anyone know of some source or maybe can themselves list fonts with old style numbers?
4
votes
1answer
107 views
How to create a “long-running” version of “\classicstylenums” in “kpfonts” package?
I'm using kpfonts in my document with old style numbers. However, in some sections (e.g. figures and tables), I want to revert to the normal style numbers. There is a command for doing that - ...
8
votes
2answers
206 views
Convert figures to old style with Kurier font
I am trying to convert the figures of a mixed string over which I have no control, say
+1 (234) 567 890 abcd
to old style when using the kurier font.
I know of \oldstylenums, but it switches ...
7
votes
2answers
504 views
Oldstyle numbers with Charter font
I'm using the Charter font using the following package:
\usepackage[charter]{mathdesign}
I want to have oldstyle (lowercase) numbers in conjunction with this package. I've seen this question but ...
3
votes
3answers
150 views
Design size mismatch warning when using the eco package
I'm using the eco package and am getting the following warning:
design size mismatch in local font ecrm2074 in virtual font ecorm2074.vf ignored.
when compiling the following MWE:
...
0
votes
0answers
671 views
Force use of old style figures for all numbers [closed]
After the latest update of the Libertine font, trying to use old style figures globally in a document using the libertine package (in vanilla LaTeX) via \usepackage[osf]{libertine} now results in no ...
4
votes
1answer
495 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 ...
6
votes
1answer
194 views
Special cases when using old-style figures
When using old-style figures, what are the special cases of using lining figures (if any), apart from maths?
For instance, are reference marks one such instance?
Some 1998 text which references~[1]
...
4
votes
1answer
378 views
Using old style numerals in XeLaTeX in math mode
I am using XeLaTeX and the Linux Libertine font to typeset my thesis. I set it up to use old style numerals in the text by:
\setromanfont[Ligatures={Common}, Numbers={OldStyle}]{Linux Libertine O}
...
0
votes
1answer
364 views
Chapter number in `Lenny` and roman numerals to Old Style
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}
...
3
votes
3answers
733 views
font garamond without oldstylenumbers
I have to use Garamond for my publishing house. Is there a way to use the package garamond without having the numbers in the oldstyle?
Here are the packages which I am using for pdflatex:
...
7
votes
1answer
267 views
Search and find an old style numeral in a pdf
I am compiling this tex file
\documentclass{article}
\usepackage{hfoldsty}
\begin{document}
1 $1$
\end{document}
with pdflatex and open the resulting pdf with evince. If I search the digit one (1), ...

