Bug 1479750
| Summary: | pandoc can't convert to pdf | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Basil Eric Rabi <ericbasil.rabi> | ||||
| Component: | pandoc | Assignee: | Jens Petersen <petersen> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 26 | CC: | haskell-devel, petersen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-08-09 12:46:57 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Terminal output: !pdfTeX error: pdflatex (file ec-lmr10): Font ec-lmr10 at 600 not found ==> Fatal error occurred, no output PDF file produced! kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ec-lmr10 mktexpk: don't know how to create bitmap font for ec-lmr10. mktexpk: perhaps ec-lmr10 is missing from the map file. kpathsea: Appending font creation commands to missfont.log. pandoc: Error producing PDF Thanks for the report *** This bug has been marked as a duplicate of bug 1476585 *** |
Created attachment 1311160 [details] Minimal example Description of problem: pandoc can't convert to pdf. This may be due to texlive since pandoc can convert to other file types. Version-Release number of selected component (if applicable): pandoc-pdf.x86_64 1.19.1-1.fc26 How reproducible: Every time Steps to Reproduce: 1. Create a minimal markdown "Hello.md" 2. run `pandoc Hello.md - o Hello.pdf` Actual results: No pdf is created Expected results: Hello.pdf is created