mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-19 10:27:23 -05:00
a87cc723a6
Spun the file out for inclusion basically... we want to be able to use \eg in flowcharts even when built standalone. Fixed dependencies in makefile as well
10 lines
263 B
TeX
10 lines
263 B
TeX
\documentclass[tikz]{standalone}
|
|
\usepackage{tikz}
|
|
\usepackage{pgfplots}
|
|
\usepackage{chemfig}
|
|
\usepackage[mode=match, reset-text-family=false]{siunitx}
|
|
\DeclareSIUnit\degF{\text{°}F}
|
|
\input{flowcharts_tikz.tex}
|
|
\input{../colors.tex}
|
|
\input{../abbreviations.tex}
|