Thursday, 6 October 2016

LaTeX Templates

=======================Report.tex=======================
\documentclass[a4paper,11pt]{report}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{color}
\linespread{1.5}
\setlength{\topmargin}{-0.4in}
\setlength{\topskip}{0.3in} % between header and text
\setlength{\textheight}{9.5in} % height of main text
\setlength{\textwidth}{6in} % width of text
\addtolength{\evensidemargin}{-0.4in}
\addtolength{\oddsidemargin}{-0.4in}
\addtolength{\textwidth}{0.4in}
\begin{document}
\renewcommand\bibname{References}
\begin{titlepage}
\input{TitlePage}
\end{titlepage}
\pagenumbering{gobble}
\input{certificate}
\newpage
\pagenumbering{roman}
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{group_A}
\input{A1}
\input{A2}
\input{A3}
\input{A4}
\input{A5}
\input{A6}
\input{group_B}
\input{B1}
\input{B2}
\input{B3}
\input{B8}
\input{B10}
\input{B12}
\input{group_C}
\input{C1}
\nocite{*} % All bibliography items appear without citation in the text
\bibliographystyle{unsrt}
\addcontentsline{toc}{chapter}{References}
\bibliography{biblio}
\end{document}
========================================================
======================Assignment.tex========================
\newpage
\chapter{Assignment No. }
%========================================================
% Title of the Assignment
%========================================================
\textbf{Title:}
%========================================================
% AIM of the Assignment
%========================================================
\textbf{Aim:}
%========================================================
% Objectives of the Assignment
%========================================================
\noindent
\textbf{Objectives:}
\begin{itemize}
\item
\item
\end{itemize}
%========================================================
% Theoy Points of the Assignment
%========================================================
\noindent
\textbf{Theory:}
\begin{itemize}
\item Theory Point\\
\item Theory Point\\
\end{itemize}
%========================================================
% Algorithms of the Assignment
%========================================================
\vspace{0.2in}
\noindent
\textbf{Algorithms:}
\begin{itemize}
\item Name:
\item Input:
\item Output:
\item Start
\item
\item
\item Stop\\
\end{itemize}
%========================================================
% Mathematical Description of Assignment
%========================================================
\noindent
\textbf{Mathematical Model:}\\
Insert Mathematical Model Here
%========================================================
% UML Diagrams of Assignment
%========================================================
\noindent
\textbf{UML Diagrams:}
\begin{enumerate}
\item Use Case Diagram:
\begin{center}
\includegraphics[width=100mm, height=60mm]{Image Name}
\captionof{figure}{Use Case}
\end{center}
\item Activity Diagram:
\begin{center}
\includegraphics[width=100mm, height=50mm]{Image Name}
\captionof{figure}{Activity Diagram}
\end{center}
\item Class Diagram:
\begin{center}
\includegraphics[width=20mm, height=30mm]{Image Name}
\captionof{figure}{Class Diagram}
\end{center}
\item Sequence Diagram:
\begin{center}
\includegraphics[width=100mm, height=60mm]{Image Name}
\captionof{figure}{Sequence Diagram}
\end{center}
\end{enumerate}
%========================================================
% Program of Assignment
%========================================================
\noindent
\textbf{Program \& Output:}
\begin{verbatim}
Insert Code Here!!!
\end{verbatim}
%========================================================
% Result of the Assignment
%========================================================
\noindent
\textbf{Result:} \\
%========================================================
% Conclusion of the Assignment
%========================================================
\noindent
\textbf{Conclusion:}

No comments:

Post a Comment