preambles/document_default: Drop (obsolete) binding offset config

This commit is contained in:
Nils Freydank 2020-09-11 15:53:17 +02:00
parent 889164fe48
commit 8301bf8261
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@
12pt, % text size in unit "points"
abstract=off, % for an abstract with a title
twoside=on, % for twosided layout
bindingoffset=10mm, % let's assume some offset for binding
chapterprefix=false % toggle the "chapter" prefix in front of each chapter
]%
% --- choose one of the following document types ---
@ -87,7 +86,7 @@
\clearpairofpagestyles
%
\usepackage[cache=false]{minted} % for code listings; needs pygments and -shell-escape inside the LaTeX call!
\usemintedstyle{github} % take a look at "pygmentize -L styles"
\usemintedstyle{rainbow_dash} % take a look at "pygmentize -L styles"
%
\usepackage{amsmath} % to draw bold in math mode with \boldsymbol{}
%