Fix Koma line length calculation

This commit is contained in:
Charlotte Van Petegem 2024-01-19 13:52:13 +01:00
parent 704f245ac1
commit aa79bae7aa
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 10 additions and 2 deletions

View file

@ -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.},

View file

@ -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