Initial push of previous course

This commit is contained in:
2025-02-12 23:34:31 +01:00
parent 305d17e370
commit 11675375cb
11 changed files with 409 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
\section{Referencing}
I hereby cite \cite{einstein}. % Tells the compiler to put a citation link here
I can also cite \cite{dirac}. % The only citation of dirac, if we remove it, dirac won't show in the References section
% If you're quoting larger passages from your sources, consider putting them in the
% "quote" environment
\begin{quote}
This is a quote which cites %\cite{einstein}
\end{quote}
% Small phrases may be quoted inline with "enquote"
I may also \enquote{quote} my sources \cite{einstein}.