Build changes

This commit is contained in:
Charlotte Van Petegem 2024-02-01 16:53:49 +01:00
parent 2e66340d93
commit eaebe31b27
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 18 additions and 13 deletions

View file

@ -8,6 +8,8 @@
(org-latex-caption-above . nil) (org-latex-caption-above . nil)
(org-latex-src-block-backend . minted) (org-latex-src-block-backend . minted)
(org-latex-minted-options . (("linenos" . "true"))) (org-latex-minted-options . (("linenos" . "true")))
(org-latex-subtitle-format . "\\subtitle{%s}")
(org-latex-subtitle-separate . t)
(org-latex-prefer-user-labels . t) (org-latex-prefer-user-labels . t)
(org-latex-pdf-process . ("latexmk -f -pdf -%latex -shell-escape -interaction=nonstopmode -output-directory=%o %f")) (org-latex-pdf-process . ("latexmk -f -pdf -%latex -shell-escape -interaction=nonstopmode -output-directory=%o %f"))
(org-html-prefer-user-labels . t) (org-html-prefer-user-labels . t)

View file

@ -1,4 +1,5 @@
#+TITLE: Dodona #+TITLE: Dodona
#+SUBTITLE: Improving automated assessment in programming education through educational data mining
#+AUTHOR: Charlotte Van Petegem #+AUTHOR: Charlotte Van Petegem
#+LANGUAGE: en-gb #+LANGUAGE: en-gb
#+LATEX_CLASS: book #+LATEX_CLASS: book
@ -31,7 +32,6 @@
#+LATEX_HEADER: \usepackage[defaultlines=2,all]{nowidow} #+LATEX_HEADER: \usepackage[defaultlines=2,all]{nowidow}
#+LATEX_HEADER: \usepackage[dutch,AUTO]{polyglossia} #+LATEX_HEADER: \usepackage[dutch,AUTO]{polyglossia}
#+LATEX_HEADER: \academicyear{20232024} #+LATEX_HEADER: \academicyear{20232024}
#+LATEX_HEADER: \subtitle{Improving automated assessment in programming education through educational data mining}
#+LATEX_HEADER: \titletext{A dissertation submitted to Ghent University in partial fulfilment of\\ the requirements for the degree of Doctor of Computer Science.} #+LATEX_HEADER: \titletext{A dissertation submitted to Ghent University in partial fulfilment of\\ the requirements for the degree of Doctor of Computer Science.}
#+LATEX_HEADER: \promotors{% #+LATEX_HEADER: \promotors{%
#+LATEX_HEADER: Supervisors:\\ #+LATEX_HEADER: Supervisors:\\
@ -60,24 +60,25 @@
#+LATEX: \frontmatter #+LATEX: \frontmatter
#+TOC: headlines 2 #+TOC: headlines 2
* To-dos #+LATEX: \begin{dutch}
* Todo's
:PROPERTIES: :PROPERTIES:
:CREATED: [2023-11-20 Mon 17:14] :CREATED: [2023-11-20 Mon 17:14]
:CUSTOM_ID: chap:todos :CUSTOM_ID: chap:todos
:UNNUMBERED: t :UNNUMBERED: t
:END: :END:
In order of priority: In volgorde van prioriteit:
- Write [[#chap:intro]]. - [[#chap:intro]] schrijven.
- Write [[#chap:discussion]]. - [[#chap:discussion]] schrijven.
- Finish chapter [[#chap:feedback]]. - [[#chap:feedback]] afmaken.
- Add some screenshots to the start. - Screenshots toevoegen in de eerste paar secties.
- Make sure there isn't too much overlap with\nbsp{}[[#subsec:whateval]]. - Zorgen dat er niet te veel overlap is met\nbsp{}[[#subsec:whateval]].
- Write [[#chap:summ]]. - [[#chap:summ]] schrijven.
- Redo screenshots/visualizations. - Screenshots en visualisaties hermaken.
I might even wait with this explicitly to do this closer to the deadline, to incorporate possible UI changes that might be done in the near future. Ik wacht hiermee tot naderbij de deadline, om eventuele UI-veranderingen mee te hebben.
#+LATEX: \begin{dutch}
* Dankwoord * Dankwoord
:PROPERTIES: :PROPERTIES:
:CREATED: [2023-10-23 Mon 09:25] :CREATED: [2023-10-23 Mon 09:25]

View file

@ -17,7 +17,9 @@
org-latex-caption-above nil org-latex-caption-above nil
org-latex-src-block-backend 'minted org-latex-src-block-backend 'minted
org-latex-minted-options '(("linenos" . "true")) org-latex-minted-options '(("linenos" . "true"))
org-latex-prefer-user-labels t) org-latex-prefer-user-labels t
org-latex-subtitle-format "\\subtitle{%s}"
org-latex-subtitle-separate t)
(add-to-list (add-to-list
'org-export-smart-quotes-alist 'org-export-smart-quotes-alist