Add glossary style; slightly adjust title page graphic placement.
This commit is contained in:
@@ -85,11 +85,11 @@
|
||||
\vfill
|
||||
{\leavevmode
|
||||
% Move the graphic to 0.25 in from the left edge of the paper.
|
||||
\put(-\oddsidemargin-0.75in,0){
|
||||
\put(-\oddsidemargin-0.75in,10pt){
|
||||
\includegraphics{graphics/prime_rule.pdf}
|
||||
}
|
||||
% The numbers here are just what looks good.
|
||||
\put(90,-2){
|
||||
\put(100,0){
|
||||
\includegraphics{graphics/prime_heartbeat.pdf}
|
||||
}
|
||||
}
|
||||
@@ -112,10 +112,19 @@
|
||||
% Table formatting.
|
||||
\renewcommand{\arraystretch}{1.5}
|
||||
|
||||
\RequirePackage[nopostdot,toc]{glossaries}
|
||||
|
||||
% Margin Note formatting.
|
||||
\RequirePackage{marginnote}
|
||||
\renewcommand{\marginnotevadjust}{-38pt} % Magic Number warning!
|
||||
% -38pt seems to be just the right vertical adjustment to align margin notes
|
||||
% with the reference in the text.
|
||||
\renewcommand{\marginnotevadjust}{-38pt}
|
||||
\renewcommand{\marginfont}{\small\color{PrimeBlue}}
|
||||
|
||||
\newcommand{\margintitle}[1]{\paragraph{\textbf{#1}}}
|
||||
\newcommand{\margindef}[3][0pt]{\textbf{#2}\marginnote{\margintitle{#2:} #3}[#1]}
|
||||
\newcommand{\margindef}[2][0pt]{\textbf{\gls{#2}}\marginnote{\margintitle{\gls{#2}:} \glsdesc{#2}}[#1]}
|
||||
|
||||
% Quote formatting
|
||||
%\RequirePackage[english]{babel}
|
||||
%\RequirePackage[autostyle, english=american]{csquotes}
|
||||
%\MakeOuterQuote{"}
|
||||
Reference in New Issue
Block a user