forked from bjornoka/latex-course
Oppdaterte kurs for 2025
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
\section{The Appendix}
|
||||
|
||||
\lipsum[1]
|
||||
\lipsum[1]
|
||||
|
||||
@@ -129,4 +129,4 @@ Matrices (and vectors)
|
||||
% Works like a charm
|
||||
\begin{gather*}
|
||||
\myvec{x_1\\x_2\\x_3} \leftarrow \text{My vector command}
|
||||
\end{gather*}
|
||||
\end{gather*}
|
||||
|
||||
@@ -6,8 +6,8 @@ I can also cite \cite{dirac}. % The only citation of dirac, if we remove it, di
|
||||
% 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}
|
||||
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}.
|
||||
I may also \enquote{quote} my sources \cite{einstein}.
|
||||
|
||||
@@ -42,4 +42,4 @@ If you wish to write an entire paragraph, you may write everything on one line.
|
||||
\item[*] Do
|
||||
\item[$\rightarrow$] This
|
||||
\end{itemize}
|
||||
\end{enumerate}
|
||||
\end{enumerate}
|
||||
|
||||
Reference in New Issue
Block a user