From c0021ed885a393c1c6b3d21baabdf2300f9c269c Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sat, 1 Aug 2020 21:15:05 +0200 Subject: [PATCH] warkaround tikz conflict fix #184 --- eisvogel.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eisvogel.tex b/eisvogel.tex index 525b192..6f225bc 100644 --- a/eisvogel.tex +++ b/eisvogel.tex @@ -543,6 +543,9 @@ $if(titlepage)$ \usepackage{afterpage} $if(titlepage-background)$ \usepackage{tikz} +\makeatletter +\global\let\tikz@ensure@dollar@catcode=\relax +\makeatother $endif$ $if(geometry)$ $else$