diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-13 12:12:55 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-13 12:12:55 +0200 |
commit | 1e00b4f3ab2e3171e00ae6f66ab58b8047711aad (patch) | |
tree | 7141fc19db612a75f13aa2fb2eb5a73c4de149d2 /templates | |
parent | bcfff80bd95d1cf0b3cf76d44c9f3df09e8845a2 (diff) |
Make all margins the same
Diffstat (limited to 'templates')
-rw-r--r-- | templates/songbook.tex.erb | 2 |
1 files changed, 2 insertions, 0 deletions
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} |