\documentclass[11pt]{article}
\usepackage{iitbtitle}
\usepackage{a4wide}
\usepackage{anysize}
\usepackage{iitbcs}
\usepackage{latexsym}
\usepackage{algorithmic}
\usepackage{amssymb}
\usepackage{epsfig}
\usepackage{psfig}
\usepackage{tabls}
\usepackage[dvips]{color}

\marginsize{2.5cm}{2.5cm}{1cm}{1.5cm}
\def\baselinestretch{1.15}                          

\newcommand\INPUT{\item[\textbf{Input:}]}
\newcommand\OUTPUT{\item[\textbf{Output:}]}

\begin{document}



%\baselineskip 20pt
%The definitions
\def\title{Information Retrieval from Structured and Semi-Structured Databases}
\def\what{B. Tech. Seminar Report}
\def\degree{Bachelor~of~Technology}
\def\who{Shariq Rizvi}
\def\roll{99005003}
\def\guide{Dr. S. Sudarshan}

\titlpage
\def\bsq{\begin{flushright} $\blacksquare$\\ \end{flushright}}
\def\tab{\hspace{5mm}}

%The stuff
\pagenumbering{roman}
\begingroup\def\thispagestyle#1{}\def\baselinestretch{1.5}\tableofcontents\endgroup     
\newpage
\input{abstract}
\newpage
\pagenumbering{arabic}

\input{intro}
\input{graph-model}
\input{keyword-querying}
\input{fuzzy}
\input{cooperative}
\input{conclusions}
\input{future}

\section*{Acknowledgements}

I would like to thank my guide, Dr. S. Sudarshan for the consistent directions he has fed into my work. The BANKS project group meetings also gave valuable inputs.

\bibliographystyle{alpha}
\bibliography{references}
\end{document}


