I was trying to save a Jupyter notebook as a pdf.
I have run
sudo dnf install texlive
But am getting the error
! LaTeX Error: File `adjustbox.sty' not found.
I was trying to save a Jupyter notebook as a pdf.
I have run
sudo dnf install texlive
But am getting the error
! LaTeX Error: File `adjustbox.sty' not found.
Installing the latexextra package solved the problem.
sudo dnf install texlive-collection-latexextra
\usepackage{tcolorbox} and \usepackage[ usefilenames, % RMstyle={Text,Semibold}, % SSstyle={Text,Semibold}, TTstyle={Text,Semibold}, DefaultFeatures={Ligatures=Common} ]{plex-otf} % Cool font by IBM packages
– sɪʒɪhɪŋ βɪstɦa kxɐll
Aug 10 '22 at 02:09