Skip to content

Commit

Permalink
Use KOMA-Script and twosided printing
Browse files Browse the repository at this point in the history
Because it looks better.  Also gets rid of headers/footers on empty
pages
  • Loading branch information
cedounet committed Jul 12, 2023
1 parent e26cf17 commit 47f74f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[a4paper, 12pt]{book}
\documentclass[a4paper, twoside, 12pt]{scrbook}

% General packages
\usepackage[utf8]{inputenc}
Expand Down

0 comments on commit 47f74f5

Please sign in to comment.