Closed olibre closed 9 years ago
We don't fix bugs in old versions.
Distro should upgrade.
Your workaround is simply to use a custom template with \usepackage{ulem}
.
I believe this is not a bug, and distro upgrades won't fix it.
On Redhat this should fix it: yum install 'tex(ulem.sty)'
On Ubuntu: apt-get install texlive-generic-recommended
In both cases there are also "everything in latex" packages, that would also do it (texlive-full on ubuntu), and prevent any future problems of this sort, but might add 1GB to your disk, apparently.
Finally, the thinking out of the box "fix": remove underlining from your source document.
I was getting the same error on my Linux machine when trying to convert a markdown file to a pdf. I had pandoc
installed in addition to texlive-latex-recommended
and I was still getting the error. I then installed the texlive-latex-extra
package via apt and after that it started working.
~~strike~~
==> LaTeX Error: File `ulem.sty' not found