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
XThesis.sty
.Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\includegraphics{}
as usual.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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis