usepackage[T1]{fontenc} doesn't use cm-super or cm-super unicode despite being installed











up vote
0
down vote

favorite












Some Bitmap font is being used instead.



Minimal working example:



documentclass{article}
usepackage[T1]{fontenc}
usepackage{lipsum}
begin{document}
lipsum
end{document}


Expected output:
Pretty text that isn't cancer.



What I get:
Cancer. See logfile.



Logfile:
Clicky



My updmap.cfg










share|improve this question
























  • @Sveinung that is not true, in TeXLive cm-super is normally the default.
    – daleif
    Dec 5 at 14:27






  • 1




    What exactly have you installed? Is this a repackaged TeXLive for slackware? Did you install all of it or just parts of it?
    – daleif
    Dec 5 at 14:27










  • What does kpsewhich sfrm1000.pfb report? When I compile your MWE using my installation of upstream TeXLive then this font file is being listed as being included. Your installation is a bit strange, as I have a much newer lipsum installed
    – daleif
    Dec 5 at 14:30












  • kpsewhich sfrm1000.pfb: /usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb Also, yeah ,it's a Slackware thing, from slackbuilds.org, but the base package has made it into the current snapshot. The "extras" package is a huge one with all sorts of, well, extra packages. I installed everything.
    – Rick Rickson
    Dec 5 at 14:35












  • how about kpsewhich cm-super-t1.enc, otherwise try installing upstream TL instead (tug.org/texlive). I usually recommend to not installing it as root, but rather install it as yourself in a folder you own in say /opt, and then adding this path to the $PATH variable.
    – daleif
    Dec 5 at 14:45















up vote
0
down vote

favorite












Some Bitmap font is being used instead.



Minimal working example:



documentclass{article}
usepackage[T1]{fontenc}
usepackage{lipsum}
begin{document}
lipsum
end{document}


Expected output:
Pretty text that isn't cancer.



What I get:
Cancer. See logfile.



Logfile:
Clicky



My updmap.cfg










share|improve this question
























  • @Sveinung that is not true, in TeXLive cm-super is normally the default.
    – daleif
    Dec 5 at 14:27






  • 1




    What exactly have you installed? Is this a repackaged TeXLive for slackware? Did you install all of it or just parts of it?
    – daleif
    Dec 5 at 14:27










  • What does kpsewhich sfrm1000.pfb report? When I compile your MWE using my installation of upstream TeXLive then this font file is being listed as being included. Your installation is a bit strange, as I have a much newer lipsum installed
    – daleif
    Dec 5 at 14:30












  • kpsewhich sfrm1000.pfb: /usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb Also, yeah ,it's a Slackware thing, from slackbuilds.org, but the base package has made it into the current snapshot. The "extras" package is a huge one with all sorts of, well, extra packages. I installed everything.
    – Rick Rickson
    Dec 5 at 14:35












  • how about kpsewhich cm-super-t1.enc, otherwise try installing upstream TL instead (tug.org/texlive). I usually recommend to not installing it as root, but rather install it as yourself in a folder you own in say /opt, and then adding this path to the $PATH variable.
    – daleif
    Dec 5 at 14:45













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Some Bitmap font is being used instead.



Minimal working example:



documentclass{article}
usepackage[T1]{fontenc}
usepackage{lipsum}
begin{document}
lipsum
end{document}


Expected output:
Pretty text that isn't cancer.



What I get:
Cancer. See logfile.



Logfile:
Clicky



My updmap.cfg










share|improve this question















Some Bitmap font is being used instead.



Minimal working example:



documentclass{article}
usepackage[T1]{fontenc}
usepackage{lipsum}
begin{document}
lipsum
end{document}


Expected output:
Pretty text that isn't cancer.



What I get:
Cancer. See logfile.



Logfile:
Clicky



My updmap.cfg







fonts font-encodings






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 5 at 15:47

























asked Dec 5 at 14:16









Rick Rickson

313




