Templates for working with ConTeXt documents. They contain boilerplate that I put in almost every ConTeXt project.
This project consists of two repositories:
context-template-simple — for simple, usually one page, documents;
context-template-document — for more complicated documents containing multiple chapters.
Instead of using git clone
, I recommend adding one of the templates as a
secondary remote. This way, it is easier to keep up with changes in template.
git remote add template https://git.sr.ht/~cdrozak/context-template-simple
# or git remote add template https://git.sr.ht/~cdrozak/context-template-document
git fetch template main
git pull template main