Adding support for tikz in template

This commit is contained in:
Julhee 2018-04-29 15:04:01 +02:00
parent f9b234f151
commit 425ecca72f
2 changed files with 11 additions and 1 deletions

View File

@ -69,6 +69,9 @@ This template defines some new variables to control the appearance of the title
justification setting for captions (uses the `justification` parameter of the [caption](https://ctan.org/pkg/caption?lang=en) package) justification setting for captions (uses the `justification` parameter of the [caption](https://ctan.org/pkg/caption?lang=en) package)
- `tikz`
adding tikz support to the template.
## Examples ## Examples
### Numbered Sections ### Numbered Sections

View File

@ -484,6 +484,13 @@ $endif$
% %
\PassOptionsToPackage{hyphens}{url} \PassOptionsToPackage{hyphens}{url}
%
% load tikz
%
$if(tikz)$
\usepackage{tikz}
$endif$
% %
% When using babel or polyglossia with biblatex, loading csquotes is recommended % When using babel or polyglossia with biblatex, loading csquotes is recommended
% to ensure that quoted texts are typeset according to the rules of your main language. % to ensure that quoted texts are typeset according to the rules of your main language.