Created attachment 750117 [details] output of emerge --info pandoc when trying to convert a markdown file to a pdf with pandoc: ''pandoc mymdfile.md -o mypdffile.pdf'' this fails with: '' Error producing PDF. ! LaTeX Error: File `lmodern.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. <read *> l.9 \usepackage '' The lmodern package can be installed with ''dev-texlive/texlive-fontsrecommended'' but then the same commands fails with: '' Error producing PDF. ! LaTeX Error: File `xcolor.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. <read *> l.36 \IfFileExists ''
xcolor.sty can be installed with dev-texlive/texlive-latexrecommended. Should we advertise app-text/texlive for optfeature?