Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822852 - app-text/pandoc-2.13 : ! LaTeX Error: File `lmodern.sty' not found.
Summary: app-text/pandoc-2.13 : ! LaTeX Error: File `lmodern.sty' not found.
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-10 09:40 UTC by Hendrik Klug
Modified: 2021-11-11 17:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output of emerge --info pandoc (info.txt,8.34 KB, text/plain)
2021-11-10 09:40 UTC, Hendrik Klug
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hendrik Klug 2021-11-10 09:40:45 UTC
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

''
Comment 1 Tee KOBAYASHI 2021-11-11 09:25:54 UTC
xcolor.sty can be installed with dev-texlive/texlive-latexrecommended.

Should we advertise app-text/texlive for optfeature?