0% found this document useful (0 votes)
27 views3 pages

Latex Exp No4

Uploaded by

Becky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views3 pages

Latex Exp No4

Uploaded by

Becky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Q.

Develop a LaTeX script to create the Certificate Page of the Report [Use suitable
commands to leave the blank spaces for user entry]

LaTeX Code:

\documentclass[a4paper]{report} % Class
\pagestyle{empty} % remove page numbers
\usepackage{amssymb} % for symbol fonts
\usepackage{ulem} %replaces italics with underling the text
\usepackage{geometry} % interface to page dimensions
\geometry{top=30mm} % adjust page top line
\usepackage{graphicx} % to insert picture
\usepackage{tikz} % to create high quality diagrams
\usetikzlibrary{calc} % graphics size calculation
\usepackage{setspace} % spacing documents line of text

\begin{document} %begin body of document


\begin{tikzpicture} % adding picture, border, & tables etc
[remember picture, overlay] \draw [line width=1pt] ($(current
page.north west)+(0.5in,-0.5in)$) rectangle ($(current
page.south east)+(-0.5in,0.5in)$);
\end{tikzpicture}

\begin{center}
\textit{Janatha Education Society}\circledR % for symbol ®

\Large
\textbf{VIVEKANANDA INSTITUTE OF TECHNOLOGY}
\normalsize
\textsf{Gudimavu, Kumbalgodu(P), Kengeri(H), Bangalore -
560074}\\

\vspace{.4cm}
Institution Affiliated to Visvesvaraya Technological
University, Belagavi - 590018\\
\textsl{Approved by AICTE, New Delhi, Accredited by NAAC}

\vspace{.4cm}
\includegraphics[width=2.5cm]{vkitlogo.jpg}
\includegraphics[width=2cm]{aictelogo.png}
\includegraphics[width=1.5cm]{vtulogo.jpg}
\includegraphics[width=3cm]{naac1.png}

\vspace{.5cm}
\textbf{Department of Computer Science and Engineering}

\vspace{.3cm}
\Large
\textsf{\underline {CERTIFICATE}}
\end{center}

\onehalfspacing % align paragraph to 1.5 spacing


This is to certify that the Project Report entitled
\textbf{\underline{"Technical Writing Using LaTeX-AEC"}}
is a bonafide work carried out by
\textbf{\underline{Name : \hspace{4cm} (USN
NO:\hspace{2cm})}}, in the partial fulfilment of the
requirement for the award of the degree of Bachelor of
Engineering in \textbf{Computer Science and Engineering}, of
the \textbf{Visvesvaraya Technological University, Belagavi}
during the year \rule{35pt}{.5pt}
It is certified that all corrections/suggestions indicated for
the internal assessment have been incorporated in the report.
The project report has been approved as it satisfies the
academic requirements in respect of project
work prescribed for the Bachelor of Engineering Degree.\\
\vspace{1.2cm}

\rule{80pt}{1pt} \hspace{1.8cm} \rule{110pt}{1pt}


\hspace{1.5cm} \rule{80pt}{1pt}

Sign of the Guide \hspace{2cm} Sign of the Coordinator


\hspace{1.8cm} Sign of the HOD\\

\center
\rule{100pt}{1pt}

Sign of the Principal

\vspace{.9cm}

External Viva-Voce
\flushleft % to make left alignment
Name of Examiner \hspace{8cm} Signature with date\\
1.

2.

\end{document} % end the body document


Janatha Education Society®
VIVEKANANDA INSTITUTE OF TECHNOLOGY
Gudimavu, Kumbalgodu(P), Kengeri(H), Bangalore - 560074

Institution Affiliated to Visvesvaraya Technological University, Belagavi - 590018


Approved by AICTE, New Delhi, Accredited by NAAC

Department of Computer Science and Engineering

CERTIFICATE
This is to certify that the Project Report entitled ”Technical Writing Using LaTeX-AEC”
is a bonafide work carried out by Name : (USN NO: ),
in the partial fulfilment of the requirement for the award of the degree of Bachelor of Engineering
in Computer Science and Engineering, of the Visvesvaraya Technological University,
Belagavi during the year It is certified that all corrections/suggestions indicated for the
internal assessment have been incorporated in the report. The project report has been approved
as it satisfies the academic requirements in respect of project work prescribed for the Bachelor
of Engineering Degree.

Sign of the Guide Sign of the Coordinator Sign of the HOD

Sign of the Principal

External Viva-Voce

Name of Examiner Signature with date


1.
2.

You might also like