Add custom title page
This commit is contained in:
20
setup.org
20
setup.org
@@ -58,6 +58,12 @@ Do not modify itemize/enumerate environments by default
|
||||
\usepackage{multirow}
|
||||
#+end_src
|
||||
|
||||
I reduce the size of tables so that longer tables can still fit into an A4 (reduce font and make sans serif).
|
||||
#+begin_src latex
|
||||
\usepackage{floatrow}
|
||||
\floatsetup[table]{font={footnotesize,sf},capposition=top}
|
||||
#+end_src
|
||||
|
||||
* Units
|
||||
#+begin_src latex
|
||||
\usepackage[binary-units=true]{siunitx}
|
||||
@@ -222,6 +228,12 @@ Also reduce the font-size
|
||||
\renewcommand*{\bibfont}{\footnotesize}
|
||||
#+end_src
|
||||
|
||||
* Table of Contents
|
||||
#+begin_src latex
|
||||
\usepackage{minitoc}
|
||||
\usepackage[nottoc]{tocbibind}
|
||||
#+end_src
|
||||
|
||||
* Fonts
|
||||
|
||||
https://tug.org/FontCatalogue/quattrocento/
|
||||
@@ -290,14 +302,6 @@ Fine tuning of spacing between paragraphs. See [[https://tex.stackexchange.com/q
|
||||
\setparsizes{0em}{0.1\baselineskip plus .1\baselineskip}{1em plus 1fil}
|
||||
#+end_src
|
||||
|
||||
* Table improvements
|
||||
|
||||
I reduce the size of tables so that longer tables can still fit into an A4 (reduce font and make sans serif).
|
||||
#+begin_src latex
|
||||
\usepackage{floatrow}
|
||||
\floatsetup[table]{font={footnotesize,sf},capposition=top}
|
||||
#+end_src
|
||||
|
||||
* Possible Equation improvements
|
||||
|
||||
Make the equation numbers follow the chapter, not the whole thesis.
|
||||
|
Reference in New Issue
Block a user