diff options
Diffstat (limited to 'tbc/certificate/template_certificate')
-rw-r--r-- | tbc/certificate/template_certificate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tbc/certificate/template_certificate b/tbc/certificate/template_certificate new file mode 100644 index 0000000..1528b73 --- /dev/null +++ b/tbc/certificate/template_certificate @@ -0,0 +1,6 @@ +Certificate template for Python Textbook Companion +Write your own template and use $variable name to substitute that variable +with the data you want. +Example use $name in the template and then using Template class of the string +module you can substitute the $name with a name you want. +Note: The template should result in a tex file. |