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

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020