Closed bennyboer closed 4 years ago
This is rather important, thus pushed to v0.1
Predefined variables will be done with #51
encoding = UTF-8
language = de
var.version = 0.1.0
The document version is #VAR, var.version#.
Additionally you don't need the `var` prefix, but it is a nice way
to separate variables from other values that may have another function like `encoding`.
Still you might also just display the encoding value in this document: #VAR, encoding#.
The info file is just a simple properties file that may contain variables like:
There are two kinds of variables:
author
(Will be done with #51)title
,due-date
, ...)The predefined ones need to be included as meta-data to the PDF file that is generated.
The custom ones should be usable in the
*.tdt
file: for example#VAR, author.name#
should be replaced with the defined variable value.