forked from bjornoka/latex-course
Initial push of previous course
This commit is contained in:
@@ -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}.
|
||||
Reference in New Issue
Block a user