-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
executable file
·44 lines (38 loc) · 1.26 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is thesis.tex. You have to put this file in %
% the same directory with your thesis files. %
% Written by M. Imran 2001/06/18 %
% No Copyright for this file %
% Save your time and enjoy it %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{mhar-vell}
%% uncommand the following line to print equation labels next to
%% equation numbers.
%\usepackage{showlabel}
%% The following is to control the format of your thesis
\input{format}
%% File to be included while running latex.
\includeonly{chapter1,chapter2,chapter3%
,chapter4,chapter5, ref}
\begin{document}
%% Front page of thesis
\input{frontpage}
%% Main text
% set page number starts from 1
\pagenumbering{arabic}
\setcounter{page}{1}
%% To ensure the equation counter works correctly
\eqlabon
\eqlaboff
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
%\include{chapter6}
%\include{chapter7}
%\include{chapter8}
\include{ref}
%\include{append}
\end{document}