[spec] start dynamics notes
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 5 Aug 2019 06:57:34 +0000 (16:57 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 5 Aug 2019 06:57:34 +0000 (16:57 +1000)
spec/dynamics.tex [new file with mode: 0644]
diff --git a/spec/dynamics.tex b/spec/dynamics.tex
new file mode 100644 (file)
index 0000000..7708043
--- /dev/null
@@ -0,0 +1,34 @@
+\documentclass[a4paper]{article}
+\usepackage[a4paper,margin=2cm]{geometry}
+\usepackage{array}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage{tcolorbox}
+\usepackage{fancyhdr}
+\usepackage{pgfplots}
+\usepackage{tabularx}
+\usepackage{keystroke}
+\usepackage{listings}
+\usepackage{xcolor} % used only to show the phantomed stuff
+\definecolor{cas}{HTML}{e6f0fe}
+
+\pagestyle{fancy}
+\fancyhead[LO,LE]{Year 12 Specialist - Dynamics}
+\fancyhead[CO,CE]{Andrew Lorimer}
+
+\setlength\parindent{0pt}
+
+\begin{document}
+
+  \title{Dynamics}
+  \author{}
+  \date{}
+  \maketitle
+
+  \section{Forces}
+
+  \subsection{Resolution of forces}
+
+  The resolved part of a force \(P\) at angle \(\theta\) is equal to \(P \cos \Theta\)
+
+\end{document}