ACM's acmart clashes with libertine The 2019 Stack Overflow Developer Survey Results Are In ...

Huge performance difference of the command find with and without using %M option to show permissions

Identify 80s or 90s comics with ripped creatures (not dwarves)

US Healthcare consultation for visitors

What force causes entropy to increase?

Do ℕ, mathbb{N}, BbbN, symbb{N} effectively differ, and is there a "canonical" specification of the naturals?

Can I visit the Trinity College (Cambridge) library and see some of their rare books

"... to apply for a visa" or "... and applied for a visa"?

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

Single author papers against my advisor's will?

Am I ethically obligated to go into work on an off day if the reason is sudden?

One-dimensional Japanese puzzle

How many cones with angle theta can I pack into the unit sphere?

How do you keep chess fun when your opponent constantly beats you?

How to read αἱμύλιος or when to aspirate

60's-70's movie: home appliances revolting against the owners

Presidential Pardon

Does Parliament hold absolute power in the UK?

should truth entail possible truth

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Could an empire control the whole planet with today's comunication methods?

Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)

Are spiders unable to hurt humans, especially very small spiders?

Do warforged have souls?

How to determine omitted units in a publication



ACM's acmart clashes with libertine



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Libertine fonts not working in ConTeXtProblems with opentype options under XeTeXLinux Libertine Biolinum xelatex and lualatexLibertine italic sans-serif missingMikTeX 2.9: libertine suddenly brokenZero error, but no PDFXeLaTeX Bad/Inconsistent KerningHow can I make Illustrator recognize Linux Libertine fonts?Libertine Font not found (texLive)acmart package, how to use?












0















I'm preparing a document using the acmart.cls class file of ACM. When I compile, it keeps showing me this warning:




Class acmart Warning: You do not have libertine package installed. Please upgrade your TeX on input line 611.




However, I can still compile, and get the pdf file. To get rid of this warning, I tried to install libertine. It then requires several other packages including biolinum-type1.



Now when I compile the file again, I got several errors, not warning.



! LaTeX Error: Unknown option `tt' for package `biolinum-type1'.
! LaTeX Error: Unknown option `type1' for package `biolinum-type1'.
! LaTeX Error: Unknown option `tt' for package `libertine-type1'.
! LaTeX Error: Unknown option `type1' for package `libertine-type1'.


I couldn't get the pdf file.





Update: I'm using Ubuntu 17, and my latex version is:



pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian)  
kpathsea version 6.2.2




Update 2: I accidentally figured out the problem. Actually I do not understand why there is the problem. But there is a package called newtx, and if I deleted it, the errors above disappeared, and I could compile a pdf file.



However, I installed newtx because acmart told me to do so. After I delete it, now I have the warning.




You do not have newtxmath package installed. Please upgrade your
TeX











share|improve this question
















bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I think you have to give more info like your Operating system and the versions+kind of latex+packages you are using (texlive and pdflatex etc)

    – koleygr
    Aug 18 '17 at 23:58











  • @koleygr: I just added my set up.

    – qsp
    Aug 19 '17 at 0:05











  • This info will be needed to the next one who will find your question. I thought I could just download a cls file to test it but it is more complicated. (your ubuntu is called 17.04 -year and month- but it is clear anyway)

    – koleygr
    Aug 19 '17 at 0:23











  • Did you install libertine from ctan.org/tex-archive/install/fonts ? Note that ctan.org/pkg/biolinum-type1 says that this is obsolete so I imagine you shouldn't see this if you have a recent version of libertine.

    – rocky
    Aug 20 '17 at 1:17






  • 1





    On Ubuntu, if you’ve downloaded an old version of the packages and installed it manually, uninstall that. Then use aptto install either texlive-full, or at least texlive-fonts-extra, which contains the libertine and newtxmath packages, and texlive-publishers, which contains the acmartclass and its prerequisites. See if you need any other TeX Live packages while you’re at it.

    – Davislor
    Jul 16 '18 at 20:31


















0















I'm preparing a document using the acmart.cls class file of ACM. When I compile, it keeps showing me this warning:




Class acmart Warning: You do not have libertine package installed. Please upgrade your TeX on input line 611.




However, I can still compile, and get the pdf file. To get rid of this warning, I tried to install libertine. It then requires several other packages including biolinum-type1.



Now when I compile the file again, I got several errors, not warning.



! LaTeX Error: Unknown option `tt' for package `biolinum-type1'.
! LaTeX Error: Unknown option `type1' for package `biolinum-type1'.
! LaTeX Error: Unknown option `tt' for package `libertine-type1'.
! LaTeX Error: Unknown option `type1' for package `libertine-type1'.


I couldn't get the pdf file.





Update: I'm using Ubuntu 17, and my latex version is:



pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian)  
kpathsea version 6.2.2




Update 2: I accidentally figured out the problem. Actually I do not understand why there is the problem. But there is a package called newtx, and if I deleted it, the errors above disappeared, and I could compile a pdf file.



However, I installed newtx because acmart told me to do so. After I delete it, now I have the warning.




You do not have newtxmath package installed. Please upgrade your
TeX











share|improve this question
















bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I think you have to give more info like your Operating system and the versions+kind of latex+packages you are using (texlive and pdflatex etc)

    – koleygr
    Aug 18 '17 at 23:58











  • @koleygr: I just added my set up.

    – qsp
    Aug 19 '17 at 0:05











  • This info will be needed to the next one who will find your question. I thought I could just download a cls file to test it but it is more complicated. (your ubuntu is called 17.04 -year and month- but it is clear anyway)

    – koleygr
    Aug 19 '17 at 0:23











  • Did you install libertine from ctan.org/tex-archive/install/fonts ? Note that ctan.org/pkg/biolinum-type1 says that this is obsolete so I imagine you shouldn't see this if you have a recent version of libertine.

    – rocky
    Aug 20 '17 at 1:17






  • 1





    On Ubuntu, if you’ve downloaded an old version of the packages and installed it manually, uninstall that. Then use aptto install either texlive-full, or at least texlive-fonts-extra, which contains the libertine and newtxmath packages, and texlive-publishers, which contains the acmartclass and its prerequisites. See if you need any other TeX Live packages while you’re at it.

    – Davislor
    Jul 16 '18 at 20:31
















0












0








0








I'm preparing a document using the acmart.cls class file of ACM. When I compile, it keeps showing me this warning:




Class acmart Warning: You do not have libertine package installed. Please upgrade your TeX on input line 611.




However, I can still compile, and get the pdf file. To get rid of this warning, I tried to install libertine. It then requires several other packages including biolinum-type1.



Now when I compile the file again, I got several errors, not warning.



! LaTeX Error: Unknown option `tt' for package `biolinum-type1'.
! LaTeX Error: Unknown option `type1' for package `biolinum-type1'.
! LaTeX Error: Unknown option `tt' for package `libertine-type1'.
! LaTeX Error: Unknown option `type1' for package `libertine-type1'.


I couldn't get the pdf file.





Update: I'm using Ubuntu 17, and my latex version is:



pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian)  
kpathsea version 6.2.2




Update 2: I accidentally figured out the problem. Actually I do not understand why there is the problem. But there is a package called newtx, and if I deleted it, the errors above disappeared, and I could compile a pdf file.



However, I installed newtx because acmart told me to do so. After I delete it, now I have the warning.




You do not have newtxmath package installed. Please upgrade your
TeX











share|improve this question
















I'm preparing a document using the acmart.cls class file of ACM. When I compile, it keeps showing me this warning:




Class acmart Warning: You do not have libertine package installed. Please upgrade your TeX on input line 611.




However, I can still compile, and get the pdf file. To get rid of this warning, I tried to install libertine. It then requires several other packages including biolinum-type1.



Now when I compile the file again, I got several errors, not warning.



! LaTeX Error: Unknown option `tt' for package `biolinum-type1'.
! LaTeX Error: Unknown option `type1' for package `biolinum-type1'.
! LaTeX Error: Unknown option `tt' for package `libertine-type1'.
! LaTeX Error: Unknown option `type1' for package `libertine-type1'.


I couldn't get the pdf file.





Update: I'm using Ubuntu 17, and my latex version is:



pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian)  
kpathsea version 6.2.2




Update 2: I accidentally figured out the problem. Actually I do not understand why there is the problem. But there is a package called newtx, and if I deleted it, the errors above disappeared, and I could compile a pdf file.



However, I installed newtx because acmart told me to do so. After I delete it, now I have the warning.




You do not have newtxmath package installed. Please upgrade your
TeX








libertine acm acmart






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 20 '17 at 7:15







qsp

















asked Aug 18 '17 at 23:49









qspqsp

450718




450718





bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • I think you have to give more info like your Operating system and the versions+kind of latex+packages you are using (texlive and pdflatex etc)

    – koleygr
    Aug 18 '17 at 23:58











  • @koleygr: I just added my set up.

    – qsp
    Aug 19 '17 at 0:05











  • This info will be needed to the next one who will find your question. I thought I could just download a cls file to test it but it is more complicated. (your ubuntu is called 17.04 -year and month- but it is clear anyway)

    – koleygr
    Aug 19 '17 at 0:23











  • Did you install libertine from ctan.org/tex-archive/install/fonts ? Note that ctan.org/pkg/biolinum-type1 says that this is obsolete so I imagine you shouldn't see this if you have a recent version of libertine.

    – rocky
    Aug 20 '17 at 1:17






  • 1





    On Ubuntu, if you’ve downloaded an old version of the packages and installed it manually, uninstall that. Then use aptto install either texlive-full, or at least texlive-fonts-extra, which contains the libertine and newtxmath packages, and texlive-publishers, which contains the acmartclass and its prerequisites. See if you need any other TeX Live packages while you’re at it.

    – Davislor
    Jul 16 '18 at 20:31





















  • I think you have to give more info like your Operating system and the versions+kind of latex+packages you are using (texlive and pdflatex etc)

    – koleygr
    Aug 18 '17 at 23:58











  • @koleygr: I just added my set up.

    – qsp
    Aug 19 '17 at 0:05











  • This info will be needed to the next one who will find your question. I thought I could just download a cls file to test it but it is more complicated. (your ubuntu is called 17.04 -year and month- but it is clear anyway)

    – koleygr
    Aug 19 '17 at 0:23











  • Did you install libertine from ctan.org/tex-archive/install/fonts ? Note that ctan.org/pkg/biolinum-type1 says that this is obsolete so I imagine you shouldn't see this if you have a recent version of libertine.

    – rocky
    Aug 20 '17 at 1:17






  • 1





    On Ubuntu, if you’ve downloaded an old version of the packages and installed it manually, uninstall that. Then use aptto install either texlive-full, or at least texlive-fonts-extra, which contains the libertine and newtxmath packages, and texlive-publishers, which contains the acmartclass and its prerequisites. See if you need any other TeX Live packages while you’re at it.

    – Davislor
    Jul 16 '18 at 20:31



















I think you have to give more info like your Operating system and the versions+kind of latex+packages you are using (texlive and pdflatex etc)

– koleygr
Aug 18 '17 at 23:58





I think you have to give more info like your Operating system and the versions+kind of latex+packages you are using (texlive and pdflatex etc)

– koleygr
Aug 18 '17 at 23:58













@koleygr: I just added my set up.

– qsp
Aug 19 '17 at 0:05





@koleygr: I just added my set up.

– qsp
Aug 19 '17 at 0:05













This info will be needed to the next one who will find your question. I thought I could just download a cls file to test it but it is more complicated. (your ubuntu is called 17.04 -year and month- but it is clear anyway)

– koleygr
Aug 19 '17 at 0:23





This info will be needed to the next one who will find your question. I thought I could just download a cls file to test it but it is more complicated. (your ubuntu is called 17.04 -year and month- but it is clear anyway)

– koleygr
Aug 19 '17 at 0:23













Did you install libertine from ctan.org/tex-archive/install/fonts ? Note that ctan.org/pkg/biolinum-type1 says that this is obsolete so I imagine you shouldn't see this if you have a recent version of libertine.

– rocky
Aug 20 '17 at 1:17





Did you install libertine from ctan.org/tex-archive/install/fonts ? Note that ctan.org/pkg/biolinum-type1 says that this is obsolete so I imagine you shouldn't see this if you have a recent version of libertine.

– rocky
Aug 20 '17 at 1:17




1




1





On Ubuntu, if you’ve downloaded an old version of the packages and installed it manually, uninstall that. Then use aptto install either texlive-full, or at least texlive-fonts-extra, which contains the libertine and newtxmath packages, and texlive-publishers, which contains the acmartclass and its prerequisites. See if you need any other TeX Live packages while you’re at it.

– Davislor
Jul 16 '18 at 20:31







On Ubuntu, if you’ve downloaded an old version of the packages and installed it manually, uninstall that. Then use aptto install either texlive-full, or at least texlive-fonts-extra, which contains the libertine and newtxmath packages, and texlive-publishers, which contains the acmartclass and its prerequisites. See if you need any other TeX Live packages while you’re at it.

– Davislor
Jul 16 '18 at 20:31












2 Answers
2






active

oldest

votes


















0














My guess is that you installed an old version of libertine. Reinstall a new one from
https://ctan.org/tex-archive/install/fonts



The CTAN information on biolinum-type1 says that is obsolete. From https://ctan.org/pkg/biolinum-type1 :




The pack­age (and the com­pan­ion lib­er­tine-type1 pack­age of serif fonts) re­placed the lib­er­tine-legacy bun­dle. How­ever, the pack­ages do not pro­vide the range of font shapes avail­able with lib­er­tine-legacy.
The pack­age is now su­per­seded by the au­thor’s lib­er­tine font pack­age.




Also, I suspect you might also be able to ignore messages about a missing libertine. When I recently did using on a paper using acmart and option acmtogs, I got that message too and was able to ignore it.



However since you happen to be running this on Ubuntu, I'll add another tip. I needed to install install to texlive-xetex in addition to the other texlive debian packages.



One tool you might be able to use to help you track down problems is the system checker in kile. So run



$ sudo apt install kile
$ kile


Then inside kile, in the very top toolbar (on my desktop it appears at the very upper left corner), select SettingsSystem Check and that will give you some idea if you've installed TeX and LaTeX properly.






share|improve this answer


























  • I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installed texlive-xetex, but it doesn't help.

    – qsp
    Aug 22 '17 at 23:41











  • Sounds to me like there are multiple things going wrong. And too few details you give or notice about what's up. (These things are perhaps related.)

    – rocky
    Aug 23 '17 at 1:42






  • 1





    the transitions from libertine to libertine-legacy to libertine-type1 back to libertine were a head-spinning period...

    – user4686
    Mar 18 '18 at 18:24













  • @jfbu Isn’t that always the flaw with the libertines? “For tomorrow we might die! (But, alas, we never do.)”

    – Davislor
    Jul 16 '18 at 19:59





















0














If you installed TeX Live packages manually, I’d recommend uninstalling them and letting the Ubuntu package manager keep you up to date. (Make sure Universe is in your list of repos.) Alternatively, do a TeX Live install to /usr/local, make sure its bin directory appears before the system directories in your PATH, and run tlmgr regularly. (If you do this, also put its documentation at the start of your MANPATH.)



By the way, you want to compile acmart documents with xelatex rather than latex.



If you don’t care about the disk space, just install texlive-full.



