diff options
author | Camil Staps | 2016-05-25 14:59:33 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-25 14:59:33 +0200 |
commit | 779fa0c00f514c6df00881886b4302bb1e2f29f1 (patch) | |
tree | cebb3ea91411d0f9bc5d5d1178c66a78f05992a6 /summary.tex | |
parent | Makefile (diff) |
cleanup
Diffstat (limited to 'summary.tex')
-rw-r--r-- | summary.tex | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/summary.tex b/summary.tex index dc5cedf..72785e1 100644 --- a/summary.tex +++ b/summary.tex @@ -4,7 +4,7 @@ \author{Camil Staps} \usepackage{dogmatics} -\showquestionsfalse +\showquestionsfalse% \usepackage[top=2cm, bottom=3cm, inner=3.6cm, outer=3.6cm, heightrounded, marginparwidth=2cm, marginparsep=0.6cm]{geometry} \usepackage[hidelinks]{hyperref} @@ -14,14 +14,14 @@ \makeatletter % Align marginpars to inside; doesn't work yet -\let\oldmarginpar\marginpar +\let\oldmarginpar\marginpar% \renewcommand*{\marginpar}[1]{\oldmarginpar{\color{black}\if@firstcolumn\raggedleft\fi#1}} %\renewcommand*{\marginpar}[1]{\oldmarginpar{\color{black}\raggedright#1}} % Smaller font in marginpars \long\def\@ympar#1{% - \@savemarbox\@marbox{\scriptsize #1}% - \global\setbox\@currbox\copy\@marbox - \@xympar} + \@savemarbox\@marbox{\scriptsize #1}% + \global\setbox\@currbox\copy\@marbox% + \@xympar} \makeatother % Indexing @@ -32,46 +32,46 @@ % But in next column; http://tex.stackexchange.com/a/27481/23992 \makeatletter \renewenvironment{theindex} - {\vfill\eject\section*{\indexname}% - \@mkboth{\MakeUppercase\indexname}% - {\MakeUppercase\indexname}% - \thispagestyle{plain}\parindent\z@ - \parskip\z@ \@plus .3\p@\relax - \columnseprule \z@ - \columnsep 35\p@ - \let\item\@idxitem} - {} + {\vfill\eject\section*{\indexname}% + \@mkboth{\MakeUppercase\indexname}% + {\MakeUppercase\indexname}% + \thispagestyle{plain}\parindent\z@ + \parskip\z@ \@plus .3\p@\relax + \columnseprule \z@ + \columnsep 35\p@ + \let\item\@idxitem} + {} \makeatother % Show index entries in the margin notes; see http://tex.stackexchange.com/q/236373/23992 \usepackage{xparse} \renewcommand\qindex[1]{\oldindex{#1}} -\let\oldindex\index +\let\oldindex\index% \renewcommand{\index}[1]{% - \oldindex{#1}% - \marginpar{\bfseries\splitentry{#1}}% + \oldindex{#1}% + \marginpar{\bfseries\splitentry{#1}}% } -\NewDocumentCommand{\splitentry}{ >{\SplitArgument{1}{!}} m } - {% - \splitentryEM#1% - } +\NewDocumentCommand{\splitentry}{ >{\SplitArgument{1}{!}} m } + {% + \splitentryEM#1% + } \NewDocumentCommand{\splitentryEM}{mm} - {% - \splitentryBAR{#1}% - \IfValueT{#2}{, \splitentryBAR{#2}}% - } -\NewDocumentCommand{\splitentryBAR}{ >{\SplitArgument{1}{|}} m } - {% - \dosplitentryBAR#1% - } -\NewDocumentCommand{\dosplitentryBAR}{ >{\SplitArgument{1}{@}} m m } - {% - \splitentryAT#1% - } -\NewDocumentCommand{\splitentryAT}{ m m } - { - \IfNoValueTF{#2}{#1}{#2}% - } + {% + \splitentryBAR{#1}% + \IfValueT{#2}{, \splitentryBAR{#2}}% + } +\NewDocumentCommand{\splitentryBAR}{ >{\SplitArgument{1}{|}} m } + {% + \dosplitentryBAR#1% + } +\NewDocumentCommand{\dosplitentryBAR}{ >{\SplitArgument{1}{@}} m m } + {% + \splitentryAT#1% + } +\NewDocumentCommand{\splitentryAT}{ m m } + { + \IfNoValueTF{#2}{#1}{#2}% + } % Title size \usepackage{titlesec} @@ -84,9 +84,9 @@ \input{sum-chap-3.tex} \input{sum-chap-4.tex} -\vfill\eject +\vfill\eject% \begin{multicols}{3} - \printindex + \printindex \end{multicols} \end{document} |