313












  • @Sveinung that is not true, in TeXLive cm-super is normally the default.
    – daleif
    Dec 5 at 14:27






  • 1




    What exactly have you installed? Is this a repackaged TeXLive for slackware? Did you install all of it or just parts of it?
    – daleif
    Dec 5 at 14:27










  • What does kpsewhich sfrm1000.pfb report? When I compile your MWE using my installation of upstream TeXLive then this font file is being listed as being included. Your installation is a bit strange, as I have a much newer lipsum installed
    – daleif
    Dec 5 at 14:30












  • kpsewhich sfrm1000.pfb: /usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb Also, yeah ,it's a Slackware thing, from slackbuilds.org, but the base package has made it into the current snapshot. The "extras" package is a huge one with all sorts of, well, extra packages. I installed everything.
    – Rick Rickson
    Dec 5 at 14:35












  • how about kpsewhich cm-super-t1.enc, otherwise try installing upstream TL instead (tug.org/texlive). I usually recommend to not installing it as root, but rather install it as yourself in a folder you own in say /opt, and then adding this path to the $PATH variable.
    – daleif
    Dec 5 at 14:45


















  • @Sveinung that is not true, in TeXLive cm-super is normally the default.
    – daleif
    Dec 5 at 14:27






  • 1




    What exactly have you installed? Is this a repackaged TeXLive for slackware? Did you install all of it or just parts of it?
    – daleif
    Dec 5 at 14:27










  • What does kpsewhich sfrm1000.pfb report? When I compile your MWE using my installation of upstream TeXLive then this font file is being listed as being included. Your installation is a bit strange, as I have a much newer lipsum installed
    – daleif
    Dec 5 at 14:30












  • kpsewhich sfrm1000.pfb: /usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb Also, yeah ,it's a Slackware thing, from slackbuilds.org, but the base package has made it into the current snapshot. The "extras" package is a huge one with all sorts of, well, extra packages. I installed everything.
    – Rick Rickson
    Dec 5 at 14:35












  • how about kpsewhich cm-super-t1.enc, otherwise try installing upstream TL instead (tug.org/texlive). I usually recommend to not installing it as root, but rather install it as yourself in a folder you own in say /opt, and then adding this path to the $PATH variable.
    – daleif
    Dec 5 at 14:45
















@Sveinung that is not true, in TeXLive cm-super is normally the default.
– daleif
Dec 5 at 14:27




@Sveinung that is not true, in TeXLive cm-super is normally the default.
– daleif
Dec 5 at 14:27




1




1




What exactly have you installed? Is this a repackaged TeXLive for slackware? Did you install all of it or just parts of it?
– daleif
Dec 5 at 14:27




What exactly have you installed? Is this a repackaged TeXLive for slackware? Did you install all of it or just parts of it?
– daleif
Dec 5 at 14:27












What does kpsewhich sfrm1000.pfb report? When I compile your MWE using my installation of upstream TeXLive then this font file is being listed as being included. Your installation is a bit strange, as I have a much newer lipsum installed
– daleif
Dec 5 at 14:30






What does kpsewhich sfrm1000.pfb report? When I compile your MWE using my installation of upstream TeXLive then this font file is being listed as being included. Your installation is a bit strange, as I have a much newer lipsum installed
– daleif
Dec 5 at 14:30














kpsewhich sfrm1000.pfb: /usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb Also, yeah ,it's a Slackware thing, from slackbuilds.org, but the base package has made it into the current snapshot. The "extras" package is a huge one with all sorts of, well, extra packages. I installed everything.
– Rick Rickson
Dec 5 at 14:35






kpsewhich sfrm1000.pfb: /usr/share/texmf-dist/fonts/type1/public/cm-super/sfrm1000.pfb Also, yeah ,it's a Slackware thing, from slackbuilds.org, but the base package has made it into the current snapshot. The "extras" package is a huge one with all sorts of, well, extra packages. I installed everything.
– Rick Rickson
Dec 5 at 14:35














how about kpsewhich cm-super-t1.enc, otherwise try installing upstream TL instead (tug.org/texlive). I usually recommend to not installing it as root, but rather install it as yourself in a folder you own in say /opt, and then adding this path to the $PATH variable.
– daleif
Dec 5 at 14:45




how about kpsewhich cm-super-t1.enc, otherwise try installing upstream TL instead (tug.org/texlive). I usually recommend to not installing it as root, but rather install it as yourself in a folder you own in say /opt, and then adding this path to the $PATH variable.
– daleif
Dec 5 at 14:45










1 Answer
1






active

oldest

votes

















up vote
3
down vote













Turned out the package of my distribution (Slackware 14.2-current) was faulty.
Getting rid of it and going full TL upstream fixed the issue.






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',
    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%2f463328%2fusepackaget1fontenc-doesnt-use-cm-super-or-cm-super-unicode-despite-being%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








    up vote
    3
    down vote













    Turned out the package of my distribution (Slackware 14.2-current) was faulty.
    Getting rid of it and going full TL upstream fixed the issue.






    share|improve this answer

























      up vote
      3
      down vote













      Turned out the package of my distribution (Slackware 14.2-current) was faulty.
      Getting rid of it and going full TL upstream fixed the issue.






      share|improve this answer























        up vote
        3
        down vote










        up vote
        3
        down vote









        Turned out the package of my distribution (Slackware 14.2-current) was faulty.
        Getting rid of it and going full TL upstream fixed the issue.






        share|improve this answer












        Turned out the package of my distribution (Slackware 14.2-current) was faulty.
        Getting rid of it and going full TL upstream fixed the issue.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 5 at 15:46









        Rick Rickson

        313




        313






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f463328%2fusepackaget1fontenc-doesnt-use-cm-super-or-cm-super-unicode-despite-being%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

            How to send String Array data to Server using php in android

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

            Is anime1.com a legal site for watching anime?