Play with margins

This commit is contained in:
Charlotte Van Petegem 2024-01-19 15:16:14 +01:00
parent aa79bae7aa
commit 82f4446523
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 11 additions and 3 deletions

View file

@ -851,6 +851,14 @@
keywords = {assessment design,replicable research,research synthesis,rubric design,rubrics}
}
@phdthesis{dawyndt2004knowledge,
title = {Knowledge Accumulation of Microbial Data Aiming at a Dynamic Taxonomic Framework},
author = {Dawyndt, Peter},
year = {2004},
school = {Ghent University},
file = {/home/charlotte/sync/Zotero/storage/SWALKR7I/Dawyndt - 2004 - Knowledge accumulation of microbial data aiming at.pdf}
}
@article{demmeApproximateGraphClustering2012,
title = {Approximate Graph Clustering for Program Characterization},
author = {Demme, John and Sethumadhavan, Simha},

View file

@ -2,7 +2,7 @@
#+AUTHOR: Charlotte Van Petegem
#+LANGUAGE: en-gb
#+LATEX_CLASS: book
#+LATEX_CLASS_OPTIONS: [paper=240mm:170mm,parskip,usegeometry]
#+LATEX_CLASS_OPTIONS: [paper=240mm:170mm,parskip,DIV=11,BCOR=15mm]
#+LATEX_COMPILER: lualatex
#+LATEX_HEADER: \usepackage[inline]{enumitem}
#+LATEX_HEADER: \usepackage{shellesc, luacode}

View file

@ -52,7 +52,7 @@
'';
ugent2016 = pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
pname = "ugent2016";
version = "0.10.0";
version = "0.11.0";
passthru = {
pkgs = [ finalAttrs.finalPackage ];
tlDeps = with pkgs.texlive; [
@ -74,7 +74,7 @@
src = pkgs.fetchurl {
url = "https://github.com/niknetniko/ugent2016/releases/download/${finalAttrs.version}/ugent2016.zip";
hash = "sha256-70/5WHljZwbB//CiKy5AKuVTpwyK2BmbPD/Z4lQwPc8=";
hash = "sha256-4SY6F1DKnkaWWlFfVzxxZLFpqDrAnmbQ3uPCqi9doLQ=";
};
nativeBuildInputs = [ pkgs.unzip ];