How to use Palladio font in text body but Computer Modern for Equations?How to enforce pslatex to use Computer Modern font for math?TeXLive/PDFTeX fonts loading problemChange font to computer modern for includegraphicsUsing a handwriting font from myscriptfont.comFont Setup for an Academic Thesis, no Computer Modern WantedUpright Greek font fitting to Computer ModernFont Issue — Times and Computer Modern work but nothing elserestore Computer Modern font for mathversionnormal when using wrisymUsing LaTeX font in R (Computer Modern)Is this font computer modern ?

Can a human be transformed into a Mind Flayer?

Smart-expansion of a range to a list of numbers

Why did Intel abandon unified CPU cache?

Solving ‘Null geometry…’ error during distance matrix operation?

Is using 'echo' to display attacker-controlled data on the terminal dangerous?

Java Servlet & JSP simple login

Is it okay to have a sequel start immediately after the end of the first book?

Why am I getting a strange double quote (“) in Open Office instead of the ordinary one (")?

Has there been a multiethnic Star Trek character?

Russian word for a male zebra

Why is Na5 not played in this line of the French Defense, Advance Variation?

2019 gold coins to share

Why was this person allowed to become Grand Maester?

Origin of "boor"

How do i export activities related to an account with a specific recordtype?

Why Does Mama Coco Look Old After Going to the Other World?

I have a problematic assistant manager, but I can't fire him

What aircraft was used as Air Force One for the flight between Southampton and Shannon?

Does putting salt first make it easier for attacker to bruteforce the hash?

What is the logic behind charging tax _in the form of money_ for owning property when the property does not produce money?

Teaching a class likely meant to inflate the GPA of student athletes

Possible runaway argument using circuitikz

Varying the size of dots in a plot according to information contained in list

Does the Nuka-Cola bottler actually generate nuka cola?



How to use Palladio font in text body but Computer Modern for Equations?


How to enforce pslatex to use Computer Modern font for math?TeXLive/PDFTeX fonts loading problemChange font to computer modern for includegraphicsUsing a handwriting font from myscriptfont.comFont Setup for an Academic Thesis, no Computer Modern WantedUpright Greek font fitting to Computer ModernFont Issue — Times and Computer Modern work but nothing elserestore Computer Modern font for mathversionnormal when using wrisymUsing LaTeX font in R (Computer Modern)Is this font computer modern ?













5















i want my text body to be set in a Palladio-like font, but my equations to be set in Computer Modern.



documentclass[12pt,a4paper]scrartcl
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman]babel
usepackagelipsum

usepackage[sc]mathpazo
linespread1.05

begindocument
lipsum[1]

beginequation
f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
endequation
enddocument


What should i do?










share|improve this question

















  • 1





    Welcome to TeX.SE.

    – Mico
    May 25 at 11:35






  • 1





    That seems a strange setup: Computer Modern math fonts are largely visually incompatible with Palladio/Palatino.

    – egreg
    May 25 at 13:07











  • Maybe i identified the fonts in the document i want to replicate wrong. See follow up questeion tex.stackexchange.com/questions/492591/…

    – Marvin Noll
    May 25 at 13:16












  • If you want to use an up-to-date Palatino text font, you should really also go for an up-to-date Palatino math font. The mathpazo package is beyond ancient. Do consider loading the newpxtext and newpxmath font packages.

    – Mico
    May 25 at 21:36















5















i want my text body to be set in a Palladio-like font, but my equations to be set in Computer Modern.



documentclass[12pt,a4paper]scrartcl
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman]babel
usepackagelipsum

usepackage[sc]mathpazo
linespread1.05

begindocument
lipsum[1]

beginequation
f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
endequation
enddocument


What should i do?










share|improve this question

















  • 1





    Welcome to TeX.SE.

    – Mico
    May 25 at 11:35






  • 1





    That seems a strange setup: Computer Modern math fonts are largely visually incompatible with Palladio/Palatino.

    – egreg
    May 25 at 13:07











  • Maybe i identified the fonts in the document i want to replicate wrong. See follow up questeion tex.stackexchange.com/questions/492591/…

    – Marvin Noll
    May 25 at 13:16












  • If you want to use an up-to-date Palatino text font, you should really also go for an up-to-date Palatino math font. The mathpazo package is beyond ancient. Do consider loading the newpxtext and newpxmath font packages.

    – Mico
    May 25 at 21:36













5












5








5








i want my text body to be set in a Palladio-like font, but my equations to be set in Computer Modern.



documentclass[12pt,a4paper]scrartcl
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman]babel
usepackagelipsum

usepackage[sc]mathpazo
linespread1.05

begindocument
lipsum[1]

beginequation
f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
endequation
enddocument


What should i do?










share|improve this question














i want my text body to be set in a Palladio-like font, but my equations to be set in Computer Modern.



documentclass[12pt,a4paper]scrartcl
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman]babel
usepackagelipsum

usepackage[sc]mathpazo
linespread1.05

begindocument
lipsum[1]

beginequation
f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
endequation
enddocument


What should i do?







fonts






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 25 at 11:21









Marvin NollMarvin Noll

283




283







  • 1





    Welcome to TeX.SE.

    – Mico
    May 25 at 11:35






  • 1





    That seems a strange setup: Computer Modern math fonts are largely visually incompatible with Palladio/Palatino.

    – egreg
    May 25 at 13:07











  • Maybe i identified the fonts in the document i want to replicate wrong. See follow up questeion tex.stackexchange.com/questions/492591/…

    – Marvin Noll
    May 25 at 13:16












  • If you want to use an up-to-date Palatino text font, you should really also go for an up-to-date Palatino math font. The mathpazo package is beyond ancient. Do consider loading the newpxtext and newpxmath font packages.

    – Mico
    May 25 at 21:36












  • 1





    Welcome to TeX.SE.

    – Mico
    May 25 at 11:35






  • 1





    That seems a strange setup: Computer Modern math fonts are largely visually incompatible with Palladio/Palatino.

    – egreg
    May 25 at 13:07











  • Maybe i identified the fonts in the document i want to replicate wrong. See follow up questeion tex.stackexchange.com/questions/492591/…

    – Marvin Noll
    May 25 at 13:16












  • If you want to use an up-to-date Palatino text font, you should really also go for an up-to-date Palatino math font. The mathpazo package is beyond ancient. Do consider loading the newpxtext and newpxmath font packages.

    – Mico
    May 25 at 21:36







1




1





Welcome to TeX.SE.

– Mico
May 25 at 11:35





Welcome to TeX.SE.

– Mico
May 25 at 11:35




1




1





That seems a strange setup: Computer Modern math fonts are largely visually incompatible with Palladio/Palatino.

– egreg
May 25 at 13:07





That seems a strange setup: Computer Modern math fonts are largely visually incompatible with Palladio/Palatino.

– egreg
May 25 at 13:07













Maybe i identified the fonts in the document i want to replicate wrong. See follow up questeion tex.stackexchange.com/questions/492591/…

– Marvin Noll
May 25 at 13:16






Maybe i identified the fonts in the document i want to replicate wrong. See follow up questeion tex.stackexchange.com/questions/492591/…

– Marvin Noll
May 25 at 13:16














If you want to use an up-to-date Palatino text font, you should really also go for an up-to-date Palatino math font. The mathpazo package is beyond ancient. Do consider loading the newpxtext and newpxmath font packages.

– Mico
May 25 at 21:36





If you want to use an up-to-date Palatino text font, you should really also go for an up-to-date Palatino math font. The mathpazo package is beyond ancient. Do consider loading the newpxtext and newpxmath font packages.

– Mico
May 25 at 21:36










2 Answers
2






active

oldest

votes


















7














Don't load the mathpazo package. Instead, load the newpxtext package. As the name of the package indicates, it provides only text fonts, no math fonts.




A full MWE:



enter image description here



documentclass[12pt,a4paper]scrartcl
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackage[ngerman]babel
usepackagelipsum

%%usepackage[sc]mathpazo
usepackagenewpxtext
linespread1.05

begindocument
lipsum[2]
beginequation
f(x)=x^2 int_-infty^infty sin(2pi f_0 t),dt
endequation
enddocument





share|improve this answer
































    4














    Just rename the default family name:



    documentclass[12pt,a4paper]scrartcl
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackage[ngerman]babel
    usepackagelipsum

    renewcommandrmdefaultpplj

    linespread1.05

    begindocument

    textscAbcdef

    lipsum[1]

    beginequation
    f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
    endequation
    enddocument


    The output of pdffonts is



    name type encoding emb sub uni object ID
    ------------------------------------ ----------------- ---------------- --- --- --- ---------
    DZRMSF+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
    CXJMMY+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
    NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
    VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
    VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
    CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
    UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
    BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


    enter image description here



    With pplx instead of pplj you get “uppercase digits” and true small caps (thanks to Ralf Steubner for suggesting it).



    enter image description here



    The output of pdffonts



    name type encoding emb sub uni object ID
    ------------------------------------ ----------------- ---------------- --- --- --- ---------
    DKRBIK+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
    GDZRLO+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
    NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
    VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
    VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
    CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
    UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
    BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


    The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern.






    share|improve this answer




















    • 3





      +1 for "The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern."

      – Mico
      May 25 at 19:57






    • 1





      @Mico +1 also for me. It is absolutely true that the fonts are not compatible, but the retina monitor of the MaC of egreg is simply fantastic :-) that makes fonts look like they fit perfectly.

      – Sebastiano
      May 25 at 21:14












    • I dont quite get it. Could you two elaborate on 'visually incompatible'? What do you mean by that and then why does some books use this setup?

      – Marvin Noll
      May 26 at 14:06











    • You can use pplx to get real small caps together with lining figures.

      – Ralf Stubner
      May 28 at 9:47











    • @RalfStubner Thanks for the suggestion!

      – egreg
      May 28 at 10:23











    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%2f492580%2fhow-to-use-palladio-font-in-text-body-but-computer-modern-for-equations%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









    7














    Don't load the mathpazo package. Instead, load the newpxtext package. As the name of the package indicates, it provides only text fonts, no math fonts.




    A full MWE:



    enter image description here



    documentclass[12pt,a4paper]scrartcl
    usepackage[utf8]inputenc
    usepackage[T1]fontenc
    usepackage[ngerman]babel
    usepackagelipsum

    %%usepackage[sc]mathpazo
    usepackagenewpxtext
    linespread1.05

    begindocument
    lipsum[2]
    beginequation
    f(x)=x^2 int_-infty^infty sin(2pi f_0 t),dt
    endequation
    enddocument





    share|improve this answer





























      7














      Don't load the mathpazo package. Instead, load the newpxtext package. As the name of the package indicates, it provides only text fonts, no math fonts.




      A full MWE:



      enter image description here



      documentclass[12pt,a4paper]scrartcl
      usepackage[utf8]inputenc
      usepackage[T1]fontenc
      usepackage[ngerman]babel
      usepackagelipsum

      %%usepackage[sc]mathpazo
      usepackagenewpxtext
      linespread1.05

      begindocument
      lipsum[2]
      beginequation
      f(x)=x^2 int_-infty^infty sin(2pi f_0 t),dt
      endequation
      enddocument





      share|improve this answer



























        7












        7








        7







        Don't load the mathpazo package. Instead, load the newpxtext package. As the name of the package indicates, it provides only text fonts, no math fonts.




        A full MWE:



        enter image description here



        documentclass[12pt,a4paper]scrartcl
        usepackage[utf8]inputenc
        usepackage[T1]fontenc
        usepackage[ngerman]babel
        usepackagelipsum

        %%usepackage[sc]mathpazo
        usepackagenewpxtext
        linespread1.05

        begindocument
        lipsum[2]
        beginequation
        f(x)=x^2 int_-infty^infty sin(2pi f_0 t),dt
        endequation
        enddocument





        share|improve this answer















        Don't load the mathpazo package. Instead, load the newpxtext package. As the name of the package indicates, it provides only text fonts, no math fonts.




        A full MWE:



        enter image description here



        documentclass[12pt,a4paper]scrartcl
        usepackage[utf8]inputenc
        usepackage[T1]fontenc
        usepackage[ngerman]babel
        usepackagelipsum

        %%usepackage[sc]mathpazo
        usepackagenewpxtext
        linespread1.05

        begindocument
        lipsum[2]
        beginequation
        f(x)=x^2 int_-infty^infty sin(2pi f_0 t),dt
        endequation
        enddocument






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited May 25 at 11:41

























        answered May 25 at 11:36









        MicoMico

        293k32403792




        293k32403792





















            4














            Just rename the default family name:



            documentclass[12pt,a4paper]scrartcl
            usepackage[utf8]inputenc
            usepackage[T1]fontenc
            usepackage[ngerman]babel
            usepackagelipsum

            renewcommandrmdefaultpplj

            linespread1.05

            begindocument

            textscAbcdef

            lipsum[1]

            beginequation
            f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
            endequation
            enddocument


            The output of pdffonts is



            name type encoding emb sub uni object ID
            ------------------------------------ ----------------- ---------------- --- --- --- ---------
            DZRMSF+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
            CXJMMY+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
            NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
            VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
            VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
            CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
            UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
            BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


            enter image description here



            With pplx instead of pplj you get “uppercase digits” and true small caps (thanks to Ralf Steubner for suggesting it).



            enter image description here



            The output of pdffonts



            name type encoding emb sub uni object ID
            ------------------------------------ ----------------- ---------------- --- --- --- ---------
            DKRBIK+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
            GDZRLO+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
            NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
            VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
            VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
            CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
            UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
            BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


            The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern.






            share|improve this answer




















            • 3





              +1 for "The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern."

              – Mico
              May 25 at 19:57






            • 1





              @Mico +1 also for me. It is absolutely true that the fonts are not compatible, but the retina monitor of the MaC of egreg is simply fantastic :-) that makes fonts look like they fit perfectly.

              – Sebastiano
              May 25 at 21:14












            • I dont quite get it. Could you two elaborate on 'visually incompatible'? What do you mean by that and then why does some books use this setup?

              – Marvin Noll
              May 26 at 14:06











            • You can use pplx to get real small caps together with lining figures.

              – Ralf Stubner
              May 28 at 9:47











            • @RalfStubner Thanks for the suggestion!

              – egreg
              May 28 at 10:23















            4














            Just rename the default family name:



            documentclass[12pt,a4paper]scrartcl
            usepackage[utf8]inputenc
            usepackage[T1]fontenc
            usepackage[ngerman]babel
            usepackagelipsum

            renewcommandrmdefaultpplj

            linespread1.05

            begindocument

            textscAbcdef

            lipsum[1]

            beginequation
            f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
            endequation
            enddocument


            The output of pdffonts is



            name type encoding emb sub uni object ID
            ------------------------------------ ----------------- ---------------- --- --- --- ---------
            DZRMSF+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
            CXJMMY+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
            NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
            VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
            VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
            CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
            UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
            BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


            enter image description here



            With pplx instead of pplj you get “uppercase digits” and true small caps (thanks to Ralf Steubner for suggesting it).



            enter image description here



            The output of pdffonts



            name type encoding emb sub uni object ID
            ------------------------------------ ----------------- ---------------- --- --- --- ---------
            DKRBIK+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
            GDZRLO+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
            NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
            VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
            VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
            CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
            UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
            BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


            The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern.






            share|improve this answer




















            • 3





              +1 for "The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern."

              – Mico
              May 25 at 19:57






            • 1





              @Mico +1 also for me. It is absolutely true that the fonts are not compatible, but the retina monitor of the MaC of egreg is simply fantastic :-) that makes fonts look like they fit perfectly.

              – Sebastiano
              May 25 at 21:14












            • I dont quite get it. Could you two elaborate on 'visually incompatible'? What do you mean by that and then why does some books use this setup?

              – Marvin Noll
              May 26 at 14:06











            • You can use pplx to get real small caps together with lining figures.

              – Ralf Stubner
              May 28 at 9:47











            • @RalfStubner Thanks for the suggestion!

              – egreg
              May 28 at 10:23













            4












            4








            4







            Just rename the default family name:



            documentclass[12pt,a4paper]scrartcl
            usepackage[utf8]inputenc
            usepackage[T1]fontenc
            usepackage[ngerman]babel
            usepackagelipsum

            renewcommandrmdefaultpplj

            linespread1.05

            begindocument

            textscAbcdef

            lipsum[1]

            beginequation
            f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
            endequation
            enddocument


            The output of pdffonts is



            name type encoding emb sub uni object ID
            ------------------------------------ ----------------- ---------------- --- --- --- ---------
            DZRMSF+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
            CXJMMY+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
            NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
            VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
            VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
            CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
            UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
            BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


            enter image description here



            With pplx instead of pplj you get “uppercase digits” and true small caps (thanks to Ralf Steubner for suggesting it).



            enter image description here



            The output of pdffonts



            name type encoding emb sub uni object ID
            ------------------------------------ ----------------- ---------------- --- --- --- ---------
            DKRBIK+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
            GDZRLO+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
            NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
            VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
            VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
            CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
            UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
            BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


            The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern.






            share|improve this answer















            Just rename the default family name:



            documentclass[12pt,a4paper]scrartcl
            usepackage[utf8]inputenc
            usepackage[T1]fontenc
            usepackage[ngerman]babel
            usepackagelipsum

            renewcommandrmdefaultpplj

            linespread1.05

            begindocument

            textscAbcdef

            lipsum[1]

            beginequation
            f(x)=x^2 cdot int_-infty^infty sin(2pi f_0 t)
            endequation
            enddocument


            The output of pdffonts is



            name type encoding emb sub uni object ID
            ------------------------------------ ----------------- ---------------- --- --- --- ---------
            DZRMSF+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
            CXJMMY+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
            NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
            VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
            VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
            CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
            UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
            BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


            enter image description here



            With pplx instead of pplj you get “uppercase digits” and true small caps (thanks to Ralf Steubner for suggesting it).



            enter image description here



            The output of pdffonts



            name type encoding emb sub uni object ID
            ------------------------------------ ----------------- ---------------- --- --- --- ---------
            DKRBIK+URWPalladioL-Roma Type 1 Custom yes yes no 4 0
            GDZRLO+TeXPalladioL-SC Type 1 Custom yes yes no 5 0
            NMBJYD+CMMI12 Type 1 Builtin yes yes no 6 0
            VRSLZY+CMR12 Type 1 Builtin yes yes no 7 0
            VOPKHO+CMR8 Type 1 Builtin yes yes no 8 0
            CKUQXN+CMSY10 Type 1 Builtin yes yes no 9 0
            UYVLXV+CMEX10 Type 1 Builtin yes yes no 10 0
            BECFBN+CMSY8 Type 1 Builtin yes yes no 11 0


            The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited May 28 at 10:27

























            answered May 25 at 13:15









            egregegreg

            747k8919543296




            747k8919543296







            • 3





              +1 for "The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern."

              – Mico
              May 25 at 19:57






            • 1





              @Mico +1 also for me. It is absolutely true that the fonts are not compatible, but the retina monitor of the MaC of egreg is simply fantastic :-) that makes fonts look like they fit perfectly.

              – Sebastiano
              May 25 at 21:14












            • I dont quite get it. Could you two elaborate on 'visually incompatible'? What do you mean by that and then why does some books use this setup?

              – Marvin Noll
              May 26 at 14:06











            • You can use pplx to get real small caps together with lining figures.

              – Ralf Stubner
              May 28 at 9:47











            • @RalfStubner Thanks for the suggestion!

              – egreg
              May 28 at 10:23












            • 3





              +1 for "The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern."

              – Mico
              May 25 at 19:57






            • 1





              @Mico +1 also for me. It is absolutely true that the fonts are not compatible, but the retina monitor of the MaC of egreg is simply fantastic :-) that makes fonts look like they fit perfectly.

              – Sebastiano
              May 25 at 21:14












            • I dont quite get it. Could you two elaborate on 'visually incompatible'? What do you mean by that and then why does some books use this setup?

              – Marvin Noll
              May 26 at 14:06











            • You can use pplx to get real small caps together with lining figures.

              – Ralf Stubner
              May 28 at 9:47











            • @RalfStubner Thanks for the suggestion!

              – egreg
              May 28 at 10:23







            3




            3





            +1 for "The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern."

            – Mico
            May 25 at 19:57





            +1 for "The output is bad in either case, as Palatino/Palladio is visually incompatible with Computer Modern."

            – Mico
            May 25 at 19:57




            1




            1





            @Mico +1 also for me. It is absolutely true that the fonts are not compatible, but the retina monitor of the MaC of egreg is simply fantastic :-) that makes fonts look like they fit perfectly.

            – Sebastiano
            May 25 at 21:14






            @Mico +1 also for me. It is absolutely true that the fonts are not compatible, but the retina monitor of the MaC of egreg is simply fantastic :-) that makes fonts look like they fit perfectly.

            – Sebastiano
            May 25 at 21:14














            I dont quite get it. Could you two elaborate on 'visually incompatible'? What do you mean by that and then why does some books use this setup?

            – Marvin Noll
            May 26 at 14:06





            I dont quite get it. Could you two elaborate on 'visually incompatible'? What do you mean by that and then why does some books use this setup?

            – Marvin Noll
            May 26 at 14:06













            You can use pplx to get real small caps together with lining figures.

            – Ralf Stubner
            May 28 at 9:47





            You can use pplx to get real small caps together with lining figures.

            – Ralf Stubner
            May 28 at 9:47













            @RalfStubner Thanks for the suggestion!

            – egreg
            May 28 at 10:23





            @RalfStubner Thanks for the suggestion!

            – egreg
            May 28 at 10:23

















            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%2f492580%2fhow-to-use-palladio-font-in-text-body-but-computer-modern-for-equations%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

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company