Skip to content

inklesspen/containerized-latexmk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Dockerfile in this directory is designed to render the LaTeX file and then output the PDF and logs.

Run with this command:

docker build --output type=local,dest=out .

If you are using an older version of Docker, the --output flag may not be supported unless you set DOCKER_BUILDKIT=1 in the environment. In that case, run:

DOCKER_BUILDKIT=1 docker build --output type=local,dest=out .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published