Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 26, 2024
2 parents 01f7871 + c5a6e1e commit 2f34da7
Show file tree
Hide file tree
Showing 4 changed files with 1,130 additions and 791 deletions.
2 changes: 1 addition & 1 deletion latex/splash2024/splash.tex
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
\begin{wrapfigure}{r}{0.5\textwidth}
\vspace{-0.3cm}
\begin{center}
\input{nfa_cfg.tex}
\input{nfa_cfg}
\end{center}
\caption{NFA recognizing Levenshtein $L(\sigma: \Sigma^5, 3)$.}\label{fig:lev_nfa}
\vspace{-0.5cm}
Expand Down
81 changes: 70 additions & 11 deletions latex/tidyparse/preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@
\DeclareRobustCommand{\hlred}[1]{{\sethlcolor{pink}\hl{#1}}}
\usepackage{fontspec}

\setmonofont[Scale=0.8]{JetBrainsMono}[
Contextuals={Alternate},
Path=./font/,
Extension = .ttf,
UprightFont=*-Regular,
BoldFont=*-Bold,
ItalicFont=*-Italic,
BoldItalicFont=*-BoldItalic
]

\usepackage[skins,breakable,listings]{tcolorbox}

\usepackage[dvipsnames, table]{xcolor}
Expand Down Expand Up @@ -609,4 +599,73 @@
\draw [-to] (0pt,0pt) -- (6pt,0pt);
\draw [-to] (0pt,0pt) -- (12pt,6pt);
}
}
}

\usetikzlibrary{shapes.geometric, arrows}

\tikzstyle{startstop} = [rectangle, rounded corners,
minimum width=3cm,
minimum height=1cm,
thick,
text centered,
draw=none,
]

\tikzstyle{plain} = [
rectangle,
rounded corners,
minimum width=3.5cm,
minimum height=1cm,
thick,
text centered,
draw=black
]

\tikzstyle{io} = [trapezium,
trapezium stretches=true, % A later addition
thick,
trapezium left angle=70,
trapezium right angle=110,
minimum width=3cm,
minimum height=1cm, text centered,
draw=black, fill=blue!30]

\tikzstyle{io2} = [trapezium,
trapezium stretches=true, % A later addition
thick,
trapezium left angle=70,
trapezium right angle=110,
minimum width=3cm,
minimum height=1cm, text centered,
draw=black, fill=black!30]

\tikzstyle{process} = [rectangle,
minimum width=3.5cm,
minimum height=1cm,
thick,
text centered,
text width=4cm,
draw=black,
fill=orange!30]

\tikzstyle{decision} = [diamond,
minimum width=2.5cm,
minimum height=0.5cm,
thick,
text centered,
draw=black,
fill=green!30]
\tikzstyle{arrow} = [->,thick]

%\usetikzlibrary{external}
%\tikzexternalize[prefix=figures/]
\definecolor{green}{RGB}{0,128,0}
\definecolor{darkgray176}{RGB}{176,176,176}
\definecolor{darkviolet1270255}{RGB}{127,0,255}
\definecolor{deepskyblue3176236}{RGB}{3,176,236}
\definecolor{dodgerblue45123246}{RGB}{45,123,246}
\definecolor{lightgray204}{RGB}{204,204,204}
\definecolor{royalblue8762253}{RGB}{87,62,253}

\usepackage{sankey}
\usepackage{wrapfig}
Binary file modified latex/tidyparse/presentation.pdf
Binary file not shown.
Loading

0 comments on commit 2f34da7

Please sign in to comment.