Skip to content

Grummfy/ConTeXt-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ConTeXt-docker

A docker to run ConTeXt command and output files.

Context home

More information on commands you can run: http://www.pragma-ade.com/general/manuals/tools-mkiv

Compile your ConTeXt document:

docker run -ti --rm -v ${PWD}:/my-doc -w /my-doc grummfy/context-docker context your-doc.tex

if your-doc.tex is inside the current directory (the current directory is mounted in the docker through ${PWD)}

Why this docker?

With this docker, you imagine to use it to build inside a continuous building plateform, your documents and make it available automatically. This is my usage ;)

About

a docker to run ConTeXt command and output files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published