From de02adb4c77a92afb4b555d5a39b0dd2d70a8de3 Mon Sep 17 00:00:00 2001 From: cedounet <134267244+cedounet@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:59:05 +0100 Subject: [PATCH] Silent KOMA warnings (#190) No functional change, but less warnings will help to read the logs. Good idea anyway to use the key/value scheme Co-authored-by: Cedric --- book/book.tex | 4 ++-- book/sourdough.sty | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/book/book.tex b/book/book.tex index cab03f5..870e1a4 100644 --- a/book/book.tex +++ b/book/book.tex @@ -1,5 +1,5 @@ -\documentclass[a4paper, oneside, 12pt, parskip=half, bibliography=totoc,% - listof=totoc]{scrbook} +\documentclass[paper=a4, twoside=false, fontsize=12pt, parskip=half, + bibliography=totoc, listof=totoc]{scrbook} % General packages \usepackage{sourdough} diff --git a/book/sourdough.sty b/book/sourdough.sty index 793b547..13530a5 100644 --- a/book/sourdough.sty +++ b/book/sourdough.sty @@ -50,6 +50,7 @@ % Clickable links in the table of contents \usepackage[ocgcolorlinks]{hyperref} +\usepackage{bookmark} \hypersetup{% linktoc=all, allcolors=codeblue