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}
\usepackage{../../hirostyle}
\usepackage{../../hiromacros}
\addbibresource{references.bib}
\synctex=1
\title{Calculating heat flows with HOPS}

View file

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