ACM's acmart clashes with libertine
up vote
0
down vote
favorite
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
|
show 2 more comments
up vote
0
down vote
favorite
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
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 useapt
to install eithertexlive-full
, or at leasttexlive-fonts-extra
, which contains thelibertine
andnewtxmath
packages, andtexlive-publishers
, which contains theacmart
class and its prerequisites. See if you need any other TeX Live packages while you’re at it.
– Davislor
Jul 16 at 20:31
|
show 2 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
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
libertine acm acmart
edited Aug 20 '17 at 7:15
asked Aug 18 '17 at 23:49
qsp
440717
440717
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 useapt
to install eithertexlive-full
, or at leasttexlive-fonts-extra
, which contains thelibertine
andnewtxmath
packages, andtexlive-publishers
, which contains theacmart
class and its prerequisites. See if you need any other TeX Live packages while you’re at it.
– Davislor
Jul 16 at 20:31
|
show 2 more comments
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 useapt
to install eithertexlive-full
, or at leasttexlive-fonts-extra
, which contains thelibertine
andnewtxmath
packages, andtexlive-publishers
, which contains theacmart
class and its prerequisites. See if you need any other TeX Live packages while you’re at it.
– Davislor
Jul 16 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
apt
to install either texlive-full
, or at least texlive-fonts-extra
, which contains the libertine
and newtxmath
packages, and texlive-publishers
, which contains the acmart
class and its prerequisites. See if you need any other TeX Live packages while you’re at it.– Davislor
Jul 16 at 20:31
On Ubuntu, if you’ve downloaded an old version of the packages and installed it manually, uninstall that. Then use
apt
to install either texlive-full
, or at least texlive-fonts-extra
, which contains the libertine
and newtxmath
packages, and texlive-publishers
, which contains the acmart
class and its prerequisites. See if you need any other TeX Live packages while you’re at it.– Davislor
Jul 16 at 20:31
|
show 2 more comments
2 Answers
2
active
oldest
votes
up vote
0
down vote
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 package (and the companion libertine-type1 package of serif fonts) replaced the libertine-legacy bundle. However, the packages do not provide the range of font shapes available with libertine-legacy.
The package is now superseded by the author’s libertine font package.
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 Settings
→ System Check
and that will give you some idea if you've installed TeX and LaTeX properly.
I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installedtexlive-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...
– jfbu
Mar 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 at 19:59
add a comment |
up vote
0
down vote
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.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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 package (and the companion libertine-type1 package of serif fonts) replaced the libertine-legacy bundle. However, the packages do not provide the range of font shapes available with libertine-legacy.
The package is now superseded by the author’s libertine font package.
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 Settings
→ System Check
and that will give you some idea if you've installed TeX and LaTeX properly.
I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installedtexlive-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...
– jfbu
Mar 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 at 19:59
add a comment |
up vote
0
down vote
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 package (and the companion libertine-type1 package of serif fonts) replaced the libertine-legacy bundle. However, the packages do not provide the range of font shapes available with libertine-legacy.
The package is now superseded by the author’s libertine font package.
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 Settings
→ System Check
and that will give you some idea if you've installed TeX and LaTeX properly.
I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installedtexlive-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...
– jfbu
Mar 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 at 19:59
add a comment |
up vote
0
down vote
up vote
0
down vote
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 package (and the companion libertine-type1 package of serif fonts) replaced the libertine-legacy bundle. However, the packages do not provide the range of font shapes available with libertine-legacy.
The package is now superseded by the author’s libertine font package.
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 Settings
→ System Check
and that will give you some idea if you've installed TeX and LaTeX properly.
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 package (and the companion libertine-type1 package of serif fonts) replaced the libertine-legacy bundle. However, the packages do not provide the range of font shapes available with libertine-legacy.
The package is now superseded by the author’s libertine font package.
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 Settings
→ System Check
and that will give you some idea if you've installed TeX and LaTeX properly.
edited Aug 20 '17 at 12:17
answered Aug 20 '17 at 12:11
rocky
1013
1013
I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installedtexlive-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...
– jfbu
Mar 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 at 19:59
add a comment |
I did all you said. The problem persists. Kile's system check stopped at 29% and never finished. I installedtexlive-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...
– jfbu
Mar 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 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...
– jfbu
Mar 18 at 18:24
the transitions from libertine to libertine-legacy to libertine-type1 back to libertine were a head-spinning period...
– jfbu
Mar 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 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 at 19:59
add a comment |
up vote
0
down vote
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.
add a comment |
up vote
0
down vote
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.
add a comment |
up vote
0
down vote
up vote
0
down vote
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.
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.
edited Jul 16 at 20:59
answered Jul 16 at 20:44
Davislor
4,092820
4,092820
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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
apt
to install eithertexlive-full
, or at leasttexlive-fonts-extra
, which contains thelibertine
andnewtxmath
packages, andtexlive-publishers
, which contains theacmart
class and its prerequisites. See if you need any other TeX Live packages while you’re at it.– Davislor
Jul 16 at 20:31