Control: reassign -1 texlive-latex-extra 2019.20191208-1 Control: retitle -1 texlive-latex-extra: stackengine needs listofitems in texlive-plain-generic Control: reassign 921300 texlive-latex-extra 2019.20191208-1 Control: forcemerge -1 921300 Control: affects -1 src:qevercloud src:frobby
On Thu, Oct 24, 2019 at 06:30:08PM +0200, Paolo Greppi wrote: > Same error as with doxygen 1.8.15. > > The package texlive-plain-generic contains this file: > /usr/share/texlive/texmf-dist/tex/generic/listofitems/listofitems.sty Looks like a bug in texlive-latex-extra to me: $ cat test.tex \documentclass{article} \usepackage{stackengine} \begin{document} . \end{document} $ latex test.tex This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=latex) restricted \write18 enabled. entering extended mode (./test.tex LaTeX2e <2020-02-02> patch level 2 L3 programming layer <2020-02-14> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls Document Class: article 2019/12/20 v1.4l Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/stackengine/stackengine.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) ! LaTeX Error: File `listofitems.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: > Paolo cu Adrian