Tagged Questions
5
votes
3answers
118 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 ...
2
votes
1answer
159 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 ...
12
votes
3answers
496 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 ...
4
votes
2answers
282 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}
...
0
votes
0answers
661 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
374 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}
...