blob: 1528b7335c01a14d8dd4462f6edf20c92efc21b1 (
plain)
1
2
3
4
5
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.
|