Theses, Books, Title pagesHow do I add the signature of my supervisor and examiner?

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

How do I add the signature of my supervisor and examiner?

Post by templateuser »

Dear Vel,
This template is very nice to looking.
I want to insert the signature of supervisor and examiner that means exactly same as XThesis.sty.
I should be grateful to you if you give some idea to solve this problem.

With best regards.
Mannan

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

How do I add the signature of my supervisor and examiner?

Post by Vel »

Hi Mannan,

I'm not sure what you mean by inserting the signature of your supervisor and examiner? If you mean inserting them as images to the title page this can be done with \includegraphics{} as usual.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
cnoda
Posts: 1
Joined: Sun Nov 01, 2015 11:33 am

Re: How do I add the signature of my supervisor and examiner

Post by cnoda »

Dear Vel,

I recently used the thesis template, ver. 1.43 (17/5/14).
Which I downloaded from http://www.LaTeXTemplates.com.

All good, yet I am missing a page.

After a thesis has been aproved, it should be published with a reference to the Jury and its composition. Typically a new page that includes: tittle, author, doctoral program, then "Approved by:" and the list of jury members and their tittle+names. Followed by the acceptance date.

I'd have that in the second page, before the declaration of authorship.
I'm considering to hack the template myself, but maybe we should collaborate.

cheers,
Claro.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

How do I add the signature of my supervisor and examiner?

Post by Johannes_B »

There is a much more recent version of the template available by now.

Nevermind, add the following after the titlepage of your document:

Code: Select all

\cleardoublepage
\begin{center}
%	\thispagestyle{empty}
\vspace*{.15\textheight}



{\huge \bfseries \ttitle\par}
\vspace{2\baselineskip}
 
{\large \authorname \par}
\vspace{3\baselineskip}

{\large Doctoral progam\par}

\vfill

Approved by: \begin{tabular}[t]{l}
	Prof. Einstein \\
	Dr. Jekyll \\
	John Smith (template user)
\end{tabular}

Approved by: \begin{tabular}[t]{ll}
	Einstein & Professor \\
	Jekyll & PhD\\
	John Smith & template user
\end{tabular}

\bigbreak
Acceptance date: June 21 2016
\end{center}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply