Git Product home page Git Product logo

Comments (4)

wspr avatar wspr commented on July 3, 2024 1

Thanks for the comments. I think it would be good if unicode-math could provide a setting for this feature, so re-opening the issue to track it.

from unicode-math.

davidcarlisle avatar davidcarlisle commented on July 3, 2024

This is a luatex-engine feature rather than unicode-math, luatex only adds the final italic correction in certain modes. Unfortunately different fonts require different settings

image

\documentclass{article}
\usepackage{unicode-math}

\begin{document}
\mathitalicsmode=0
\(\symbfit{F}\):
\mathitalicsmode=1
\(\symbfit{F}\):
\mathitalicsmode=2
\(\symbfit{F}\):
\mathitalicsmode=3
\(\symbfit{F}\):
\end{document}

from unicode-math.

ywwry66 avatar ywwry66 commented on July 3, 2024

Thanks for the quick response. It is very helpful that you pointed out the parameter \mathitalicsmode, which I did't know as a new luatex user. Now that I have played around a bit with this parameter, I found it difficult to get some universally good result, even with the default latin modern font. I guess this is the same situation as in https://tex.stackexchange.com/questions/697498/luatex-unicode-math-and-italic-correction?newreg=3a41de22bad0468193ef5b1051d9346f.

Since this is less of a unicode-math issue as you mentioned, I am going to close it and hopefully italic correction will become more robust with luatex and opentype fonts.

from unicode-math.

ywwry66 avatar ywwry66 commented on July 3, 2024

Thanks. Previously I was going to file another issue, but now I think that may also be relevant here. For the record, let me just add to this issue.

This one is about \widehat, the default result is very weird that smaller size letter gets a larger hat and vice versa. But after adjusting \mathitalicsmode, I got perfect result. Here is a MWE:

\documentclass{article}
\usepackage{unicode-math}

\begin{document}
\(\widehat{S}_{\widehat{S}}\)
\end{document}
Screenshot 2024-02-22 at 9 29 03 PM
\documentclass{article}
\usepackage{unicode-math}

\begin{document}
\mathitalicsmode=2
\(\widehat{S}_{\widehat{S}}\)
\end{document}
Screenshot 2024-02-22 at 9 29 31 PM

There are many questions about \widehat and \widetilde on stackexchange, but I am not sure I have found a satisfactory answer. If this should belong to a new issue, I can definitely open one.

from unicode-math.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.