Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions Latex/Design For ECE.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,20 @@
\documentclass[letterpaper, 10pt]{memoir}
\chapterstyle{ger}
\settrims{0pt}{0pt}
\semiisopage[9] % [N] is spine margin is 1/Nth pf page
% Since this is a PDF, make verso and recto margins the same.
\setlrmarginsandblock{1in}{1in}{*}
\checkandfixthelayout
%\semiisopage[9] % [N] is spine margin is 1/Nth pf page

% Since this is a PDF, center page numbers, instead of placing them on
%alternating sides.
\pagestyle{plain}

% Center all figures by default; copied from
% https://tex.stackexchange.com/a/2652.
\makeatletter
\g@addto@macro\@floatboxreset\centering
\makeatother

% To keep the book.tex file clean, I pulled all the formating and package
% includes into the preamble.tex file
Expand All @@ -26,7 +39,7 @@


\include{copyright}
%\include{aboutAuthors}
\include{aboutAuthors}

\tableofcontents
\include{preface}
Expand Down