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 I solve my issue?
|
I use the package:
It works fine. But I do not know how to make the numbers old style. So I tried
But it's not working. How can I solve my issue? |
||||
|
The
The up-to-date interface to Linux Libertine for XeLaTeX and LuaLaTeX is the package In order to get oldstyle digits, you can call it by
|
|||
|
|
libertineotf:\usepackage[libertine={Ligatures=TeX,Numbers=OldStyle}]{libertineotf}should be the desired option. – egreg Oct 12 '12 at 11:17