add support for printing on a4

This commit is contained in:
Valentin Boettcher 2022-09-27 14:24:38 +02:00
parent 6692cfa944
commit 72a9ebcc7e
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE
2 changed files with 6 additions and 2 deletions

View file

@ -11,12 +11,12 @@
let
pkgs = nixpkgs.legacyPackages.${system};
tex = pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-medium latexmk koma-script babel-english
inherit (pkgs.texlive) scheme-medium latexmk koma-script babel-english
physics mathtools amsmath fontspec booktabs siunitx caption biblatex float
pgfplots microtype fancyvrb csquotes setspace newunicodechar hyperref
cleveref multirow bbold unicode-math biblatex-phys xpatch beamerposter
type1cm changepage lualatex-math footmisc wrapfig2 curve2e pict2e wrapfig
appendixnumberbeamer sidecap appendix orcidlink ncctools bigfoot;
appendixnumberbeamer sidecap appendix orcidlink ncctools bigfoot crop xcolor;
};
in rec {
packages = {

View file

@ -2,7 +2,11 @@
twoside=yes,toc=listof,toc=bibliography,headings=optiontohead,
captions=nooneline,captions=tableabove,english,DIV=15,numbers=noenddot,final,parskip=half-,
headinclude=true,footinclude=false,BCOR=.5cm]{scrbook}
\pdfvariable suppressoptionalinfo 512\relax
% \usepackage{xcolor}
% \usepackage[a4,center,cam,lualatex]{crop}
\usepackage[bottom]{footmisc}
\raggedbottom
\usepackage{lualatex-math}