dotfiles/tex/homework.cls

48 lines
1.2 KiB
OpenEdge ABL
Raw Normal View History

2022-11-21 00:05:55 -05:00
\ProvidesClass{homework}
2022-12-08 18:05:40 -05:00
\LoadClass[fontsize=10pt]{scrartcl}
2022-11-08 21:41:28 -05:00
2022-11-21 00:05:55 -05:00
\RequirePackage[T1]{fontenc}
\RequirePackage{textcomp}
2022-12-08 18:05:40 -05:00
\RequirePackage{stmaryrd}
\SetSymbolFont{stmry}{bold}{U}{stmry}{m}{n}
2022-11-21 00:05:55 -05:00
\RequirePackage{url}
\RequirePackage{float}
\RequirePackage{booktabs}
\RequirePackage{emptypage}
\RequirePackage{subcaption}
\RequirePackage{multicol}
\RequirePackage{cancel}
\RequirePackage{mathrsfs}
\RequirePackage{minted}
\RequirePackage{systeme}
2022-11-08 21:41:28 -05:00
\RequirePackage{amsfonts, amsmath, amssymb, amsthm}
\RequirePackage{enumitem}
2022-11-21 00:05:55 -05:00
\RequirePackage{bm}
\RequirePackage{listings}
2022-11-08 21:41:28 -05:00
\RequirePackage{geometry}
\RequirePackage{graphicx}
2022-11-21 00:05:55 -05:00
\RequirePackage[usenames,dvipsnames]{xcolor}
2022-11-08 21:41:28 -05:00
\RequirePackage{physics}
\RequirePackage{bm}
\RequirePackage{pgfplots}
\pgfplotsset{
compat=newest,
}
\usepgfplotslibrary{fillbetween}
\usetikzlibrary{patterns}
\let\sidesum\sum
\let\sidelim\lim
\renewcommand\sum{\sidesum\limits}
\renewcommand\lim{\sidelim\limits}
\newcommand{\problem}[1]{\subsection*{#1.}}
\newcommand{\pbl}[1]{\subsection*{#1.}}
2022-11-21 00:05:55 -05:00
\newcommand{\N}{\ensuremath{\mathbb{N}}}
\newcommand{\Z}{\ensuremath{\mathbb{Z}}}
\newcommand{\R}{\ensuremath{\mathbb{R}}}
\newcommand{\Q}{\ensuremath{\mathbb{Q}}}
2022-12-04 01:27:12 -05:00
\newcommand\C{\ensuremath{\mathbb{C}}}
2022-11-08 21:41:28 -05:00
\geometry{top=20mm,bottom=20mm}