This commit is contained in:
Valentin Boettcher 2022-05-23 10:14:52 +02:00
parent 1e288585fe
commit c7b12cba0d
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@
captions=nooneline,captions=tableabove,english,DIV=16,numbers=noenddot,final]{scrartcl} captions=nooneline,captions=tableabove,english,DIV=16,numbers=noenddot,final]{scrartcl}
\usepackage{../../hirostyle} \usepackage{../../hirostyle}
\usepackage{../../hiromacros}
\addbibresource{references.bib} \addbibresource{references.bib}
\synctex=1 \synctex=1
\title{Calculating heat flows with HOPS} \title{Calculating heat flows with HOPS}

View file

@ -1,4 +1,5 @@
with import <nixpkgs> {}; with import <nixpkgs> {};
mkShell rec { let stable = import <nixos-stable> {};
buildInputs = [tectonic inotify-tools biber okular texstudio languagetool]; in mkShell rec {
buildInputs = [tectonic stable.biber];
} }