Page LayoutUniversity Logo on the Title Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
ankitravankar
Posts: 10
Joined: Mon Jun 18, 2012 10:06 am

University Logo on the Title Page

Post by ankitravankar »

Hello,

I am writing my masters thesis and would like to place a small university logo. Can someone tell me how to include this into the title page . I would like to place the logo right above the authors name and below the title of the thesis.

Code: Select all

\documentclass[12pt,a4paper,twoside]{book}
\usepackage[dvips]{graphicx}
\usepackage{epsfig}
\usepackage{amssymb,latexsym,amsmath,float}
\usepackage{fancyhdr}
\usepackage{wallpaper}
\usepackage{times}
\usepackage{indentfirst}
\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{multirow}
\usepackage{hyperref}

%\usepackage{listings}

\usepackage{master}

\renewcommand{\bibname}{References}

\title{Map Building From Laser Range Sensor Information in Noisy Environment using Mixed Clustering, Singular Value Decomposition and Hough Transform}
%\includegraphics[scale=0.5]{hokudailogo.jpg}
\author{Ankit A. Ravankar (26103508)}

\datestamp{September 2012}

\mainreferee{}
\mainrefereeposition{Professor }
\secondreferee{}
\secondrefereeposition{Professor }
\thirdreferee{}
\thirdrefereeposition{Professor}

\begin{document}
\pagestyle{plain}

\frontmatter

\makemasterthesistitle
\makecopyright
\makeapproval

\setlength{\baselineskip}{14pt}
\rfoot{\scriptsize Laboratory of Robotics and Dynamics}

\newpage 

\setcounter{tocdepth}{3}
\tableofcontents
\newpage

\listoffigures
\newpage 
\listoftables
\newpage 

\include{Acknowledgment}
\newpage

\include{Abstract}
\newpage 
\cleardoublepage 

\pagenumbering{arabic}
\setcounter{chapter}{0}
\setcounter{page}{1}
\setlength{\baselineskip}{20pt}
\setlength{\headheight}{16pt}
\setlength{\headsep}{8pt}
\lhead[\fancyplain{}{}]{\fancyplain{}{\footnotesize\rightmark}}
\rhead[\fancyplain{}{\footnotesize\leftmark}]{\fancyplain{}{}}
\lfoot[\thepage]{}
%\cfoot{\includegraphics[height=3mm]{mono3}}
\cfoot{Laboratory of Robotics and Dynamics}
\rfoot[]{\thepage}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\mainmatter
\pagestyle{fancyplain}

\include{chapter0}
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{Conclusion}
%\include{Appendix}

%\newpage
%
%\include{Appendix}

\setlength{\baselineskip}{14pt}

\bibliographystyle{u-aizu}

\bibliography{references/referen}

\addcontentsline{toc}{chapter}{References}
\newpage
\end{document}
Attachments
Screenshot of title page.
Screenshot of title page.
titlepage.png (38.1 KiB) Viewed 6006 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

University Logo on the Title Page

Post by Stefan Kottwitz »

Since the master package is producing the title page, we need to know that package to tell you how to change the title page. It's not a standard package and not on CTAN. Perhaps post it here, as attachment,
or post at least its macro \makemasterthesistitle.

Stefan
LaTeX.org admin
ankitravankar
Posts: 10
Joined: Mon Jun 18, 2012 10:06 am

University Logo on the Title Page

Post by ankitravankar »

here is the definitions for the master package

Code: Select all

