mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -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,%
|
\documentclass[paper=a4, twoside=false, fontsize=12pt, parskip=half,
|
||||||
listof=totoc]{scrbook}
|
bibliography=totoc, listof=totoc]{scrbook}
|
||||||
|
|
||||||
% General packages
|
% General packages
|
||||||
\usepackage{sourdough}
|
\usepackage{sourdough}
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
|
|
||||||
% Clickable links in the table of contents
|
% Clickable links in the table of contents
|
||||||
\usepackage[ocgcolorlinks]{hyperref}
|
\usepackage[ocgcolorlinks]{hyperref}
|
||||||
|
\usepackage{bookmark}
|
||||||
\hypersetup{%
|
\hypersetup{%
|
||||||
linktoc=all,
|
linktoc=all,
|
||||||
allcolors=codeblue
|
allcolors=codeblue
|
||||||
|
|||||||
Reference in New Issue
Block a user