Play with margins
This commit is contained in:
parent
aa79bae7aa
commit
82f4446523
3 changed files with 11 additions and 3 deletions
|
@ -851,6 +851,14 @@
|
||||||
keywords = {assessment design,replicable research,research synthesis,rubric design,rubrics}
|
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,
|
@article{demmeApproximateGraphClustering2012,
|
||||||
title = {Approximate Graph Clustering for Program Characterization},
|
title = {Approximate Graph Clustering for Program Characterization},
|
||||||
author = {Demme, John and Sethumadhavan, Simha},
|
author = {Demme, John and Sethumadhavan, Simha},
|
||||||
|
|
2
book.org
2
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,usegeometry]
|
#+LATEX_CLASS_OPTIONS: [paper=240mm:170mm,parskip,DIV=11,BCOR=15mm]
|
||||||
#+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}
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
'';
|
'';
|
||||||
ugent2016 = pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
|
ugent2016 = pkgs.stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "ugent2016";
|
pname = "ugent2016";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
passthru = {
|
passthru = {
|
||||||
pkgs = [ finalAttrs.finalPackage ];
|
pkgs = [ finalAttrs.finalPackage ];
|
||||||
tlDeps = with pkgs.texlive; [
|
tlDeps = with pkgs.texlive; [
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/niknetniko/ugent2016/releases/download/${finalAttrs.version}/ugent2016.zip";
|
url = "https://github.com/niknetniko/ugent2016/releases/download/${finalAttrs.version}/ugent2016.zip";
|
||||||
hash = "sha256-70/5WHljZwbB//CiKy5AKuVTpwyK2BmbPD/Z4lQwPc8=";
|
hash = "sha256-4SY6F1DKnkaWWlFfVzxxZLFpqDrAnmbQ3uPCqi9doLQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.unzip ];
|
nativeBuildInputs = [ pkgs.unzip ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue