-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.tex
More file actions
31 lines (26 loc) · 885 Bytes
/
config.tex
File metadata and controls
31 lines (26 loc) · 885 Bytes
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
% === Config ===
\let\oldproofname=\proofname
\renewcommand{\proofname}{\color{red}{\rm\bf{\oldproofname}}}
\newenvironment{solution}
{\begin{proof}[\color{red}{$\mathbf{Solution}$}]}
{\end{proof}}
\newenvironment{sketch}
{\begin{proof}[$\mathbf{Sketch}$]}
{\end{proof}}
\newenvironment{answer}
{\begin{proof}[\color{purple}{$\mathbf{Answer}$}]\renewcommand{\qedsymbol}{}}
{\end{proof}}
\renewcommand{\dateseparator}{/}
\renewcommand{\qedsymbol}{$\blacksquare$}
\newcommand\parallelogram{
\mathord{\text{
\tikz[baseline]
\draw (0,.1ex) -- (.8em,.1ex) -- (1em,1.6ex) -- (.2em,1.6ex) -- cycle;}}}
% === -------------------- ===
% === DeclareMathOperator ===
\DeclareMathOperator{\rank}{rank}
\DeclareMathOperator{\nullity}{nullity}
\DeclareMathOperator{\spann}{span}
\DeclareMathOperator{\trace}{tr}
\DeclareMathOperator{\ii}{\mathrm{i}}
% === ------------------- ===