Slim S added file macros/style.tex  almost 9 years ago

Commit id: f361c00db4297876a92f6ceee5c4986ab98f5565

deletions | additions      

         

\relax   \@setckpt{macros/style}{  \setcounter{page}{1}  \setcounter{equation}{0}  \setcounter{enumi}{0}  \setcounter{enumii}{0}  \setcounter{enumiii}{0}  \setcounter{enumiv}{0}  \setcounter{footnote}{0}  \setcounter{mpfootnote}{0}  \setcounter{part}{0}  \setcounter{chapter}{0}  \setcounter{section}{0}  \setcounter{subsection}{0}  \setcounter{subsubsection}{0}  \setcounter{paragraph}{0}  \setcounter{subparagraph}{0}  \setcounter{figure}{0}  \setcounter{table}{0}  \setcounter{lofdepth}{1}  \setcounter{lotdepth}{1}  }           

\pagestyle{headings}  % Note that the line below could be modified to suit a  % particular system since the "geometry" package behaves  % differently in Unix, Windows and Mac, especially for the  % top margins.  % Adjust the parameter "top" (measuring the height of the  % space allocated to a header) and "headsep" (measuring  % the distance from the bottom of the header to the  % first line of text.  \usepackage[top=1.3in,left=1.5in,bottom=1in,right=1in,headsep=0.5in]{geometry}  \usepackage{setspace}  \onehalfspacing  %\doublespacing  % Headers and footers for thesis  \usepackage{fancyhdr}  \markboth{}{}  \newcommand\startchapter[1]{\chapter{#1}\thispagestyle{myheadings}}  \newcommand\startappendix[1]{\chapter{#1}\thispagestyle{myheadings}}  \newcommand\startfirstchapter[1]{\chapter{#1}}  % Manual addition of section to Table of Contents  \newcommand\TOCadd[1]{\newpage\phantomsection\addcontentsline{toc}{chapter}{#1}}  % Float Customization  \renewcommand{\floatpagefraction}{0.01}  % Customization of Tables of Contents and List of Figures/Tables  \usepackage{tocloft}  \renewcommand\cfttabpresnum{Table\ }  \renewcommand\cfttabnumwidth{0.75in}  \renewcommand\cftfigpresnum{Figure\ }  \renewcommand\cftfignumwidth{0.80in}  \newcommand{\HRule}{\rule{\linewidth}{0.5mm}}