From 941c0a39fd9ae087b9e043256e6b91c16f693818 Mon Sep 17 00:00:00 2001 From: Boris Glavic Date: Fri, 11 Dec 2020 14:20:15 -0600 Subject: [PATCH] macros --- macros.tex | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/macros.tex b/macros.tex index 68ac58b..3a79774 100644 --- a/macros.tex +++ b/macros.tex @@ -139,7 +139,7 @@ \tikzset{ default_node/.style={align=center, inner sep=0pt}, pattern_node/.style={fill=gray!50, draw=black, semithick, inner sep=0pt, minimum size = 2pt, circle}, - tree_node/.style={default_node, draw=black, black, circle, text width=0.3cm, font=\bfseries, minimum size=0.65cm}, + tree_node/.style={default_node, draw=black, black, circle, text width=0.3cm, font=\bfseries, minimum size=0.65cm}, highlight_color/.style={black}, wght_color/.style={black}, highlight_treenode/.style={tree_node, draw=black, black}, edge from parent path={(\tikzparentnode) -- (\tikzchildnode)} @@ -165,7 +165,7 @@ \node at (0.14, 0) [pattern_node] (bottom2) {}; \node [above=0.07cm of bottom2, pattern_node] (top2) {} edge (bottom2); \end{tikzpicture} - } + } } \newcommand{\twopath}{\patternshift{ \begin{tikzpicture}[every path/.style={thick, draw}] @@ -243,7 +243,7 @@ % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % THEOREM LIKE ENVIRONMENTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \DeclareMathAlphabet{\mathbbold}{U}{bbold}{m}{n} @@ -306,7 +306,10 @@ \newcommand{\dbDomK}[1]{\mathcal{DB}_{#1}} - +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% COMPLEXITY +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +pre %%% Local Variables: