mirror of
https://github.com/vale981/master-thesis-tex
synced 2025-03-04 17:21:37 -05:00
add support for printing on a4
This commit is contained in:
parent
6692cfa944
commit
72a9ebcc7e
2 changed files with 6 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue