Unicode-math and declaring symbol fontgrabbing a single Greek glyph from an alternative font in math mode?What Unicode Font is Best Suited for Math Symbols using Font-Locking under Emacs?Unicode-math and ReEmulating amsmath's varGamma…varOmega with unicode-mathUsing a handwriting font from myscriptfont.comMissing varepsilon symbol using unicode-math and XeLaTeXSymbol sslash with XeLaTeX (and unicode-math)Pencil symbol with xelatex (and unicode-math)Unicode-Math and not

Tikz diagonal filling pattern

Is negative resistance possible?

Is right click on tables bad UX

Scorched receptacle

What benefits are there to blocking most search engines?

The answer is the same (tricky puzzle!)

Redirect output on-the-fly - looks not possible in Linux, why?

Manager told a colleague of mine I was getting fired soon

Driving test in New Zealand?

Is "Ram married his daughter" ambiguous?

What is /dev/null and why can't I use hx on it?

Would houseruling two or more instances of resistance to the same element as immunity be overly unbalanced?

How is the speed of nucleons in the nucleus measured?

Can I pay off my mortgage with a new one?

Quote to show students don't have to fear making mistakes

Why do personal finance apps focus on outgoings rather than income

How fast are we moving relative to the CMB?

Does python reuse repeated calculation results?

How to explain that the sums of numerators over sums of denominators isn't the same as the mean of ratios?

Using 4K Skyrim Textures when running 1920 x 1080 display resolution?

Could Boris Johnson face criminal charges for illegally proroguing Parliament?

Unicode-math and declaring symbol font

Why is my vegetable stock bitter, but the chicken stock not?

Non-electric Laser



Unicode-math and declaring symbol font


grabbing a single Greek glyph from an alternative font in math mode?What Unicode Font is Best Suited for Math Symbols using Font-Locking under Emacs?Unicode-math and ReEmulating amsmath's varGamma…varOmega with unicode-mathUsing a handwriting font from myscriptfont.comMissing varepsilon symbol using unicode-math and XeLaTeXSymbol sslash with XeLaTeX (and unicode-math)Pencil symbol with xelatex (and unicode-math)Unicode-Math and not






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









3















I would like to set the math font as Garamond-Math (here) except that greek letters should come from a different font (for an illustration, computer modern in the example below.). But it seems declaring the new font does not work.



How to achieve this?



documentclassarticle
usepackageamsmath
usepackageamsthm
usepackage[math-style=ISO, bold-style=ISO]unicode-math
setmathfontGaramond-Math.otf

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DeclareSymbolFontgsOMLcmmmit
DeclareMathSymbolalphamathalphags11
DeclareMathSymbolbetamathalphags12
DeclareMathSymbolgammamathalphags13

begindocument
[2aalpha=theta]
enddocument









share|improve this question
































    3















    I would like to set the math font as Garamond-Math (here) except that greek letters should come from a different font (for an illustration, computer modern in the example below.). But it seems declaring the new font does not work.



    How to achieve this?



    documentclassarticle
    usepackageamsmath
    usepackageamsthm
    usepackage[math-style=ISO, bold-style=ISO]unicode-math
    setmathfontGaramond-Math.otf

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    DeclareSymbolFontgsOMLcmmmit
    DeclareMathSymbolalphamathalphags11
    DeclareMathSymbolbetamathalphags12
    DeclareMathSymbolgammamathalphags13

    begindocument
    [2aalpha=theta]
    enddocument









    share|improve this question




























      3












      3








      3








      I would like to set the math font as Garamond-Math (here) except that greek letters should come from a different font (for an illustration, computer modern in the example below.). But it seems declaring the new font does not work.



      How to achieve this?



      documentclassarticle
      usepackageamsmath
      usepackageamsthm
      usepackage[math-style=ISO, bold-style=ISO]unicode-math
      setmathfontGaramond-Math.otf

      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      DeclareSymbolFontgsOMLcmmmit
      DeclareMathSymbolalphamathalphags11
      DeclareMathSymbolbetamathalphags12
      DeclareMathSymbolgammamathalphags13

      begindocument
      [2aalpha=theta]
      enddocument









      share|improve this question
















      I would like to set the math font as Garamond-Math (here) except that greek letters should come from a different font (for an illustration, computer modern in the example below.). But it seems declaring the new font does not work.



      How to achieve this?



      documentclassarticle
      usepackageamsmath
      usepackageamsthm
      usepackage[math-style=ISO, bold-style=ISO]unicode-math
      setmathfontGaramond-Math.otf

      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      DeclareSymbolFontgsOMLcmmmit
      DeclareMathSymbolalphamathalphags11
      DeclareMathSymbolbetamathalphags12
      DeclareMathSymbolgammamathalphags13

      begindocument
      [2aalpha=theta]
      enddocument






      xetex symbols unicode-math






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 7 hours ago







      mert

















      asked 9 hours ago









      mertmert

      7561 gold badge6 silver badges14 bronze badges




      7561 gold badge6 silver badges14 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          3
















          unicode-math does many things AtBeginDocument, you can delay your declarations:



          documentclassarticle
          usepackageunicode-math
          setmathfontGaramond-Math.otf

          DeclareSymbolFontgsOMLcmmmit
          newcommand*RedeclareMathSymbol[4]%
          let#1relax
          DeclareMathSymbol#1#2#3#4%


          AtBeginDocument%
          RedeclareMathSymbolalphamathalphags11%
          RedeclareMathSymbolbetamathalphags12%


          begindocument
          [2aalpha=betatheta]
          enddocument


          mixing fonts






          share|improve this answer
































            3
















            It doesn't work because unicode-math sets the font tables at begin document.



            You should use the range feature instead:



            documentclassarticle
            usepackageamsmath
            usepackageamsthm
            usepackage[math-style=ISO, bold-style=ISO]unicode-math

            setmathfontGaramond-Math.otf
            setmathfontlatinmodern-math.otf[
            Scale=MatchLowercase,
            range=it/greek,Greek,
            ]
            setmathfontGaramond-Math.otf[range=int]


            begindocument

            [2aalpha=theta]

            enddocument


            enter image description here






            share|improve this answer


























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "85"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );














              draft saved

              draft discarded
















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f510139%2funicode-math-and-declaring-symbol-font%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3
















              unicode-math does many things AtBeginDocument, you can delay your declarations:



              documentclassarticle
              usepackageunicode-math
              setmathfontGaramond-Math.otf

              DeclareSymbolFontgsOMLcmmmit
              newcommand*RedeclareMathSymbol[4]%
              let#1relax
              DeclareMathSymbol#1#2#3#4%


              AtBeginDocument%
              RedeclareMathSymbolalphamathalphags11%
              RedeclareMathSymbolbetamathalphags12%


              begindocument
              [2aalpha=betatheta]
              enddocument


              mixing fonts






              share|improve this answer





























                3
















                unicode-math does many things AtBeginDocument, you can delay your declarations:



                documentclassarticle
                usepackageunicode-math
                setmathfontGaramond-Math.otf

                DeclareSymbolFontgsOMLcmmmit
                newcommand*RedeclareMathSymbol[4]%
                let#1relax
                DeclareMathSymbol#1#2#3#4%


                AtBeginDocument%
                RedeclareMathSymbolalphamathalphags11%
                RedeclareMathSymbolbetamathalphags12%


                begindocument
                [2aalpha=betatheta]
                enddocument


                mixing fonts






                share|improve this answer



























                  3














                  3










                  3









                  unicode-math does many things AtBeginDocument, you can delay your declarations:



                  documentclassarticle
                  usepackageunicode-math
                  setmathfontGaramond-Math.otf

                  DeclareSymbolFontgsOMLcmmmit
                  newcommand*RedeclareMathSymbol[4]%
                  let#1relax
                  DeclareMathSymbol#1#2#3#4%


                  AtBeginDocument%
                  RedeclareMathSymbolalphamathalphags11%
                  RedeclareMathSymbolbetamathalphags12%


                  begindocument
                  [2aalpha=betatheta]
                  enddocument


                  mixing fonts






                  share|improve this answer













                  unicode-math does many things AtBeginDocument, you can delay your declarations:



                  documentclassarticle
                  usepackageunicode-math
                  setmathfontGaramond-Math.otf

                  DeclareSymbolFontgsOMLcmmmit
                  newcommand*RedeclareMathSymbol[4]%
                  let#1relax
                  DeclareMathSymbol#1#2#3#4%


                  AtBeginDocument%
                  RedeclareMathSymbolalphamathalphags11%
                  RedeclareMathSymbolbetamathalphags12%


                  begindocument
                  [2aalpha=betatheta]
                  enddocument


                  mixing fonts







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 6 hours ago









                  Ruixi ZhangRuixi Zhang

                  6,5057 silver badges27 bronze badges




                  6,5057 silver badges27 bronze badges


























                      3
















                      It doesn't work because unicode-math sets the font tables at begin document.



                      You should use the range feature instead:



                      documentclassarticle
                      usepackageamsmath
                      usepackageamsthm
                      usepackage[math-style=ISO, bold-style=ISO]unicode-math

                      setmathfontGaramond-Math.otf
                      setmathfontlatinmodern-math.otf[
                      Scale=MatchLowercase,
                      range=it/greek,Greek,
                      ]
                      setmathfontGaramond-Math.otf[range=int]


                      begindocument

                      [2aalpha=theta]

                      enddocument


                      enter image description here






                      share|improve this answer





























                        3
















                        It doesn't work because unicode-math sets the font tables at begin document.



                        You should use the range feature instead:



                        documentclassarticle
                        usepackageamsmath
                        usepackageamsthm
                        usepackage[math-style=ISO, bold-style=ISO]unicode-math

                        setmathfontGaramond-Math.otf
                        setmathfontlatinmodern-math.otf[
                        Scale=MatchLowercase,
                        range=it/greek,Greek,
                        ]
                        setmathfontGaramond-Math.otf[range=int]


                        begindocument

                        [2aalpha=theta]

                        enddocument


                        enter image description here






                        share|improve this answer



























                          3














                          3










                          3









                          It doesn't work because unicode-math sets the font tables at begin document.



                          You should use the range feature instead:



                          documentclassarticle
                          usepackageamsmath
                          usepackageamsthm
                          usepackage[math-style=ISO, bold-style=ISO]unicode-math

                          setmathfontGaramond-Math.otf
                          setmathfontlatinmodern-math.otf[
                          Scale=MatchLowercase,
                          range=it/greek,Greek,
                          ]
                          setmathfontGaramond-Math.otf[range=int]


                          begindocument

                          [2aalpha=theta]

                          enddocument


                          enter image description here






                          share|improve this answer













                          It doesn't work because unicode-math sets the font tables at begin document.



                          You should use the range feature instead:



                          documentclassarticle
                          usepackageamsmath
                          usepackageamsthm
                          usepackage[math-style=ISO, bold-style=ISO]unicode-math

                          setmathfontGaramond-Math.otf
                          setmathfontlatinmodern-math.otf[
                          Scale=MatchLowercase,
                          range=it/greek,Greek,
                          ]
                          setmathfontGaramond-Math.otf[range=int]


                          begindocument

                          [2aalpha=theta]

                          enddocument


                          enter image description here







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 6 hours ago









                          egregegreg

                          772k91 gold badges2013 silver badges3370 bronze badges




                          772k91 gold badges2013 silver badges3370 bronze badges































                              draft saved

                              draft discarded















































                              Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f510139%2funicode-math-and-declaring-symbol-font%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                              Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                              François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480