Tagged Questions
7
votes
2answers
92 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 ...
4
votes
1answer
153 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 ...
3
votes
1answer
180 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
...
1
vote
0answers
95 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 ...
2
votes
0answers
36 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}
...
2
votes
2answers
318 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 ...
2
votes
1answer
585 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
310 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, ...
5
votes
1answer
567 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 ...
8
votes
1answer
655 views
How to use lining figures in siunitx and fontspec?
I'm using XeTeX and fontspec, and I have selected old-style figures for my body text. Now I use the siunitx package, and have set it up to use text fonts instead of math fonts. For the siunitx values ...
9
votes
1answer
1k views
Old style numbers without fontspec
How do I use old style numbers everywhere without using fontspec? Or is it even possible? Where do I find the documentation for the fonts in the LaTeX Font Catalogue?
Minimum (Non)Working Example:
...
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 ...