On my Ubuntu machine, I have just downloaded Texmaker and Tex Live. I now want to compile a Latex file which uses the tcolorbox
package. From what I have read, this package should come with Tex Live (the documentatoin says Typically, tcolorbox will be installed as part of a major LATEX distribution and there is nothing special to do for a user
).
So, I want to tell Texmaker to use Tex Live. To do this, I went into the Texmaker configuration, and set the Latex and PdfLatex executables to be those from Tex Live; see the picture below:
However, this did not work for me. When compiling the file in Texmaker using PdfLatex
, I get the error message: ! LaTeX Error: Environment tcolorbox undefined
.
So, does this mean that Tex Live definitely does not come with tcolorbox
? If so, how can I install tcolorbox
?
Alternatively, perhaps I am not configuring Texmaker correctly to use Tex Live. If so, how else should I be doing it?
pdflatex
(the version that comes with Tex Live) on my file from the console gives me the same error message... How can I check whether the package is definitely installed?kpsewhich tcolorbox.sty
on the console