Closed miarn closed 2 years ago
Thanks for the report -- I think this is related to some changes I made while trying to get github actions to work.
I will update here when I have time to revert those changes.
It looks like mtxrun
is not included in the pandoc/latex container image.
I ran into this as well.
I was able to build my resume using make pdf
, bypassing the Docker tooling.
Expected Behavior
On running
docker-compose up -d
,resume.pdf
should be generated.Actual Behavior
No PDF is generated (.html and .tex are both created, apparently without error).
output/context_resume.log
shows the following:On further investigation, it seems that while pandoc is installed fine:
ConTeXt is not:
Steps to reproduce the behavior
Versions
Pandoc and ConTeXt versions as above.
OS is Ubuntu 20.04.3 LTS.