diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-03 21:39:41 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-03 21:39:41 +0200 |
commit | 76830b0a04dbd8ce620edd79d6a18d3d4cb8bcf0 (patch) | |
tree | 0768cd1518d0ffe568c0673fc1552082410c6227 /luaotfload.dtx | |
parent | 542fc9edfb02a4e0cbde369e16dd66227cba95fc (diff) | |
download | luaotfload-76830b0a04dbd8ce620edd79d6a18d3d4cb8bcf0.tar.gz |
additional workaround for inconsistent argument order in fontspec.lua
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 6daeece..fb57462 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -124,7 +124,11 @@ and the derived files ]{hyperref} \usepackage{fontspec} %usepackage{unicode-math}%% broken -\setmainfont[Numbers=OldStyle,Ligatures=TeX]{Linux Libertine O} +\setmainfont[ + Numbers=OldStyle, + Ligatures=TeX, + %SlantedFont={Linux Libertine Italic}, +]{Linux Libertine O} \setmonofont[Ligatures=TeX,Scale=MatchLowercase]{Liberation Mono} %setsansfont[Ligatures=TeX]{Linux Biolinum O} \setsansfont[Ligatures=TeX,Scale=MatchLowercase]{Iwona Medium} |