From 82f44465230fd9aa30bdae392c309c4d7480f3fe Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 19 Jan 2024 15:16:14 +0100 Subject: [PATCH] Play with margins --- bibliography.bib | 8 ++++++++ book.org | 2 +- flake.nix | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bibliography.bib b/bibliography.bib index 81b2717..6c9b250 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -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}, diff --git a/book.org b/book.org index 15be2d7..3bb2372 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,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} diff --git a/flake.nix b/flake.nix index 109acc7..03e137f 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];