mirror of
https://github.com/vale981/master-thesis
synced 2025-03-04 17:41:43 -05:00
fix tex
This commit is contained in:
parent
1e288585fe
commit
c7b12cba0d
2 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||||
|
|
|
@ -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];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue