Browse Source

Make outer margin bigger

This helps with text getting cut off in some places.
Switched to oneside so the margins are the same on all pages.
The "twopaged-ness" is done in pdfbook2 instead.
master
LaTeX Anon 1 year ago
parent
commit
b0ac6fbe4d
  1. 4
      road2revolution.tex

4
road2revolution.tex

@ -1,4 +1,4 @@
\documentclass[10pt,a5paper,twoside]{article}
\documentclass[10pt,a5paper,oneside]{article}
\usepackage{authblk}
\usepackage{graphicx}
\usepackage{csquotes}
@ -7,7 +7,7 @@
\setlength{\epigraphwidth}{\textwidth}
\renewcommand{\epigraphflush}{center} % center box that epigraph is in
\renewcommand{\sourceflush}{center} % center Lenin's name
\usepackage[top=0.25cm,bottom=0.6cm,footskip=0.5cm,inner=0.25cm,outer=0.25cm]{geometry}
\usepackage[top=0.25cm,bottom=0.6cm,footskip=0.5cm,inner=0.05cm,outer=0.5cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage[stable]{footmisc}
\usepackage[compact]{titlesec}

Loading…
Cancel
Save