24 lines
850 B
TeX
24 lines
850 B
TeX
% this file is called up by thesis.tex
|
|
% content in this file will be fed into the main document
|
|
|
|
%: ----------------------- introduction file header -----------------------
|
|
|
|
\graphicspath{{8/figures/}} % specifies where the figures are stored
|
|
|
|
% ----------------------------------------------------------------------
|
|
%: ----------------------- content -----------------------
|
|
% ----------------------------------------------------------------------
|
|
|
|
\chapter{\label{ch8}Name of chapter 8} % top level followed by section, subsection
|
|
|
|
\section{\label{}Name of section}
|
|
|
|
\subsection{\label{}Name of subsection}
|
|
|
|
|
|
|
|
% ---------------------------------------------------------------------------
|
|
%: ----------------------- end of thesis sub-document ------------------------
|
|
% ---------------------------------------------------------------------------
|
|
|