switch from textbf to color of CinBlueText because textbf makes those letters bigger
[goodguy/cin-manual-latex.git] / common / settings.tex
index 38ab80984b439ef52606e6206cf3050abf90a1f8..63baf040c1b81a4b31356a7ce3565c6a33c81ca8 100644 (file)
@@ -11,7 +11,9 @@
 % Set up the page layout
 % memman.pdf capter 2: Laying out the page (READ IT!)
 % example: memsty.sty
+%begin{latexonly}
 \settypeblocksize{8.75in}{34pc}{*}
+%end{latexonly}
 
 % In loose reference to the theme CW.
 \definecolor{CinBlueText}{RGB}{23,85,142}% "Dark blue"
@@ -29,6 +31,7 @@
 % \definecolor{subsectioncolour}{RGB}{23,85,142}
 % \definecolor{subsubsectioncolour}{RGB}{23,85,142}
 
+%begin{latexonly}
 \makechapterstyle{morrow}{% requires graphicx package
   \chapterstyle{default}
   \renewcommand*{\chapnamefont}{%
@@ -42,6 +45,7 @@
   \renewcommand*{\chaptitlefont}{% Overwrites toc
     \normalfont\Huge\bfseries\sffamily\raggedleft\color{CinBlueText}}
 }
+%end{latexonly}
 
 \addtodef{\printpartname}{\color{CinBlueText}}{}% Part
 \addtodef{\printchaptername}{\color{CinBlueText}}{}% Chapter
 
 \parindent=0.0cm                    % first indent in section
 \righthyphenmin=2                   % hyphen last charecter
+%begin{latexonly}
 \setsecnumdepth{subsubsection}                 % section numeration depth
 
 % We use the chapter header style:
 \chapterstyle{morrow}
+%end{latexonly}
 
 % \renewcommand{\printchaptername}{\normalfont\large\scshape Chapter}
 \renewcommand{\chapterheadstart}{}