From 425ecca72f8cb9761e2112e85de1979750d9cc13 Mon Sep 17 00:00:00 2001 From: Julhee Date: Sun, 29 Apr 2018 15:04:01 +0200 Subject: [PATCH] Adding support for tikz in template --- README.md | 5 ++++- eisvogel.tex | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b29e2f..57ff904 100644 --- a/README.md +++ b/README.md @@ -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 @@ -152,4 +155,4 @@ images and tables | Code blocks styled without listings ## License -This project is open source licensed under the BSD 3-Clause License. Please see the [LICENSE file](LICENSE) for more information. \ No newline at end of file +This project is open source licensed under the BSD 3-Clause License. Please see the [LICENSE file](LICENSE) for more information. diff --git a/eisvogel.tex b/eisvogel.tex index ed2edac..9d0b0f8 100644 --- a/eisvogel.tex +++ b/eisvogel.tex @@ -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.