IIT Patna B.Tech Project Template
Author
S. Sivasubramani
Last Updated
2年前
License
Creative Commons CC BY 4.0
Abstract
This project is the template for preparing the BTP report.
\documentclass[BTech]{iitpdiss}
\usepackage{times}
\usepackage{t1enc}
\usepackage{url}
\usepackage{color}
\usepackage{graphicx} % for including graphics files
\usepackage{ifpdf} % to use same .tex file for both latex & pdflatex the following specifies different options to hyperref depending on whether latex or pdflatex is being run.
\ifpdf
\usepackage[colorlinks=,linkcolor=blue,urlcolor=blue,citecolor=blue,plainpages=false,pdfpagelabels,breaklinks]{hyperref}
\else
\usepackage[colorlinks,linkcolor=blue,urlcolor=blue,citecolor=blue,plainpages=false,pdfpagelabels,linktocpage]{hyperref}
\fi
\usepackage{epstopdf}
\usepackage{hyperref} % hyperlinks for references.
\usepackage{amsmath,amssymb} % easier math formulae, align, subequations \ldots
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Title page
\title{\uppercase{IIT Patna B.Tech Project Template}}
\author{Venkatesh Chaturwedi }
\rollno{1101EE37}
\date{SEPTEMBER 2014}
\department{ELECTRICAL ENGINEERING}
%\nocite{*}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Certificate
\certificate
\vspace*{0.5in}
\noindent This is to certify that the thesis titled {\bf OPTIMAL CHARGING OF HYBRID ELECTRIC VEHICLE IN SMART GRID ENVIRONMENT}, submitted by {\bf Venkatesh Chaturwedi },
to the Indian Institute of Technology, Patna, for
the award of the degree of {\bf Bachelor of Technology}, is a bona fide
record of the research work done by him under our supervision. The
contents of this thesis, in full or in parts, have not been submitted
to any other Institute or University for the award of any degree or
diploma.
\vspace*{1.5in}
\begin{singlespacing}
\hspace*{-0.25in}
%\parbox{2.5in}{
%\noindent {\bf Dr.~} \\
%\noindent Research Guide \\
%\noindent Assistant Professor \\
%\noindent Dept. of Electrical Engineering\\
%\noindent IIT-Patna, 800 013 \\
%}
\hfill
\parbox{2.5in}{
\noindent {\bf Dr. S. Sivasubramani } \\
\noindent Supervisor \\
\noindent Assistant Professor \\
\noindent Dept. of Electrical Engineering\\
\noindent IIT-Patna, 800 013 \\
}
\end{singlespacing}
\vspace*{0.25in}
\\
\noindent Place: Patna\\
\noindent Date: 17th September 2014
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Acknowledgements
\acknowledgements
Thanks to all those who made \TeX\ and \LaTeX\ what it is today.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abstract
\abstract
\noindent KEYWORDS: \hspace*{0.5em} \parbox[t]{4.4in}{\LaTeX ; Thesis;
Style files; Format.}
\vspace*{24pt}
\noindent A \LaTeX\ class along with a simple template thesis are
provided here. These can be used to easily write a thesis suitable
for submission at IIT-Patna. The class provides options to format
PhD, MS, M.Tech.\ and B.Tech.\ thesis. It also allows one to write a
synopsis using the same class file. Also provided is a BIB\TeX\ style
file that formats all bibliography entries as per the IITP format.
The formatting is as (as far as the author is aware) per the current
institute guidelines.
\pagebreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Table of contents etc.
\begin{singlespace}
\tableofcontents
\thispagestyle{empty}
\listoftables
\addcontentsline{toc}{chapter}{LIST OF TABLES}
\listoffigures
\addcontentsline{toc}{chapter}{LIST OF FIGURES}
\end{singlespace}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Abbreviations
\abbreviations
\noindent
\begin{tabbing}
xxxxxxxxxxx \= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \kill
\textbf{IITP} \> Indian Institute of Technology, Patna \\
\textbf{RTFM} \> Read the Fine Manual \\
\end{tabbing}
\pagebreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Notation
\chapter*{\centerline{NOTATION}}
\addcontentsline{toc}{chapter}{NOTATION}
\begin{singlespace}
\begin{tabbing}
xxxxxxxxxxx \= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \kill
\textbf{$r$} \> Radius, $m$ \\
\textbf{$\alpha$} \> Angle of thesis in degrees \\
\textbf{$\beta$} \> Flight path in degrees \\
\end{tabbing}
\end{singlespace}
\pagebreak
\clearpage
% The main text will follow from this point so set the page numbering
% to arabic from here on.
\pagenumbering{arabic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Introduction.
\chapter{INTRODUCTION}
\label{chap:intro}
This document provides a simple template of how the provided
\verb+iitpdiss.cls+ \LaTeX\ class is to be used. Also provided are
several useful tips to do various things that might be of use when you
write your thesis.
Before reading any further please note that you are strongly advised
against changing any of the formatting options used in the class
provided in this directory, unless you are absolutely sure that it
does not violate the IITP formatting guidelines. \emph{Please do not
change the margins or the spacing.} If you do change the formatting
you are on your own (don't blame me if you need to reprint your entire
thesis). In the case that you do change the formatting despite these
warnings, the least I ask is that you do not redistribute your style
files to your friends (or enemies).
It is also a good idea to take a quick look at the formatting
guidelines. Your office or advisor should have a copy. If they
don't, pester them, they really should have the formatting guidelines
readily available somewhere.
To compile your sources run the following from the command line:
\begin{verbatim}
% latex thesis.tex
% bibtex thesis
% latex thesis.tex
% latex thesis.tex
\end{verbatim}
Modify this suitably for your sources.
To generate PDF's with the links from the \verb+hyperref+ package use
the following command:
\begin{verbatim}
% dvipdfm -o thesis.pdf thesis.dvi
\end{verbatim}
\section{Package Options}
Use this thesis as a basic template to format your thesis. The
\verb+iitpdiss+ class can be used by simply using something like this:
\begin{verbatim}
\documentclass[PhD]{iitpdiss}
\end{verbatim}
To change the title page for different degrees just change the option
from \verb+PhD+ to one of \verb+MS+, \verb+MTech+ or \verb+BTech+.
The dual degree pages are not supported yet but should be quite easy
to add. The title page formatting really depends on how large or
small your thesis title is. Consequently it might require some hand
tuning. Edit your version of \verb+iitpdiss.cls+ suitably to do this.
I recommend that this be done once your title is final.
To write a synopsis simply use the \verb+synopsis.tex+ file as a
simple template. The synopsis option turns this on and can be used as
shown below.
\begin{verbatim}
\documentclass[PhD,synopsis]{iitpdiss}
\end{verbatim}
Once again the title page may require some small amount of fine
tuning. This is again easily done by editing the class file.
This sample file uses the \verb+hyperref+ package that makes all
labels and references clickable in both the generated DVI and PDF
files. These are very useful when reading the document online and do
not affect the output when the files are printed.
\section{Example Figures and tables}
Fig.~\ref{fig:iitp} shows a simple figure for illustration along with
a long caption. The formatting of the caption text is automatically
single spaced and indented. Table~\ref{tab:sample} shows a sample
table with the caption placed correctly. The caption for this should
always be placed before the table as shown in the example.
\begin{figure}[htpb]
\begin{center}
\resizebox{50mm}{!} {\includegraphics *{iitp.eps}}
\resizebox{50mm}{!} {\includegraphics *{iitp.eps}}
\caption {Two IITP logos in a row. This is also an
illustration of a very long figure caption that wraps around two
two lines. Notice that the caption is single-spaced.}
\label{fig:iitp}
\end{center}
\end{figure}
\begin{table}[htbp]
\caption{A sample table with a table caption placed
appropriately. This caption is also very long and is
single-spaced. Also notice how the text is aligned.}
\begin{center}
\begin{tabular}[c]{|c|r|} \hline
$x$ & $x^2$ \\ \hline
1 & 1 \\
2 & 4 \\
3 & 9 \\
4 & 16 \\
5 & 25 \\
6 & 36 \\
7 & 49 \\
8 & 64 \\ \hline
\end{tabular}
\label{tab:sample}
\end{center}
\end{table}
\section{Bibliography with BIB\TeX}
I strongly recommend that you use BIB\TeX\ to automatically generate
your bibliography. It makes managing your references much easier. It
is an excellent way to organize your references and reuse them. You
can use one set of entries for your references and cite them in your
thesis, papers and reports. If you haven't used it anytime before
please invest some time learning how to use it.
I've included a simple example BIB\TeX\ file along in this directory
called \verb+refs.bib+. I have used \verb+IEEEtran.bst+ as a bibliography style file.
Basically, to cite like \verb+IEEE+ format use \verb+\cite{key}+ where
\verb+key+ is the citation key for your bibliography entry.
The following paragraph shows how
citations can be used in text effectively.
\cite{michael} tells us how to use \verb+IEEEtran.bst+. Read the \verb+IEEEtran+ package documentation for more
details on how to cite things differently.
Here are other references for example. \cite{Sivasubramani2011a} presents a
Multi-objective Harmony search algorithm for power system problem.
\cite{Sivasubramani2011c} illustrates a hybrid algorithm for power system problem.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Appendices.
\appendix
\chapter{A SAMPLE APPENDIX}
Just put in text as you would into any chapter with sections and
whatnot. Thats the end of it.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Bibliography.
\begin{singlespace}
\bibliographystyle{IEEEtran}
\bibliography{refs}
\end{singlespace}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% List of papers
%\listofpapers
%\begin{enumerate}
%\item Authors.... \newblock
% Title...
% \newblock {\em Journal}, Volume,
% Page, (year).
%\end{enumerate}
%
\end{document}