% Style for PL Book
% plbook.sty
% included as usepackage in book.tex
% Separate paragraphs with a top margin rather than an indent
\setlength{\parskip}{\bigskipamount}
\setlength{\parindent}{0pt}
%\setlength{\topmargin}{-0.8in}
\setlength{\headheight}{0.2in}
\setlength{\headsep}{0.3in}
\setlength{\topskip}{0in}
%\setlength{\textheight}{7in}
\setlength{\footskip}{0.35in}
\setlength{\footnotesep}{0.2in}
\clubpenalty=10000
\widowpenalty=10000
% ============
% To make special coloured captions for images, etc.
\definecolor{capcol}{rgb}{0,0,0.5}
\captionsetup{labelsep=space}
\renewcommand{\figurename}{\textcolor{capcol}{Fig.}}
\renewcommand\thefigure{\textcolor{capcol}{\arabic{chapter}.\arabic{figure}}}
% fancy figure captions
\newcommand{\capf}[2][ ] % optional argument #1 has null default value
{\vspace{0.6ex}\caption[#1]{\slshape \textcolor{capcol}{#2}}}
% ============
% For quoted speech, etc (to match blockquote below)
\newcommand{\qt}[1]{``{\slshape #1}''}
% Short form for superscript
\newcommand{\tss}[1]{\textsuperscript{#1}}