mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-23 08:02:22 +00:00
Adding support for tikz in template
This commit is contained in:
parent
f9b234f151
commit
425ecca72f
@ -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)
|
||||
|
||||
- `tikz`
|
||||
|
||||
adding tikz support to the template.
|
||||
## Examples
|
||||
|
||||
### Numbered Sections
|
||||
|
@ -484,6 +484,13 @@ $endif$
|
||||
%
|
||||
\PassOptionsToPackage{hyphens}{url}
|
||||
|
||||
%
|
||||
% load tikz
|
||||
%
|
||||
$if(tikz)$
|
||||
\usepackage{tikz}
|
||||
$endif$
|
||||
|
||||
%
|
||||
% 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.
|
||||
|
Loading…
Reference in New Issue
Block a user