From aa79bae7aac9f577cdfb7c0de1f0a981b5f2cb65 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 19 Jan 2024 13:52:13 +0100 Subject: [PATCH] Fix Koma line length calculation --- bibliography.bib | 8 ++++++++ book.org | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bibliography.bib b/bibliography.bib index cd31db1..81b2717 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -2374,6 +2374,14 @@ file = {/home/charlotte/sync/Zotero/storage/6UVXAKJ4/Mens et al. - 2021 - The good, the bad, and the ugly mining for patter.pdf} } +@phdthesis{mesuere2016unipept, + title = {Unipept: Computational Exploration of Metaproteome Data}, + author = {Mesuere, Bart}, + year = {2016}, + school = {Ghent University}, + file = {/home/charlotte/sync/Zotero/storage/KLCPQ4GF/Mesuere - 2016 - Unipept computational exploration of metaproteome.pdf} +} + @article{millerSystematicMistakeAnalysis1963, title = {Systematic Mistake Analysis of Digital Computer Programs}, author = {Miller, Joan C. and Maloney, Clifford J.}, diff --git a/book.org b/book.org index 76ce002..15be2d7 100644 --- a/book.org +++ b/book.org @@ -2,7 +2,7 @@ #+AUTHOR: Charlotte Van Petegem #+LANGUAGE: en-gb #+LATEX_CLASS: book -#+LATEX_CLASS_OPTIONS: [paper=240mm:170mm,parskip] +#+LATEX_CLASS_OPTIONS: [paper=240mm:170mm,parskip,usegeometry] #+LATEX_COMPILER: lualatex #+LATEX_HEADER: \usepackage[inline]{enumitem} #+LATEX_HEADER: \usepackage{shellesc, luacode} @@ -49,7 +49,7 @@ #+BEGIN_COMMENT There should be a `#+LATEX: \frontmatter` here, but I want to still be able to export to HTML, have the TOC show up in itself, change its heading and have the TOC be part of the frontmatter. -Because of this the `\frontmatter` statement needs to be part of the `org-latex-toc-command` (which is set in the =.dir-locals.el= file). +Because of this the `\frontmatter` statement needs to be part of the `org-latex-toc-command` (which is set in the =.dir-locals.el=/=build.el= file). #+END_COMMENT * To-dos