Code: Select all
TABLE OF CONTENTS
LIST OF TABLES....................................................... Page No
LIST OF FIGURES...................................................... Page No
CHAPTER
1 INTRODUCTION...................................................... Page No
2 BACKGROUND LITERATURE............................................. Page No
3 A NETWORK PERSPECTIVE OF ORG...................................... Page No
Code: Select all
LIST OF TABLES....................................................... Page No
LIST OF FIGURES...................................................... Page No
CHAPTER
1 INTRODUCTION................................................... Page No
2 BACKGROUND LITERATURE.......................................... Page No
3 A NETWORK PERSPECTIVE OF ORG................................... Page No
My .tex code is this.
Code: Select all
\documentclass[oneside,12pt]{memoir}
\usepackage{longtable}
\usepackage{amsmath}
\usepackage{graphics}
\usepackage[dvips]{graphicx}
\usepackage{psfrag,epsfig}
\usepackage{amssymb}
\usepackage{array}
\usepackage{lscape}
\usepackage{mathptmx}
\DoubleSpacing
\usepackage{pwasu}
\usepackage{anysize}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{indentfirst}
\usepackage{geometry}
\usepackage{etoolbox}
\parskip 7.2pt
\parindent 0.5in
\DoubleSpacing
\begin{document}
\maxtocdepth{subparagraph}
\pagestyle{plain}
\frontmatter
\thetitlepage
% Macro for List of Symbols
\def\listofsymbols{\input{memoir/symbols} \clearpage}
\def\addsymbol #1: #2#3{$#1$ \> \parbox{5.45in}{#2 \dotfill \pageref{#3}}\\}
\def\newnot#1{\label{#1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% put your abstract here
\asuabstract
\setcounter{page}{1}
\setlength{\parindent}{.5in}
This is the abstract.
\newpage
\centering{DEDICATION}
\flushleft{Enter your dedication text here}
\clearpage
\asuacknowledgements
\hspace{0.5in} Enter your acknowledgement text here.
\clearpage
\tableofcontents*
\listoftables
\listoffigures
\cftlocalchange{toc}{400pt}{0cm}% change settings to suppress dots
\cftaddtitleline{toc}{chapter}{CHAPTER}{}% add word "CHAPTER"
\cftlocalchange{toc}{1.55em}{2.55em}% restore original settings %\cftlocalchange{toc}{1.55em}{2.55em}% restore original settings
\newpage
%\newpage
%\chapter*{List of Symbols\hfill} \addcontentsline{toc}{chapter}{LIST OF SYMBOLS/NOMENCLATURE}
%\listofsymbols
\pagestyle{plain}
\pagenumbering{roman}
\setcounter{page}{14}
\clearpage
\newpage
\mainmatter
\pagestyle{asu}
\setcounter{page}{1} \pagenumbering{arabic} %
\setcounter{table}{0}
\pagestyle{plain}
\chapter{Chapter}
\section{This is a section}
\section{This is a section}
\section{This is a section}
\section{This is a section}
\subsection{This is a subsection}
\subsection{This is a subsection}
\chapter{Chapter}
\section{This is a section}
\section{This is a section}
\section{This is a section}
\subsection{This is a subsection}
\chapter{Chapter}
\chapter{Chapter}
\section{This is a section}
\subsection{This is a subsection}
\subsection{This is a subsection}
\chapter{Chapter}
\section{This is a section}
\section{This is a section}
\subsection{This is a subsection}
\subsection{This is a subsection}
\section{This is a section}
\section{This is a section}
\section{This is a section}
\subsection{This is a subsection}
\subsection{This is a subsection}
\subsection{This is a subsection}
\chapter{Chapter}
\section{This is a section}
\section{This is a section}
\section{This is a section}
\chapter{Chapter}
\end{document}