\def\makemasterthesistitle{%
\begin{titlepage}

\vspace*{0.5cm}
{\Large
\setlength{\baselineskip}{24pt}
\begin{center}
        A thesis submitted in partial satisfaction of the \par
        requirements for the degree of \par
        Master of Computer Science and Engineering \par
        in the Graduate School of \par
        the Hokkaido University\par
\end{center}
}

\vspace{3.0cm}

\setlength{\baselineskip}{36pt}
\begin{center}
{\LARGE \textbf{\setlength{\baselineskip}{36pt}\@title}}\par
\end{center}

\vspace{0.2cm}

\begin{center}
\includegraphics*[width=4.0cm]{emblem}
\end{center}

{\large
\setlength{\baselineskip}{24pt}
\begin{center}
by\par
\end{center}

\vspace{0.2cm}

\begin{center}
\@author\par
\end{center}

\vspace{1.0cm}

\begin{center}
\textsl{\@datestamp}
\end{center}
}
%\vfill
\end{titlepage}

\setcounter{footnote}{0}
\global\let\thanks\relax
\global\let\maketitle\relax
\global\let\@thanks\@empty
%\global\let\@author\@empty
%\global\let\@datestamp\@empty
%\global\let\@title\@empty
\global\let\title\relax
\global\let\author\relax
\global\let\datestamp\relax
\global\let\and\relax
%\global\let\@teacher\@empty
%\global\let\@teacherposition\@empty
%\global\let\teacher
%\global\let\teacherposition
}
%
% copyright page
%
\def\makecopyright{
  \setlength{\baselineskip}{14pt}     
  \thispagestyle{empty}
  \vspace*{9.0cm}

  \begin{center}
  \copyright\space Copyright by \@author, \@datestamp\\
  \vspace{1.0cm}
  All Rights Reserved.
  \end{center}
  \newpage
}
%
% approval page
%
\def\makeapproval{%
  \ThisCenterWallPaper{0.45}{emblem2}
  \setlength{\baselineskip}{14pt}     
  \thispagestyle{empty}
  \vspace*{0.8cm}

  \begin{center}
  The thesis titled%\par
  \end{center}

  \vspace{0.4cm}

  \begin{center}
  \@ifundefined{@atitle}{%
  {\large \setlength{\baselineskip}{14pt}\textsl{\@title}}%\par
  }{%
  {\large \setlength{\baselineskip}{14pt}\textsl{\@atitle}}
  }%
  \end{center}

  \vspace{0.2cm}

  \begin{center}
  by\par
  \end{center}

  \begin{center}
  {\large \@author}% \par
  \end{center}

  \begin{center}
  is reviewed and approved by:%\par
  \end{center}

  \vspace{1.0cm}
  \begin{table}[H]
  \tabcolsep=1pt
  %{\large
  \renewcommand{\arraystretch}{2.0}
  \begin{center}
  \begin{tabular}{l} 
    \hspace{14.0cm} \\ \hline
    \textbf{Main referee} \\ 
    \textit{\@mainrefereeposition} \\             
    ~~~~~~\textsl{\@mainreferee} \\ \hline 
    \textit{\@secondrefereeposition} \\
    ~~~~~~\textsl{\@secondreferee} \\     \hline
    \textit{\@thirdrefereeposition} \\
    ~~~~~~\textsl{\@thirdreferee} \\     \hline
    %\textit{\@fourthrefereeposition} \\
    %~~~~~~\textsl{\@fourthreferee} \\ \hline
  \end{tabular}
  \end{center}
  %}
  \end{table}

  \vspace{0.1cm}

  \begin{center}
  \includegraphics[height=3mm]{mono3}\par%hokkaido University\par
  \end{center}

  \vspace{0.1cm}

  \begin{center}
  \textsl{\@datestamp}\par
  \end{center}
  \ClearWallPaper
  \newpage

\global\let\@atitle\@empty
\global\let\atitle\relax
%\global\let\@mainreferee\@empty
%\global\let\@mainrefereeposition\@empty
%\global\let\@secondreferee\@empty
%\global\let\@secondrefereeposition\@empty
%\global\let\@thirdreferee\@empty
%\global\let\@thirdrefereeposition\@empty
%\global\let\mainreferee
%\global\let\mainrefereeposition
%\global\let\secondreferee
%\global\let\secondrefereeposition
%\global\let\thirdreferee
%\global\let\thirdrefereeposition
}
%
Post Reply