Skip to content

Commit

Permalink
Use ScaleAgain to fix scaled maths fonts
Browse files Browse the repository at this point in the history
thanks again for the bug & analysis

closes #287
  • Loading branch information
wspr committed Jan 26, 2019
1 parent 912ae82 commit c822935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGE HISTORY
==============

## v0.8n (2019/01/26)

* Spacing fixed for maths fonts loaded with the `Scale` fontspec feature (#287).

## v0.8m (2018/07/29)

* Restore behaviour of legacy syntax `x_\mathrm{x}` (i.e., with no braces).
Expand Down
4 changes: 2 additions & 2 deletions um-code-main.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
\fontspec_set_family:Nxn \l_@@_fam_two_tl
{
\l_@@_font_keyval_tl,
Scale=1.00001,
ScaleAgain = 1.00001,
FontAdjustment =
{
\@@_copy_fontdimen:nnN { 8} {43} \g_@@_main_font_cmd_tl
Expand Down Expand Up @@ -345,7 +345,7 @@
\fontspec_set_family:Nxn \l_@@_fam_three_tl
{
\l_@@_font_keyval_tl,
Scale=0.99999,
ScaleAgain = 0.99999,
FontAdjustment = {
\@@_copy_fontdimen:nnN { 8} {48} \g_@@_main_font_cmd_tl
\@@_copy_fontdimen:nnN { 9} {28} \g_@@_main_font_cmd_tl
Expand Down

0 comments on commit c822935

Please sign in to comment.