Fix Koma line length calculation
This commit is contained in:
parent
704f245ac1
commit
aa79bae7aa
2 changed files with 10 additions and 2 deletions
|
@ -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}
|
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,
|
@article{millerSystematicMistakeAnalysis1963,
|
||||||
title = {Systematic Mistake Analysis of Digital Computer Programs},
|
title = {Systematic Mistake Analysis of Digital Computer Programs},
|
||||||
author = {Miller, Joan C. and Maloney, Clifford J.},
|
author = {Miller, Joan C. and Maloney, Clifford J.},
|
||||||
|
|
4
book.org
4
book.org
|
@ -2,7 +2,7 @@
|
||||||
#+AUTHOR: Charlotte Van Petegem
|
#+AUTHOR: Charlotte Van Petegem
|
||||||
#+LANGUAGE: en-gb
|
#+LANGUAGE: en-gb
|
||||||
#+LATEX_CLASS: book
|
#+LATEX_CLASS: book
|
||||||
#+LATEX_CLASS_OPTIONS: [paper=240mm:170mm,parskip]
|
#+LATEX_CLASS_OPTIONS: [paper=240mm:170mm,parskip,usegeometry]
|
||||||
#+LATEX_COMPILER: lualatex
|
#+LATEX_COMPILER: lualatex
|
||||||
#+LATEX_HEADER: \usepackage[inline]{enumitem}
|
#+LATEX_HEADER: \usepackage[inline]{enumitem}
|
||||||
#+LATEX_HEADER: \usepackage{shellesc, luacode}
|
#+LATEX_HEADER: \usepackage{shellesc, luacode}
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
#+BEGIN_COMMENT
|
#+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.
|
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
|
#+END_COMMENT
|
||||||
|
|
||||||
* To-dos
|
* To-dos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue