Small layout tweaks
This commit is contained in:
parent
9d526cc7e0
commit
92f461e568
2 changed files with 8 additions and 4 deletions
Binary file not shown.
|
|
@ -67,10 +67,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
\renewcommand{\thesection}{\arabic{section}}
|
||||
\renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}}
|
||||
\renewcommand{\thesubsubsection}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}}
|
||||
|
||||
% Re-define heading formats to force single line spacing
|
||||
\titleformat{\section}{\normalfont\large\bfseries\singlespacing}{\thesection}{1em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\singlespacing}{\thesection}{1em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\large\bfseries\singlespacing}{\thesection}{1em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\singlespacing}{\thesubsection}{1em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\large\bfseries\singlespacing}{\thesubsubsection}{1em}{}
|
||||
|
||||
\newcommand{\degree}{\ensuremath{^\circ}}
|
||||
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
|
||||
|
|
@ -93,7 +97,7 @@
|
|||
|
||||
\raggedbottom
|
||||
|
||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
|
||||
\renewcommand{\chaptermark}[1]{\markboth{Chapter \thechapter: #1}{}}
|
||||
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
||||
\addtolength{\headwidth}{\marginparsep}
|
||||
\addtolength{\headwidth}{\marginparwidth}
|
||||
|
|
@ -104,7 +108,7 @@
|
|||
\setlength{\fboxsep}{2mm}
|
||||
\shadowbox{
|
||||
\parbox{3cm}{
|
||||
\setstretch{1.0}
|
||||
\singlespacing
|
||||
\raggedright
|
||||
\textsf{
|
||||
\small\textbf{To do}\\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue