[latex3-commits] [l3svn] branch master updated: Tidy up some math loading

noreply at latex-project.org noreply at latex-project.org
Thu Feb 11 09:50:27 CET 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  8301f92   Tidy up some math loading
8301f92 is described below

commit 8301f92f3798a334e8801a3e9ffc6cbb4eb0865e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Feb 11 08:49:24 2016 +0000

    Tidy up some math loading
    
    Adding "mode=base" matches what luaotfload needs, and does no
    harm here. Superscript fonts should be marked as such. The loading for
    the text font was simply wrong!
---
 l3kernel/l3final.dtx |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3final.dtx b/l3kernel/l3final.dtx
index c44c9d9..640a0b9 100644
--- a/l3kernel/l3final.dtx
+++ b/l3kernel/l3final.dtx
@@ -285,14 +285,17 @@
           }
           {
             \tex_font:D \exp_not:c { TU/lmr/m/n/10 }
-              = "[lmroman10-regular.otf]/OT:script=math;" \scan_stop:
+              = "[lmroman10-regular.otf]/OT" \scan_stop:
             \exp_not:c { TU/lmr/m/n/10 }
             \tex_font:D \exp_not:c { TU/lmm/m/n/10 }
-              = "[latinmodern-math.otf]/OT:script=math;" \scan_stop:
+              = "[latinmodern-math.otf]/OT:mode=base;script=math;"
+                \scan_stop:
             \tex_font:D \exp_not:c { TU/lmm/m/n/7 }
-              = "[latinmodern-math.otf]"~at~7pt \scan_stop:
+              = "[latinmodern-math.otf]/OT:mode=base;script=math;+ssty=1"
+                ~at~7pt \scan_stop:
             \tex_font:D \exp_not:c { TU/lmm/m/n/5 }
-              = "[latinmodern-math.otf]/OT:script=math;"~at~5pt \scan_stop:
+              = "[latinmodern-math.otf]/OT:mode=base;script=math;+ssty=1"
+                ~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