26 lines
719 B
TeX
26 lines
719 B
TeX
% this file is called up by thesis.tex
|
|
% content in this file will be fed into the main document
|
|
|
|
\chapter{Discussion} % top level followed by section, subsection
|
|
|
|
|
|
% ----------------------- paths to graphics ------------------------
|
|
|
|
% change according to folder and file names
|
|
\ifpdf
|
|
\graphicspath{{7/figures/PNG/}{7/figures/PDF/}{7/figures/}}
|
|
\else
|
|
\graphicspath{{7/figures/EPS/}{7/figures/}}
|
|
\fi
|
|
|
|
|
|
% ----------------------- contents from here ------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% ---------------------------------------------------------------------------
|
|
% ----------------------- end of thesis sub-document ------------------------
|
|
% --------------------------------------------------------------------------- |