Page 1 of 1

LaTeX: Error: File `ulem.sty' not found.

Posted: Fri Mar 30, 2018 2:58 am
by peter_b
[PROBLEM]
Using Pandoc to convert markdown (with strikeout text) to pdf:

Code: Select all

$ pandoc -s -o test.pdf -f markdown INPUT.txt
Returns:
! LaTeX Error: File `ulem.sty' not found.
:(


[SOLUTION]
$ sudo apt install texlive-generic-recommended
Tataaa! :D
Works like a charm now. 8)

Re: LaTeX: Error: File `booktabs.sty' not found.

Posted: Fri Mar 30, 2018 3:02 am
by peter_b
In case you get the following error, too:
! LaTeX: Error: File `booktabs.sty' not found.
Install the following package:

Code: Select all

$ apt install texlive-latex-recommended