From 1e00b4f3ab2e3171e00ae6f66ab58b8047711aad Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 13 Sep 2021 12:12:55 +0200 Subject: Make all margins the same --- templates/songbook.tex.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/songbook.tex.erb') diff --git a/templates/songbook.tex.erb b/templates/songbook.tex.erb index efb0180..6a31ade 100644 --- a/templates/songbook.tex.erb +++ b/templates/songbook.tex.erb @@ -7,7 +7,9 @@ \usepackage{alltt} \usepackage{makeidx} \usepackage{titlesec} +\usepackage{geometry} +\newgeometry{lmargin=1in, rmargin=1in} \newcommand{\tyt}[1]{\phantomsection \section{#1} } \setcounter{secnumdepth}{0} \renewcommand*{\contentsname}{Lista piosenek} -- cgit v1.2.3