Added tikz thick arrow
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
\RequirePackage{tikz}
|
\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{every picture}+=[remember picture]
|
||||||
\tikzstyle{inline} = [shape=rectangle,inner sep=0pt,text depth=0pt]
|
\tikzstyle{inline} = [shape=rectangle,inner sep=0pt,text depth=0pt]
|
||||||
\tikzstyle{squarenode} = [rectangle, draw=black, line width=0.6pt, minimum size=5mm]
|
\tikzstyle{squarenode} = [rectangle, draw=black, line width=0.6pt, minimum size=5mm]
|
||||||
@@ -65,6 +65,15 @@
|
|||||||
\tikzstyle{roundnode} = [squarenode, circle]
|
\tikzstyle{roundnode} = [squarenode, circle]
|
||||||
\tikzstyle{arrow} = [thick,->,>=stealth]
|
\tikzstyle{arrow} = [thick,->,>=stealth]
|
||||||
\tikzstyle{textarrow} = [awesomegray,shorten >=1mm,shorten <=1mm,thick,->,-{Kite[open]}]
|
\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{
|
\tikzset{
|
||||||
node distance = 5mm,
|
node distance = 5mm,
|
||||||
invisible/.style={opacity=0},
|
invisible/.style={opacity=0},
|
||||||
|
|||||||
Reference in New Issue
Block a user