Packages “LibertinusT1Math” raises error if compiled with XeLaTeXProblems with opentype options under XeTeXUsing microtype protrusion with XeTeX and UbuntuUsing Linux Libertine fonts for math without newtxmathdrawing vertical lines on top of symbolsHow to disable math packages in XeLaTeX?Copying ligatures from XeLaTeX PDFWarning: some font shapes not available when compiling twenty-seconds-cv

In SQL Server, why does backward scan of clustered index cannot use parallelism?

How to create all combinations from a nested list while preserving the structure using R?

A tool to replace all words with antonyms

Can you castle with a "ghost" rook?

How are you supposed to know the strumming pattern for a song from the "chord sheet music"?

English - Acceptable use of parentheses in an author's name

Why do funding agencies like the NSF not publish accepted grants?

Understanding the point of a kölsche Witz

Different inverter (logic gate) symbols

What does this double-treble double-bass staff mean?

Who are these characters/superheroes in the posters from Chris's room in Family Guy?

Are there any financial disadvantages to living significantly "below your means"?

How can you evade tax by getting employment income just in equity, then using this equity as collateral to take out loan?

The equation of motion for a scalar field in curved spacetime in terms of the covariant derivative

Was the 2019 Lion King film made through motion capture?

If "more guns less crime", how do gun advocates explain that the EU has less crime than the US?

Bitcoin successfully deducted on sender wallet but did not reach receiver wallet

As a 16 year old, how can I keep my money safe from my mother?

Team goes to lunch frequently, I do intermittent fasting but still want to socialize

Word or idiom defining something barely functional

Identification of vintage sloping window

What is the maximum number of PC-controlled undead?

Plausibility of Ice Eaters in the Arctic

During the Space Shuttle Columbia Disaster of 2003, Why Did The Flight Director Say, "Lock the doors."?



Packages “LibertinusT1Math” raises error if compiled with XeLaTeX


Problems with opentype options under XeTeXUsing microtype protrusion with XeTeX and UbuntuUsing Linux Libertine fonts for math without newtxmathdrawing vertical lines on top of symbolsHow to disable math packages in XeLaTeX?Copying ligatures from XeLaTeX PDFWarning: some font shapes not available when compiling twenty-seconds-cv






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








4















The following MWE raises an error if compiled with XeLaTex:



documentclassarticle

usepackagelibertinus
usepackage[slantedGreek]libertinust1math

begindocument
Lore ipsum dulur.
enddocument


The error is:



(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)

! LaTeX Error: Command dddot already defined.
Or name end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.


The LibertineT1Math documentation says that it loads "amsmath", if required, but this obviously results into an error.



How do I use the font Libertine/Libertinus not only for the text body, but also vor mathematical material, together with XeLaTeX?










share|improve this question
























  • the libertinus package loads unicode-math and setups an unicode-math font. This clashes with libertinus1math.

    – Ulrike Fischer
    9 hours ago











  • In my opinion, the nomath option should avoid the loading of unicode-math.

    – egreg
    8 hours ago

















4















The following MWE raises an error if compiled with XeLaTex:



documentclassarticle

usepackagelibertinus
usepackage[slantedGreek]libertinust1math

begindocument
Lore ipsum dulur.
enddocument


The error is:



(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)

! LaTeX Error: Command dddot already defined.
Or name end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.


The LibertineT1Math documentation says that it loads "amsmath", if required, but this obviously results into an error.



How do I use the font Libertine/Libertinus not only for the text body, but also vor mathematical material, together with XeLaTeX?










share|improve this question
























  • the libertinus package loads unicode-math and setups an unicode-math font. This clashes with libertinus1math.

    – Ulrike Fischer
    9 hours ago











  • In my opinion, the nomath option should avoid the loading of unicode-math.

    – egreg
    8 hours ago













4












4








4








The following MWE raises an error if compiled with XeLaTex:



documentclassarticle

usepackagelibertinus
usepackage[slantedGreek]libertinust1math

begindocument
Lore ipsum dulur.
enddocument


The error is:



(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)

! LaTeX Error: Command dddot already defined.
Or name end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.


The LibertineT1Math documentation says that it loads "amsmath", if required, but this obviously results into an error.



How do I use the font Libertine/Libertinus not only for the text body, but also vor mathematical material, together with XeLaTeX?










share|improve this question














The following MWE raises an error if compiled with XeLaTex:



documentclassarticle

usepackagelibertinus
usepackage[slantedGreek]libertinust1math

begindocument
Lore ipsum dulur.
enddocument


The error is:



(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty)

! LaTeX Error: Command dddot already defined.
Or name end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.


The LibertineT1Math documentation says that it loads "amsmath", if required, but this obviously results into an error.



How do I use the font Libertine/Libertinus not only for the text body, but also vor mathematical material, together with XeLaTeX?







xetex unicode-math libertinus






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 9 hours ago









nagmat84nagmat84

5803 silver badges11 bronze badges




5803 silver badges11 bronze badges















  • the libertinus package loads unicode-math and setups an unicode-math font. This clashes with libertinus1math.

    – Ulrike Fischer
    9 hours ago











  • In my opinion, the nomath option should avoid the loading of unicode-math.

    – egreg
    8 hours ago

















  • the libertinus package loads unicode-math and setups an unicode-math font. This clashes with libertinus1math.

    – Ulrike Fischer
    9 hours ago











  • In my opinion, the nomath option should avoid the loading of unicode-math.

    – egreg
    8 hours ago
















the libertinus package loads unicode-math and setups an unicode-math font. This clashes with libertinus1math.

– Ulrike Fischer
9 hours ago





the libertinus package loads unicode-math and setups an unicode-math font. This clashes with libertinus1math.

– Ulrike Fischer
9 hours ago













In my opinion, the nomath option should avoid the loading of unicode-math.

– egreg
8 hours ago





In my opinion, the nomath option should avoid the loading of unicode-math.

– egreg
8 hours ago










1 Answer
1






active

oldest

votes


















3














