-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHW.tex
49 lines (42 loc) · 1.47 KB
/
HW.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\documentclass[12pt, letterpaper]{article}
\usepackage[margin=0.75in]{geometry}
\usepackage{amsmath, amssymb}
\usepackage{parskip}
\usepackage{ragged2e}
\setlength{\parindent}{0pt}
\usepackage{stix2}
% \usepackage{mlmodern}
\usepackage[T1]{fontenc}
\usepackage{cancel}
\usepackage{xcolor}
\usepackage{soul} % highlighter
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{lipsum}
\graphicspath{{./images/}}
% remove page numbering
\pagenumbering{gobble}
% ==================== COMMANDS/DEFINITIONS ====================
\newcommand{\indset}{\mathcal{I}}
\newcommand{\bases}{\mathcal{B}}
\newcommand{\flats}{\mathcal{F}}
\newcommand{\whirl}{\mathcal{W}}
\newcommand{\circuits}{\mathcal{C}}
\newcommand{\field}{\mathbb{F}}
\newcommand{\qbin}[2]{\begin{bmatrix}{#1}\\{#2}\end{bmatrix}_q}
\newcommand{\contradiction}{\(\Rightarrow\hspace{-0.2em}\Leftarrow\)}
\newcommand{\qed}{\scalebox{0.75}{\(\blacksquare\)}}
\newcommand*\clo[1]{\overline{#1}}
\newcommand{\mathcolorbox}[2]{\colorbox{#1}{$\displaystyle #2$}}
\renewcommand{\labelitemi}{\scalebox{0.75}{•}}
\newenvironment{proof}{\emph{Proof.}\!\ }
\newcounter{qcounter}
\setcounter{qcounter}{1}
\newenvironment{question}{\noindent\theqcounter.\,}{\stepcounter{qcounter}\bigskip}
\begin{document}
% ==================== HEADER ====================
\noindent MATH 414: Matroids \hfill Jinseob Sohn \\
Spring 2023 \hfill Homework 6
\rule[8pt]{\textwidth}{0.6pt}
% ==================== WORKSPACE ====================
\end{document}