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}
|
||||
|
||||
Binary file not shown.
@@ -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}}}
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user