Since you’re using Ubuntu, a good technique is to search the package database for the package containing a given file. If you want to install only packages you actually need, a search shows that libertine.sty and newtxmath.sty are in the package texlive-fonts-extra and acmart.sty (and its prerequisites) are in texlive-publishers. You additionally will want to compile acmart documents in XeLaTeX, so make sure you have texlive-xetex installed. You also probably want to make sure you have the packages in texlive-plain-generic, texlive-latex-extra, texlive-fonts-extra-links, texlive-formats-extra, texlive-luatex, texlive-math-extra, texlive-pictures, texlive-lang-all and texlive-science. Also install their recommended packages.






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%2f387141%2facms-acmart-clashes-with-libertine%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









    0














    My guess is that you installed an old version of libertine. Reinstall a new one from
    https://ctan.org/tex-archive/install/fonts



    The CTAN information on biolinum-type1 says that is obsolete. From https://ctan.org/pkg/biolinum-type1 :




    The pack­age (and the com­pan­ion lib­er­tine-type1 pack­age of serif fonts) re­placed the lib­er­tine-legacy bun­dle. How­ever, the pack­ages do not pro­vide the range of font shapes avail­able with lib­er­tine-legacy.
    The pack­age is now su­per­seded by the au­thor’s lib­er­tine font pack­age.




    Also, I suspect you might also be able to ignore messages about a missing libertine. When I recently did using on a paper using acmart and option acmtogs, I got that message too and was able to ignore it.



    However since you happen to be running this on Ubuntu, I'll add another tip. I needed to install install to texlive-xetex in addition to the other texlive debian packages.



    One tool you might be able to use to help you track down problems is the system checker in kile. So run



    $ sudo apt install kile
    $ kile


    Then inside kile, in the very top toolbar (on my desktop it appears at the very upper left corner), select SettingsSystem Check and that will give you some idea if you've installed TeX and LaTeX properly.






    share|improve this answer


























    • I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installed texlive-xetex, but it doesn't help.

      – qsp
      Aug 22 '17 at 23:41











    • Sounds to me like there are multiple things going wrong. And too few details you give or notice about what's up. (These things are perhaps related.)

      – rocky
      Aug 23 '17 at 1:42






    • 1





      the transitions from libertine to libertine-legacy to libertine-type1 back to libertine were a head-spinning period...

      – user4686
      Mar 18 '18 at 18:24













    • @jfbu Isn’t that always the flaw with the libertines? “For tomorrow we might die! (But, alas, we never do.)”

      – Davislor
      Jul 16 '18 at 19:59


















    0














    My guess is that you installed an old version of libertine. Reinstall a new one from
    https://ctan.org/tex-archive/install/fonts



    The CTAN information on biolinum-type1 says that is obsolete. From https://ctan.org/pkg/biolinum-type1 :




    The pack­age (and the com­pan­ion lib­er­tine-type1 pack­age of serif fonts) re­placed the lib­er­tine-legacy bun­dle. How­ever, the pack­ages do not pro­vide the range of font shapes avail­able with lib­er­tine-legacy.
    The pack­age is now su­per­seded by the au­thor’s lib­er­tine font pack­age.




    Also, I suspect you might also be able to ignore messages about a missing libertine. When I recently did using on a paper using acmart and option acmtogs, I got that message too and was able to ignore it.



    However since you happen to be running this on Ubuntu, I'll add another tip. I needed to install install to texlive-xetex in addition to the other texlive debian packages.



    One tool you might be able to use to help you track down problems is the system checker in kile. So run



    $ sudo apt install kile
    $ kile


    Then inside kile, in the very top toolbar (on my desktop it appears at the very upper left corner), select SettingsSystem Check and that will give you some idea if you've installed TeX and LaTeX properly.






    share|improve this answer


























    • I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installed texlive-xetex, but it doesn't help.

      – qsp
      Aug 22 '17 at 23:41











    • Sounds to me like there are multiple things going wrong. And too few details you give or notice about what's up. (These things are perhaps related.)

      – rocky
      Aug 23 '17 at 1:42






    • 1





      the transitions from libertine to libertine-legacy to libertine-type1 back to libertine were a head-spinning period...

      – user4686
      Mar 18 '18 at 18:24













    • @jfbu Isn’t that always the flaw with the libertines? “For tomorrow we might die! (But, alas, we never do.)”

      – Davislor
      Jul 16 '18 at 19:59
















    0












    0








    0







    My guess is that you installed an old version of libertine. Reinstall a new one from
    https://ctan.org/tex-archive/install/fonts



    The CTAN information on biolinum-type1 says that is obsolete. From https://ctan.org/pkg/biolinum-type1 :




    The pack­age (and the com­pan­ion lib­er­tine-type1 pack­age of serif fonts) re­placed the lib­er­tine-legacy bun­dle. How­ever, the pack­ages do not pro­vide the range of font shapes avail­able with lib­er­tine-legacy.
    The pack­age is now su­per­seded by the au­thor’s lib­er­tine font pack­age.




    Also, I suspect you might also be able to ignore messages about a missing libertine. When I recently did using on a paper using acmart and option acmtogs, I got that message too and was able to ignore it.



    However since you happen to be running this on Ubuntu, I'll add another tip. I needed to install install to texlive-xetex in addition to the other texlive debian packages.



    One tool you might be able to use to help you track down problems is the system checker in kile. So run



    $ sudo apt install kile
    $ kile


    Then inside kile, in the very top toolbar (on my desktop it appears at the very upper left corner), select SettingsSystem Check and that will give you some idea if you've installed TeX and LaTeX properly.






    share|improve this answer















    My guess is that you installed an old version of libertine. Reinstall a new one from
    https://ctan.org/tex-archive/install/fonts



    The CTAN information on biolinum-type1 says that is obsolete. From https://ctan.org/pkg/biolinum-type1 :




    The pack­age (and the com­pan­ion lib­er­tine-type1 pack­age of serif fonts) re­placed the lib­er­tine-legacy bun­dle. How­ever, the pack­ages do not pro­vide the range of font shapes avail­able with lib­er­tine-legacy.
    The pack­age is now su­per­seded by the au­thor’s lib­er­tine font pack­age.




    Also, I suspect you might also be able to ignore messages about a missing libertine. When I recently did using on a paper using acmart and option acmtogs, I got that message too and was able to ignore it.



    However since you happen to be running this on Ubuntu, I'll add another tip. I needed to install install to texlive-xetex in addition to the other texlive debian packages.



    One tool you might be able to use to help you track down problems is the system checker in kile. So run



    $ sudo apt install kile
    $ kile


    Then inside kile, in the very top toolbar (on my desktop it appears at the very upper left corner), select SettingsSystem Check and that will give you some idea if you've installed TeX and LaTeX properly.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Aug 20 '17 at 12:17

























    answered Aug 20 '17 at 12:11









    rockyrocky

    1013




    1013













    • I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installed texlive-xetex, but it doesn't help.

      – qsp
      Aug 22 '17 at 23:41











    • Sounds to me like there are multiple things going wrong. And too few details you give or notice about what's up. (These things are perhaps related.)

      – rocky
      Aug 23 '17 at 1:42






    • 1





      the transitions from libertine to libertine-legacy to libertine-type1 back to libertine were a head-spinning period...

      – user4686
      Mar 18 '18 at 18:24













    • @jfbu Isn’t that always the flaw with the libertines? “For tomorrow we might die! (But, alas, we never do.)”

      – Davislor
      Jul 16 '18 at 19:59





















    • I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installed texlive-xetex, but it doesn't help.

      – qsp
      Aug 22 '17 at 23:41











    • Sounds to me like there are multiple things going wrong. And too few details you give or notice about what's up. (These things are perhaps related.)

      – rocky
      Aug 23 '17 at 1:42






    • 1





      the transitions from libertine to libertine-legacy to libertine-type1 back to libertine were a head-spinning period...

      – user4686
      Mar 18 '18 at 18:24













    • @jfbu Isn’t that always the flaw with the libertines? “For tomorrow we might die! (But, alas, we never do.)”

      – Davislor
      Jul 16 '18 at 19:59



















    I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installed texlive-xetex, but it doesn't help.

    – qsp
    Aug 22 '17 at 23:41





    I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installed texlive-xetex, but it doesn't help.

    – qsp
    Aug 22 '17 at 23:41













    Sounds to me like there are multiple things going wrong. And too few details you give or notice about what's up. (These things are perhaps related.)

    – rocky
    Aug 23 '17 at 1:42





    Sounds to me like there are multiple things going wrong. And too few details you give or notice about what's up. (These things are perhaps related.)

    – rocky
    Aug 23 '17 at 1:42




    1




    1





    the transitions from libertine to libertine-legacy to libertine-type1 back to libertine were a head-spinning period...

    – user4686
    Mar 18 '18 at 18:24







    the transitions from libertine to libertine-legacy to libertine-type1 back to libertine were a head-spinning period...

    – user4686
    Mar 18 '18 at 18:24















    @jfbu Isn’t that always the flaw with the libertines? “For tomorrow we might die! (But, alas, we never do.)”

    – Davislor
    Jul 16 '18 at 19:59







    @jfbu Isn’t that always the flaw with the libertines? “For tomorrow we might die! (But, alas, we never do.)”

    – Davislor
    Jul 16 '18 at 19:59













    0














    If you installed TeX Live packages manually, I’d recommend uninstalling them and letting the Ubuntu package manager keep you up to date. (Make sure Universe is in your list of repos.) Alternatively, do a TeX Live install to /usr/local, make sure its bin directory appears before the system directories in your PATH, and run tlmgr regularly. (If you do this, also put its documentation at the start of your MANPATH.)



    By the way, you want to compile acmart documents with xelatex rather than latex.



    If you don’t care about the disk space, just install texlive-full.



    Since you’re using Ubuntu, a good technique is to search the package database for the package containing a given file. If you want to install only packages you actually need, a search shows that libertine.sty and newtxmath.sty are in the package texlive-fonts-extra and acmart.sty (and its prerequisites) are in texlive-publishers. You additionally will want to compile acmart documents in XeLaTeX, so make sure you have texlive-xetex installed. You also probably want to make sure you have the packages in texlive-plain-generic, texlive-latex-extra, texlive-fonts-extra-links, texlive-formats-extra, texlive-luatex, texlive-math-extra, texlive-pictures, texlive-lang-all and texlive-science. Also install their recommended packages.






    share|improve this answer






























      0














      If you installed TeX Live packages manually, I’d recommend uninstalling them and letting the Ubuntu package manager keep you up to date. (Make sure Universe is in your list of repos.) Alternatively, do a TeX Live install to /usr/local, make sure its bin directory appears before the system directories in your PATH, and run tlmgr regularly. (If you do this, also put its documentation at the start of your MANPATH.)



      By the way, you want to compile acmart documents with xelatex rather than latex.



      If you don’t care about the disk space, just install texlive-full.



      Since you’re using Ubuntu, a good technique is to search the package database for the package containing a given file. If you want to install only packages you actually need, a search shows that libertine.sty and newtxmath.sty are in the package texlive-fonts-extra and acmart.sty (and its prerequisites) are in texlive-publishers. You additionally will want to compile acmart documents in XeLaTeX, so make sure you have texlive-xetex installed. You also probably want to make sure you have the packages in texlive-plain-generic, texlive-latex-extra, texlive-fonts-extra-links, texlive-formats-extra, texlive-luatex, texlive-math-extra, texlive-pictures, texlive-lang-all and texlive-science. Also install their recommended packages.






      share|improve this answer




























        0












        0








        0







        If you installed TeX Live packages manually, I’d recommend uninstalling them and letting the Ubuntu package manager keep you up to date. (Make sure Universe is in your list of repos.) Alternatively, do a TeX Live install to /usr/local, make sure its bin directory appears before the system directories in your PATH, and run tlmgr regularly. (If you do this, also put its documentation at the start of your MANPATH.)



        By the way, you want to compile acmart documents with xelatex rather than latex.



        If you don’t care about the disk space, just install texlive-full.



        Since you’re using Ubuntu, a good technique is to search the package database for the package containing a given file. If you want to install only packages you actually need, a search shows that libertine.sty and newtxmath.sty are in the package texlive-fonts-extra and acmart.sty (and its prerequisites) are in texlive-publishers. You additionally will want to compile acmart documents in XeLaTeX, so make sure you have texlive-xetex installed. You also probably want to make sure you have the packages in texlive-plain-generic, texlive-latex-extra, texlive-fonts-extra-links, texlive-formats-extra, texlive-luatex, texlive-math-extra, texlive-pictures, texlive-lang-all and texlive-science. Also install their recommended packages.






        share|improve this answer















        If you installed TeX Live packages manually, I’d recommend uninstalling them and letting the Ubuntu package manager keep you up to date. (Make sure Universe is in your list of repos.) Alternatively, do a TeX Live install to /usr/local, make sure its bin directory appears before the system directories in your PATH, and run tlmgr regularly. (If you do this, also put its documentation at the start of your MANPATH.)



        By the way, you want to compile acmart documents with xelatex rather than latex.



        If you don’t care about the disk space, just install texlive-full.



        Since you’re using Ubuntu, a good technique is to search the package database for the package containing a given file. If you want to install only packages you actually need, a search shows that libertine.sty and newtxmath.sty are in the package texlive-fonts-extra and acmart.sty (and its prerequisites) are in texlive-publishers. You additionally will want to compile acmart documents in XeLaTeX, so make sure you have texlive-xetex installed. You also probably want to make sure you have the packages in texlive-plain-generic, texlive-latex-extra, texlive-fonts-extra-links, texlive-formats-extra, texlive-luatex, texlive-math-extra, texlive-pictures, texlive-lang-all and texlive-science. Also install their recommended packages.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jul 16 '18 at 20:59

























        answered Jul 16 '18 at 20:44









        DavislorDavislor

        7,3641432




        7,3641432






























            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%2f387141%2facms-acmart-clashes-with-libertine%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

            Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

            How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

            Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...