dotwryn/latex/math/imports.sty

27 lines
765 B
Plaintext
Raw Normal View History

2020-03-09 19:56:21 +00:00
\ProvidesPackage{imports}
\RequirePackage{amssymb} % -- "bold" math letters (e.g. set of all integers `Z`)
\RequirePackage{amsmath} % -- advanced math symbols
\RequirePackage{listings} % -- code snippet styling block
2020-10-09 00:06:30 +00:00
\RequirePackage[english]{babel} % -- ensures correct compilation rules for English
2020-03-09 19:56:21 +00:00
2020-10-09 00:06:30 +00:00
% ---------------------------------------------------
% --- OPTIONAL IMPORTS ------------------------------
% ---------------------------------------------------
% graphic drawing / generation
%\RequirePackage{tikz}
%\usetikzlibrary{arrows,automata}
2020-10-12 19:23:40 +00:00
%\usetikzlibrary{trees}
2020-10-09 00:06:30 +00:00
% ---------------------------------------------------
% include images
%\RequirePackage{graphicx}
%\graphicspath{{./graphics/}}
% ---------------------------------------------------