Advertisement
ddevilred1

Thesis Cover Page in Latex

Dec 29th, 2019
566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.52 KB | None | 0 0
  1. \documentclass[12pt]{report}
  2. \usepackage[margin=1in]{geometry}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{graphicx}
  5. \usepackage{longtable}
  6. \graphicspath{ {images/} }
  7.  
  8. \usepackage{multirow}
  9. \usepackage{amsmath}
  10. \usepackage{makecell}
  11. \usepackage[hidelinks]{hyperref}
  12. \usepackage{cite}
  13. \usepackage{float}
  14. \usepackage{caption}
  15. \usepackage{subcaption}
  16. \usepackage{appendix}
  17. \usepackage{multirow}
  18. \usepackage{graphicx}
  19. \usepackage{pgfplots}
  20. \newcommand\tab[1][1cm]{\hspace*{#1}}
  21.  
  22.  
  23.  
  24.  
  25. \usepackage{color}
  26.  
  27.  
  28.  
  29. \definecolor{codegreen}{rgb}{0,0.6,0}
  30. \definecolor{codegray}{rgb}{0.5,0.5,0.5}
  31. \definecolor{codepurple}{rgb}{0.58,0,0.82}
  32. \definecolor{backcolour}{rgb}{0.95,0.95,0.92}
  33.  
  34.  
  35.  
  36. %\title{
  37. %   {FACIAL  FEATURE  EXTRACTION  AND  EXPRESSION  RECOGNITION}\\
  38. %   {\large AHSANULLAH UNIVERSITY OF SCIENCE & TECHNOLOGY}\\\\
  39. %   {\includegraphics{images/LogoAust.jpg}}
  40. %}
  41. %\author{Author Name}
  42. %\date{Day Month Year}
  43. \begin{document}
  44. %cover page
  45. \begin{titlepage}
  46.        
  47.        \begin{center}
  48.        
  49.        \Large
  50.        \textbf{An Improved Method for Facial Expression Recognition Based on Extended Local Binary Pattern and Differential Features}\\
  51.        \vspace{1cm}
  52.        \normalsize A Project and Thesis Report \\ Submitted in partial fulfillment of the requirements for the degree of \\ \textbf{Bachelor of Science in Computer Science and Engineering}
  53.        
  54.        \vspace{0.9cm}
  55.        
  56.        
  57.        \large By
  58.        \begin{table}[h]
  59.        \centering
  60.        \begin{tabular}{lr}
  61.            \large Redoan Ur Rahman & \hspace{1cm} \large 14.02.04.043 \\
  62.            \large Sanjana Farial Oishee & \hspace{1cm} \large 14.02.04.100 \\
  63.            \large Ahmed Shahriar Adnan & \hspace{1cm} \large 14.02.04.077 \\
  64.            \large Md. Sabbir Hassan &  \hspace{1cm} \large 14.02.04.058 \\
  65.            \end{tabular}
  66.        \end{table}
  67.        
  68.        \vspace*{0.5cm}
  69.        
  70.         \large Supervised By \\ Mr. Md. Wasi Ul Kabir \\ Assistant Professor \\ Department of Computer Science and Engineering
  71.        
  72.       \vspace*{0.8cm}
  73.        \includegraphics[scale=1.7]{images/LogoAust.png}\\
  74.        \vspace*{0.5cm}
  75.        \large
  76.        \textbf{Ahsanullah University of Science \& Technology}\\
  77.        \large
  78.        \textbf{Department of Computer Science \& Engineering}\\
  79.        \large
  80.        \textbf{Dhaka, Bangladesh}\\
  81.        \large
  82.        \textbf{December, 2018}
  83.        
  84.        
  85.    \end{center}
  86. \end{titlepage}
  87. \newpage
  88. %cover page
  89. \pagenumbering{roman}
  90. %\maketitle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement