diff --git a/config_extra.tex b/config_extra.tex index 0583c54..813b33a 100644 --- a/config_extra.tex +++ b/config_extra.tex @@ -26,8 +26,6 @@ \usepackage{floatrow} \floatsetup[table]{font={footnotesize,sf},capposition=top} - % \usepackage[bottom=2.5cm]{geometry} - \clubpenalty = 10000 \widowpenalty = 10000 \displaywidowpenalty = 10000 diff --git a/phd-thesis.org b/phd-thesis.org index 1c5afde..0f74b5c 100644 --- a/phd-thesis.org +++ b/phd-thesis.org @@ -10,9 +10,7 @@ #+DATE: {{{time(%Y-%m-%d)}}} #+LATEX_CLASS: scrreprt -# #+LaTeX_CLASS_OPTIONS: [a4paper, twoside, headings=openright, 10pt, DIV=12, BCOR=1cm, parskip=full, bibliography=totoc, usegeometry] -#+LaTeX_CLASS_OPTIONS: [a4paper, twoside, headings=openright, 10pt, DIV=13, BCOR=1cm, parskip=full, bibliography=totoc] -# #+LaTeX_CLASS_OPTIONS: [a4paper, 10pt, DIV=12, parskip=full, bibliography=totoc] +#+LaTeX_CLASS_OPTIONS: [a4paper, 10pt, DIV=12, parskip=full, bibliography=totoc] #+OPTIONS: num:t toc:nil ':t *:t -:t ::t <:nil author:t date:t tags:nil todo:nil |:t H:5 title:nil diff --git a/phd-thesis.pdf b/phd-thesis.pdf index 4d10556..6e066f9 100644 Binary files a/phd-thesis.pdf and b/phd-thesis.pdf differ diff --git a/phd-thesis.tex b/phd-thesis.tex index 9c07429..330d6d9 100644 --- a/phd-thesis.tex +++ b/phd-thesis.tex @@ -1,6 +1,6 @@ -% Created 2025-07-15 Tue 13:58 +% Created 2025-07-30 Wed 11:23 % Intended LaTeX compiler: pdflatex -\documentclass[a4paper, twoside, headings=openright, 10pt, DIV=13, BCOR=1cm, parskip=full, bibliography=totoc]{scrreprt} +\documentclass[a4paper, 10pt, DIV=12, parskip=full, bibliography=totoc]{scrreprt} \input{config.tex} \newacronym{adc}{ADC}{Analog to Digital Converter} @@ -55,7 +55,7 @@ \addbibresource{ref.bib} \addbibresource{phd-thesis.bib} \author{Dehaeze Thomas} -\date{2025-07-15} +\date{2025-07-30} \title{Nano Active Stabilization of samples for tomography experiments: A mechatronic design approach} \subtitle{PhD Thesis} \hypersetup{ diff --git a/setup.org b/setup.org index 1eb79f1..30d1c9d 100644 --- a/setup.org +++ b/setup.org @@ -122,13 +122,6 @@ I reduce the size of tables so that longer tables can still fit into an A4 (redu \floatsetup[table]{font={footnotesize,sf},capposition=top} #+end_src -** Geometry - -# \usepackage[paperheight=24.41cm,paperwidth=17.21cm,bottom=3cm,left=1.4cm,right=2cm,heightrounded]{geometry} -#+begin_src latex - % \usepackage[bottom=2.5cm]{geometry} -#+end_src - ** Penalties #+begin_src latex \clubpenalty = 10000