mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-12 06:01:11 -06:00
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}
|