The libertinus package (actually libertinus-otf, that's loaded when XeLaTeX is used) has a nomath option, which however doesn't avoid loading unicode-math, but just doesn't set Libertinus Math as the math font.



In my opinion the package should offer the option of using legacy math fonts such as Libertinus1Math.



Workaround: trick LaTeX into thinking that unicode-math has already been loaded; you also need to explicitly load fontspec.



expandafterdefcsname ver@unicode-math.styendcsname

documentclassarticle

usepackagefontspec
usepackage[nomath]libertinus
usepackage[slantedGreek]libertinust1math

begindocument
Lore ipsum dulur $a=b-sin x$
enddocument


enter image description here



Here's the output of pdffonts:



name type encoding emb sub uni object ID
------------------------------------ ----------------- ---------------- --- --- --- ---------
HXAFGM+LibertinusSerif-Regular-Identity-H CID Type 0C Identity-H yes yes yes 5 0
XWISZM+LibertinusT1Math Type 1C Custom yes yes yes 6 0
RZKIRB+LibertinusT1Math Type 1C Custom yes yes yes 7 0





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/3.0/"u003ecc by-sa 3.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%2f503793%2fpackages-libertinust1math-raises-error-if-compiled-with-xelatex%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    The libertinus package (actually libertinus-otf, that's loaded when XeLaTeX is used) has a nomath option, which however doesn't avoid loading unicode-math, but just doesn't set Libertinus Math as the math font.



    In my opinion the package should offer the option of using legacy math fonts such as Libertinus1Math.



    Workaround: trick LaTeX into thinking that unicode-math has already been loaded; you also need to explicitly load fontspec.



    expandafterdefcsname ver@unicode-math.styendcsname

    documentclassarticle

    usepackagefontspec
    usepackage[nomath]libertinus
    usepackage[slantedGreek]libertinust1math

    begindocument
    Lore ipsum dulur $a=b-sin x$
    enddocument


    enter image description here



    Here's the output of pdffonts:



    name type encoding emb sub uni object ID
    ------------------------------------ ----------------- ---------------- --- --- --- ---------
    HXAFGM+LibertinusSerif-Regular-Identity-H CID Type 0C Identity-H yes yes yes 5 0
    XWISZM+LibertinusT1Math Type 1C Custom yes yes yes 6 0
    RZKIRB+LibertinusT1Math Type 1C Custom yes yes yes 7 0





    share|improve this answer





























      3














      The libertinus package (actually libertinus-otf, that's loaded when XeLaTeX is used) has a nomath option, which however doesn't avoid loading unicode-math, but just doesn't set Libertinus Math as the math font.



      In my opinion the package should offer the option of using legacy math fonts such as Libertinus1Math.



      Workaround: trick LaTeX into thinking that unicode-math has already been loaded; you also need to explicitly load fontspec.



      expandafterdefcsname ver@unicode-math.styendcsname

      documentclassarticle

      usepackagefontspec
      usepackage[nomath]libertinus
      usepackage[slantedGreek]libertinust1math

      begindocument
      Lore ipsum dulur $a=b-sin x$
      enddocument


      enter image description here



      Here's the output of pdffonts:



      name type encoding emb sub uni object ID
      ------------------------------------ ----------------- ---------------- --- --- --- ---------
      HXAFGM+LibertinusSerif-Regular-Identity-H CID Type 0C Identity-H yes yes yes 5 0
      XWISZM+LibertinusT1Math Type 1C Custom yes yes yes 6 0
      RZKIRB+LibertinusT1Math Type 1C Custom yes yes yes 7 0





      share|improve this answer



























        3












        3








        3







        The libertinus package (actually libertinus-otf, that's loaded when XeLaTeX is used) has a nomath option, which however doesn't avoid loading unicode-math, but just doesn't set Libertinus Math as the math font.



        In my opinion the package should offer the option of using legacy math fonts such as Libertinus1Math.



        Workaround: trick LaTeX into thinking that unicode-math has already been loaded; you also need to explicitly load fontspec.



        expandafterdefcsname ver@unicode-math.styendcsname

        documentclassarticle

        usepackagefontspec
        usepackage[nomath]libertinus
        usepackage[slantedGreek]libertinust1math

        begindocument
        Lore ipsum dulur $a=b-sin x$
        enddocument


        enter image description here



        Here's the output of pdffonts:



        name type encoding emb sub uni object ID
        ------------------------------------ ----------------- ---------------- --- --- --- ---------
        HXAFGM+LibertinusSerif-Regular-Identity-H CID Type 0C Identity-H yes yes yes 5 0
        XWISZM+LibertinusT1Math Type 1C Custom yes yes yes 6 0
        RZKIRB+LibertinusT1Math Type 1C Custom yes yes yes 7 0





        share|improve this answer













        The libertinus package (actually libertinus-otf, that's loaded when XeLaTeX is used) has a nomath option, which however doesn't avoid loading unicode-math, but just doesn't set Libertinus Math as the math font.



        In my opinion the package should offer the option of using legacy math fonts such as Libertinus1Math.



        Workaround: trick LaTeX into thinking that unicode-math has already been loaded; you also need to explicitly load fontspec.



        expandafterdefcsname ver@unicode-math.styendcsname

        documentclassarticle

        usepackagefontspec
        usepackage[nomath]libertinus
        usepackage[slantedGreek]libertinust1math

        begindocument
        Lore ipsum dulur $a=b-sin x$
        enddocument


        enter image description here



        Here's the output of pdffonts:



        name type encoding emb sub uni object ID
        ------------------------------------ ----------------- ---------------- --- --- --- ---------
        HXAFGM+LibertinusSerif-Regular-Identity-H CID Type 0C Identity-H yes yes yes 5 0
        XWISZM+LibertinusT1Math Type 1C Custom yes yes yes 6 0
        RZKIRB+LibertinusT1Math Type 1C Custom yes yes yes 7 0






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        egregegreg

        761k90 gold badges1988 silver badges3337 bronze badges




        761k90 gold badges1988 silver badges3337 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%2f503793%2fpackages-libertinust1math-raises-error-if-compiled-with-xelatex%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

            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

            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

            Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її