We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are only able to compile documents using pdflatex installed in the host machine.
pdflatex
What is the expected or desired behavior?
The ability to compile documents using pdflatex on a docker guest machine.
Please provide use cases for changing the current behavior:
It could be achieved including docker commands in Builder Settings, such as:
docker run -d -it -v /host/path:/root/shared/folder --name pdflatex-image pdflatex
Other relevant information:
Example of LaTeX in Docker: https://github.com/theredfish/docker-pdflatex
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
We are only able to compile documents using
pdflatex
installed in the host machine.What is the expected or desired behavior?
The ability to compile documents using
pdflatex
on a docker guest machine.Please provide use cases for changing the current behavior:
It could be achieved including docker commands in Builder Settings, such as:
docker run -d -it -v /host/path:/root/shared/folder --name pdflatex-image pdflatex
Other relevant information:
Example of LaTeX in Docker: https://github.com/theredfish/docker-pdflatex
The text was updated successfully, but these errors were encountered: