Skip to content

Commit 8483476

Browse files
committed
Add Unit 3
1 parent 2729d49 commit 8483476

File tree

5 files changed

+417
-1
lines changed

5 files changed

+417
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ For intellisense, a list of the commands is added in the [package_intellisense](
6060
- `sidenote`: Colored box used to indicate extra information.
6161
- `theorem`: Colored box used to write mathematical theorems.
6262

63+
#### Mathematical Operators
64+
- `\adj`: Used to indicate the adjoint
65+
- `\proj`: Used to indicate the orthogonal projection of a vector
66+
- `\Area `: Used to indicate area
67+
6368
---

images/unit03/projection_example.png

24.1 KB
Loading

notes.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
\end{titlepage}
1414
\clearpage\begingroup\pagestyle{empty}\cleardoublepage\endgroup
1515
\tableofcontents
16-
\rulechapterend
16+
\noindent\rule{\textwidth}{0.4pt}
1717
\addfile{units/unit01.tex}
1818
\addfile{units/unit02.tex}
19+
\addfile{units/unit03.tex}
1920
\end{document}

notestyles.sty

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757

5858
% Mathematical Operators
5959
\DeclareMathOperator{\adj}{adj}
60+
\DeclareMathOperator{\proj}{proj}
61+
\DeclareMathOperator{\Area}{Area}
6062

6163
% Tables
6264
\RequirePackage{tabularray}

0 commit comments

Comments
 (0)