These_linjie_JC/thesis/7/subdoc.tex

29 lines
795 B
TeX

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