[latex3-commits] [l3svn] 05/05: Load OTF math fonts as such
noreply at latex-project.org
noreply at latex-project.org
Sun Feb 7 23:55:38 CET 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 43a9be9164e3301c036c1edc5dd5b9b76939fa39
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Feb 7 22:54:58 2016 +0000
Load OTF math fonts as such
This should work with XeTeX: hard to tell really with LuaTeX
at present!
---
l3kernel/l3final.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3final.dtx b/l3kernel/l3final.dtx
index c710845..c44c9d9 100644
--- a/l3kernel/l3final.dtx
+++ b/l3kernel/l3final.dtx
@@ -285,14 +285,14 @@
}
{
\tex_font:D \exp_not:c { TU/lmr/m/n/10 }
- = "[lmroman10-regular.otf]" \scan_stop:
+ = "[lmroman10-regular.otf]/OT:script=math;" \scan_stop:
\exp_not:c { TU/lmr/m/n/10 }
\tex_font:D \exp_not:c { TU/lmm/m/n/10 }
- = "[latinmodern-math.otf]" \scan_stop:
+ = "[latinmodern-math.otf]/OT:script=math;" \scan_stop:
\tex_font:D \exp_not:c { TU/lmm/m/n/7 }
= "[latinmodern-math.otf]"~at~7pt \scan_stop:
\tex_font:D \exp_not:c { TU/lmm/m/n/5 }
- = "[latinmodern-math.otf]"~at~5pt \scan_stop:
+ = "[latinmodern-math.otf]/OT:script=math;"~at~5pt \scan_stop:
\exp_not:N \int_step_inline:nnnn { 0 } { 1 } { 3 }
{
\tex_textfont:D ##1 = \exp_not:c { TU/lmm/m/n/10 }
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list