Oppdaterte kurs for 2025

This commit is contained in:
2025-03-04 16:26:58 +01:00
parent ad37f50c33
commit d5385911bb
11 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
\section{The Appendix}
\lipsum[1]
\lipsum[1]
+1 -1
View File
@@ -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*}
+2 -2
View File
@@ -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}.
+1 -1
View File
@@ -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}
Binary file not shown.
+1 -3
View File
@@ -1,6 +1,6 @@
% Input encoding, ensures compatibility with UTF-8
\usepackage[utf8]{inputenc} % Only necessary if using pdfLaTeX
% XeLaTeX is a more modern compiler which supports utf8 by default
% XeLaTeX or LuaLaTeX are more modern compilers which supports utf8 by default
% Localization
\usepackage[english]{babel} % Babel renews "hardcoded" strings to reflect the given language
@@ -49,5 +49,3 @@
%%% Custom Commands %%%
% Unit commands, ensures math to exponentiate and un-italicises text
\newcommand{\un}[1]{\ensuremath{\, \mathrm{#1}}}
+1 -1
View File
@@ -20,4 +20,4 @@ If you have `pandoc` you can write a markdown file (or many other document forma
You can even integrate python code which is to be run and its output used as information for the source which is to be compiled to a pdf.
Since everything is in plain text files, you may programatically alter any of these text files to do really complex things.
It is, however, way outside of the scope of this course.
It is, however, way outside of the scope of this course.