Update all figures
This commit is contained in:
14
setup.org
14
setup.org
@@ -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
|
||||
|
Reference in New Issue
Block a user