~cdrozak/context-templates

Templates for working with ConTeXt documents
f4abba03 — Cezary Drożak 3 years ago
docs: add LICENSE
6658ec7d — Cezary Drożak 3 years ago
docs: add README.md

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~cdrozak/context-templates
read/write
git@git.sr.ht:~cdrozak/context-templates

You can also use your local clone with git send-email.

#context-templates

Templates for working with ConTeXt documents. They contain boilerplate that I put in almost every ConTeXt project.

This project consists of two repositories:

#Usage

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
Do not follow this link