
GPCPKD SeminarReportTemplate
Author:
SUDEVAN K
Last Updated:
8 months ago
License:
Creative Commons CC BY 4.0
Abstract:
Seminar or Project report template

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass[12pt,a4paper]{report}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{fancyhdr}
\usepackage{cite}
\usepackage{framed}
\usepackage{a4wide}
\usepackage{float}
\usepackage{epsfig}
\usepackage{longtable}
\usepackage{enumerate}
\usepackage{afterpage}
\usepackage{multirow}
\usepackage{ragged2e}
\usepackage{gensymb}
\usepackage{amsfonts}
\usepackage[left=3.5cm,top=1.5cm,right=3cm,bottom=4cm]{geometry}
\usepackage{setspace}
\usepackage{float}
\usepackage{txfonts}
\usepackage{lipsum}
\newcommand{\Usefont}[1]{\fontfamily{#1}\selectfont}
\usepackage{lscape} % for landscape tables
\renewcommand{\baselinestretch}{1.7}
\usepackage{blindtext}
\usepackage{xpatch}
\usepackage{url}
\usepackage{leqno}
\usepackage{subcaption}
\linespread{1.5}
\usepackage[intoc, english]{nomencl}
\hyphenpenalty=5000
\tolerance=1000
\usepackage[nottoc]{tocbibind}
% ******* References config *********
\bibliographystyle{IEEEtran} % On some TeX systems this works
%\bibliographystyle{ieeetr} % While on others this works
% Uncomment and test if your references don't cite
% correctly
\renewcommand{\bibname}{References}
\title{GPCPKS SeminarReportTemplate}
\author{sudevank }
\date{July 2024}
\begin{document}
\gdef \title{How to prepare a Seminar report using \LaTeX } % Seminar title
\gdef \author{Student Name} %student name
\gdef \dept{Electronics Engineering} %Department
\gdef \degree{Diploma } %degree
\gdef \branch{Electronics Engineering} %branch
\gdef \college{Government Polytechnic College}
\gdef \collegeplace{Palakkad}
\gdef \rollno{TVE17EC0XY} %KTU Reg No
\gdef \deptabbr{Dept.of Electronics} %Dept name abbreviation
\gdef \guide{Lecture-1}
\gdef \hod{Dr. Dileep P} %Head of Department
\gdef \hoddes{Professor and Head} %HOD designation
\gdef \acadyear{2024 - 25} % Academic year
\gdef \month{November 2024} %Month of Report submission
\gdef \date{21-11-2020} %Date of signing the declaration
\include{coverpage} %Unless essential Do not edit this tex file
\include{certificate} %Unless essential Do not edit this tex file
\include{declaration} %Unless essential Do not edit this tex file
\pagenumbering{roman}
\include{acknowledgement}
\include{abstract}
\thispagestyle{empty}
\newpage
\tableofcontents
\listoffigures
\listoftables
\cleardoublepage
\setcounter{page}{1}
\pagenumbering{arabic}
\chapter{Chapter 1}
\section{Introduction}
\textbf{Organize your seminar topic content into suitable sub-sections. Use IEEE citation format to cite the papers referred by you. An example is shown below.}
\par
Technical writing is writing or drafting technical communication used in technical and occupational fields \cite{ahmed2022cryptographic}, such as computer hardware and software \cite{bsnlwebsite}, engineering
\chapter{Chapter 2}
\section{subsection 1}
\bibliography{refs}
\end{document}