IIT Bombay Aerospace Department project/ seminar reportTemplate
Author
Lissen Sam
Last Updated
a year ago
License
Creative Commons CC BY 4.0
Abstract
An unofficial simpler version of the seminar/project report for the IIT Bombay Aerospace department
An unofficial simpler version of the seminar/project report for the IIT Bombay Aerospace department
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[export]{adjustbox}
\usepackage[a4paper, portrait, margin=1in]{geometry}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{helvet}
\usepackage{etoolbox}
\usepackage{graphicx}
\usepackage{titlesec}
\usepackage{caption}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{setspace}
\graphicspath{ {./images/} }
% Set chapter and section headings formatting
\titleformat{\chapter}[display]{\normalfont\fontsize{16}{19}\bfseries\centering}{\chaptertitlename\ \thechapter}{0.5em}{\MakeUppercase}
\titleformat{\section}[block]{\normalfont\fontsize{12}{14.4}\bfseries}{\thesection}{1em}{\MakeUppercase}
\titleformat{\subsection}[block]{\normalfont\fontsize{12}{14.4}\itshape}{\thesubsection}{1em}{\MakeUppercase}
% Set figure and table captions formatting
%\captionsetup[figure]{font={small,normal}}
%\captionsetup[table]{font={small,normal}}
% Set footnote text size
\renewcommand{\footnotesize}{\fontsize{9}{11}\selectfont}
\usepackage[square,sort,comma,numbers,super]{natbib}
\usepackage{caption}
\usepackage{float}
\graphicspath{ {./Images/} }
\makeatletter
\patchcmd{\@maketitle}{\LARGE \@title}{\fontsize{16}{19.2}\selectfont\@title}{}{}
\makeatother
\date{}
\usepackage{amsmath} % for math environments and operations
\usepackage{bm} % for bold symbols in math mode
\begin{document}
\doublespacing
\thispagestyle{empty}
\pagenumbering{roman}
\vspace*{0.5cm}
\begin{center}
\textbf{ \Large
TITLE \\
}
\vspace*{2cm}
\textbf{COURSE CODE AND COURSE}
\vspace*{2cm}
By \\
\vspace*{1cm}
\textbf{NAME}
\textbf{ROLL NUMBER}
\vspace*{2cm} \\
Under the guidance of
\textbf{GUIDE NAME}
\vspace*{2cm}
\begin{center}
\includegraphics[max width=0.25\textwidth]{Images/iitb_logo.png}
\end{center}
\textbf{Department of Aerospace Engineering, \\ Indian Institute of Technology, Bombay \\ MONTH, 2023}
\end{center}
\newpage
\onehalfspacing
\thispagestyle{empty}
\vspace*{2cm}
\begin{center}
\textbf{\underline{CERTIFICATE}}
\end{center}
\vspace*{1cm}
{Certified that this xxxxxxxxxxxxxx Seminar Report titled xxxxxxxx by xxxxxxxxxxx is approved by me for submission. Certified further that, to the best of my knowledge, the report represents work carried out by the student.}
\vspace*{2cm}
\noindent Date: \hspace{10.5cm} Prof xxxxxxxxxxxx
\newpage
\vspace*{3cm}
\chapter*{ABSTRACT}
xxxxxx
\newpage
\tableofcontents
\listoffigures
\listoftables
\newpage
\chapter*{Nomenclature}
\begin{table}[H]
\centering
\begin{tabular}{c l}
T & Temperature (K)\\
\end{tabular}
\end{table}
\newpage
\pagenumbering{arabic}
\chapter{INTRODUCTION}
xxxxxxxxxxx
\newpage
\chapter{LITERATURE REVIEW}
xxxxxxxxxxxx
\newpage
\chapter{METHODOLOGY}
xxxxxxxxxxxx
\chapter{RESULTS AND DISCUSSIONS}
xxxxxxxxxxxxxxxxx
\newpage
\chapter{CONCLUSION}
xxxxxxxxxxxxxxxxxxxx
%\bibliographystyle{ieeetr}
%\bibliography{references}
%ackwnoldegemnt
\end{document}