Update all figures

This commit is contained in:
2025-04-16 11:42:08 +02:00
parent 7a9978d5be
commit 2e35c5da3f
367 changed files with 10616 additions and 290842 deletions

View File

@@ -304,18 +304,6 @@ Note that org-ref links won't work here because the attr latex will be pasted as
\usepackage[perpage]{footmisc}
#+end_src
** Automatic non-breaking space for citations
#+begin_src latex
\let\myRef\ref
\renewcommand\ref{\unskip~\myRef}
\let\myEqref\eqref
\renewcommand\eqref{\unskip~\myEqref}
\let\myCite\cite
\renewcommand\cite{\unskip~\myCite}
#+end_src
** Setspace for controlling line spacing
#+begin_src latex
\usepackage{setspace}
@@ -342,7 +330,7 @@ Make the equation numbers follow the chapter, not the whole thesis.
\numberwithin{equation}{chapter}
#+end_src
** Minted
** TODO [#A] Minted
The minted package is used for highlighting source code.
#+begin_src latex