This commit is contained in:
2022-11-08 21:41:28 -05:00
parent 914b98ff69
commit d0ea6f9e32
6 changed files with 64 additions and 1 deletions
+30
View File
@@ -0,0 +1,30 @@
\ProvidesClass{english}
\LoadClass[12pt]{article}
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\RequirePackage{mathptmx}
\RequirePackage{setspace}
\RequirePackage{geometry}
\RequirePackage{indentfirst}
\doublespacing
\geometry{top=20mm,bottom=20mm}
\geometry{left=25mm,right=25mm}
\makeatletter
\def\@maketitle{%
\newpage
\null
\vskip 2em%
\begin{flushright}
\@author
\@date
\end{flushright}
\begin{center}%
\@title
\end{center}%
\par
\vskip 1.5em}
\makeatother
+27
View File
@@ -0,0 +1,27 @@
\ProvidesClass{mathhw}
\LoadClass[fontsize=9pt]{scrartcl}
\RequirePackage[utf8]{inputenc}
\RequirePackage{amsfonts, amsmath, amssymb, amsthm}
\RequirePackage{enumitem}
\RequirePackage{geometry}
\RequirePackage{graphicx}
\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{\sm}{\sum}
\newcommand{\problem}[1]{\subsection*{#1.}}
\newcommand{\pbl}[1]{\subsection*{#1.}}
\geometry{top=20mm,bottom=20mm}