diff options
Diffstat (limited to 'summary.tex')
-rw-r--r-- | summary.tex | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/summary.tex b/summary.tex index 3f558da..f3f57b1 100644 --- a/summary.tex +++ b/summary.tex @@ -1,4 +1,4 @@ -\documentclass[landscape,twocolumn,9pt,a4paper]{article} +\documentclass[9pt,a4paper]{article} \title{An Introduction to Christian Theology\\\normalsize{Summary of the book by Plantinga, Thompson and Lundberg}} \author{Camil Staps} @@ -6,8 +6,8 @@ \usepackage{dogmatics} \showquestionsfalse% -\usepackage[top=2cm, bottom=3cm, inner=4cm, outer=4cm, heightrounded, -marginparwidth=3cm, marginparsep=0.6cm]{geometry} +\usepackage[top=2cm, bottom=3cm, left=3cm, right=5cm, heightrounded, +marginparwidth=3.8cm, marginparsep=0.4cm]{geometry} \usepackage[hidelinks]{hyperref} \usepackage[english]{babel} \usepackage{multicol} @@ -17,8 +17,7 @@ marginparwidth=3cm, marginparsep=0.6cm]{geometry} \makeatletter % Align marginpars to inside; doesn't work yet \let\oldmarginpar\marginpar% -\renewcommand*{\marginpar}[1]{\oldmarginpar{\color{black}\if@firstcolumn\raggedleft\fi#1}} -%\renewcommand*{\marginpar}[1]{\oldmarginpar{\color{black}\raggedright#1}} +\renewcommand*{\marginpar}[1]{\oldmarginpar{\color{black}#1}} % Smaller font in marginpars \long\def\@ympar#1{% \@savemarbox\@marbox{\scriptsize #1}% @@ -86,12 +85,12 @@ marginparwidth=3cm, marginparsep=0.6cm]{geometry} \input{sum-chap-3.tex} \input{sum-chap-4.tex} \input{sum-chap-6.tex} +\input{sum-chap-9.tex} \input{sum-chap-16.tex} -\vfill\eject% +\clearpage\onecolumn% \begin{multicols}{3} \printindex \end{multicols} \end{document} - |