\documentclass[conference]{IEEEtran}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{fontspec}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{array}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{url}
\usepackage{xurl}
\usepackage{lettrine}
\usepackage{float}
\usepackage{placeins}
\usepackage{multirow}
\usepackage[hidelinks,breaklinks=true]{hyperref}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\IfFontExistsTF{Times New Roman}
{\setmainfont{Times New Roman}}
{\setmainfont{TeX Gyre Termes}}
\renewcommand{\LettrineFontHook}{}
\raggedbottom
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyfoot[C]{{\footnotesize IEEE-Style Technical Paper Template}}
\makeatletter
\def\section{\@startsection{section}{1}{\z@}{2.8ex plus 1.8ex minus 0.6ex}%
{1.3ex plus 1ex minus 0ex}{\normalfont\normalsize\centering\scshape}}%
\def\subsection{\@startsection{subsection}{2}{\z@}{2.1ex plus 1.5ex minus 0.5ex}%
{1.0ex plus .5ex minus 0ex}{\normalfont\normalsize\itshape}}%
\def\subsubsection{\@startsection{subsubsection}{3}{\parindent}{0ex plus 0.1ex minus 0.1ex}%
{0ex}{\normalfont\normalsize\itshape}}%
\makeatother
\newcommand{\ulineurl}[1]{\url{#1}}
\urlstyle{same}
\begin{document}
\bstctlcite{TemplateBSTControl}
\title{An IEEE Conference Paper Template\\
for Technical and Research Reports\\
with Modular Local Compilation}
\author{\IEEEauthorblockN{Nayaka Ghana Subrata -- 13523090\textsuperscript{1,2}}
\IEEEauthorblockA{\textit{Department of Informatics Engineering} \\
\textit{School of Electrical Engineering and Informatics} \\
\textit{Institut Teknologi Bandung, Jl. Ganesha 10, Bandung 40132, Indonesia} \\
{\normalfont \textsuperscript{1}\underline{13523090@std.stei.itb.ac.id}, \textsuperscript{2}\underline{nayakaghana39@gmail.com}}}
}
\maketitle
\thispagestyle{empty}
\vspace{0.5em}
\begin{abstract}
\textbf{This repository provides a reusable IEEE-style paper template for technical reports, research drafts, class assignments, and project documentation. The template follows a modular structure in which the main document defines typography, page style, package selection, bibliography handling, and repeated metadata, while individual sections are stored in separate files. The content in this version is intentionally generic and can be replaced with material from any computing, engineering, data science, systems, or applied research topic. The template includes examples of abstract writing, keyword selection, section organization, equations, algorithms, tables, figure usage, citations, repository disclosure, and academic statement formatting. It is designed to compile locally with XeLaTeX and BibTeX using the bundled IEEEtran class file, so the repository can be used without depending on an external IEEE template download. The dummy article spans approximately six IEEE conference pages and demonstrates the layout density expected from a compact technical paper.}
\end{abstract}
\begin{IEEEkeywords}
IEEE template, LaTeX, technical report, academic writing, local compilation, modular paper
\end{IEEEkeywords}
\input{sections/introduction}
\input{sections/background}
\input{sections/template_structure}
\input{sections/writing_guidelines}
\input{sections/technical_examples}
\input{sections/local_compilation}
\input{sections/customization}
\input{sections/review_checklist}
\input{sections/example_skeleton}
\input{sections/conclusion}
\input{sections/acknowledgment}
\bibliographystyle{IEEEtran}
\bibliography{references}
\input{sections/github_repository}
\input{sections/statement}
\end{document}

PDF Preview
Create an account to compile and preview