Constant texcreate_lib::Templates::math::MATH_STRUCTURE[][src]

pub const MATH_STRUCTURE: &str = r#"% For math equations, theorems, symbols, etc
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm} 

% For pictures
\usepackage{graphicx}
\usepackage{tikz}

% Theorems
\newtheorem{theorem}{Theorem}
\newtheorem{example}{Example}
\newtheorem{remark}{Remark}
\newtheorem{definition}{Definition}
\newtheorem{corollary}{Corollary}
\newtheorem{proposition}{Proposition}

% Extra packages from config.toml goes here
"#;