mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
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 <ced@awase.ostal>
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
|
||||
% Clickable links in the table of contents
|
||||
\usepackage[ocgcolorlinks]{hyperref}
|
||||
\usepackage{bookmark}
|
||||
\hypersetup{%
|
||||
linktoc=all,
|
||||
allcolors=codeblue
|
||||
|
||||
Reference in New Issue
Block a user