From 1eb2b7da5e28cb3dc308089311409da5e01d3196 Mon Sep 17 00:00:00 2001 From: Lukas Pietzschmann Date: Thu, 22 Dec 2022 01:35:32 +0100 Subject: [PATCH] Added tikz thick arrow --- beamerthemeawesome.sty | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/beamerthemeawesome.sty b/beamerthemeawesome.sty index 7a2a5b7..3c7239c 100644 --- a/beamerthemeawesome.sty +++ b/beamerthemeawesome.sty @@ -57,7 +57,7 @@ } \RequirePackage{tikz} -\usetikzlibrary{shapes.geometric, arrows, arrows.meta, shapes, automata, positioning, positioning, fit, calc, fadings, overlay-beamer-styles} +\usetikzlibrary{shapes.geometric, arrows, arrows.meta, shapes, automata, positioning, positioning, fit, calc, fadings, overlay-beamer-styles, decorations.markings} \tikzstyle{every picture}+=[remember picture] \tikzstyle{inline} = [shape=rectangle,inner sep=0pt,text depth=0pt] \tikzstyle{squarenode} = [rectangle, draw=black, line width=0.6pt, minimum size=5mm] @@ -65,6 +65,15 @@ \tikzstyle{roundnode} = [squarenode, circle] \tikzstyle{arrow} = [thick,->,>=stealth] \tikzstyle{textarrow} = [awesomegray,shorten >=1mm,shorten <=1mm,thick,->,-{Kite[open]}] +\tikzstyle{thickarrow} = [ + thick, + decoration={markings, mark=at position 1 with {\arrow[scale=2]{open triangle 60}}}, + double distance=5pt, + shorten >= 13pt, + preaction = {decorate}, + postaction = {draw, line width=5pt, white, shorten >= 7pt} +] + \tikzset{ node distance = 5mm, invisible/.style={opacity=0},