Skip to content

Commit e933b68

Browse files
Update main.tex to include modified preamble from u1q-qce2026.tex
1 parent 7cf4603 commit e933b68

1 file changed

Lines changed: 29 additions & 14 deletions

File tree

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,39 @@
11
\documentclass[conference]{IEEEtran}
22
\IEEEoverridecommandlockouts
3-
% This template is for the QCE 2026 conference paper, dated 06/27/2024
43
\usepackage{cite}
5-
\usepackage{amsmath}
6-
\usepackage{amssymb}
7-
\usepackage{amsfonts}
4+
\usepackage{amsmath,amssymb,amsfonts}
85
\usepackage{algorithmic}
96
\usepackage{graphicx}
107
\usepackage{textcomp}
118
\usepackage{xcolor}
12-
\def\BibTeX{Bib\TeX}
9+
\usepackage{listings}
10+
\usepackage{booktabs}
11+
\def\BibTeX{B\textsc{ib}\TeX}
1312

14-
% Paper body goes here (this will include the main content and bibliography from u1q-qce2026.tex)
13+
\lstset{
14+
basicstyle=\footnotesize,
15+
breaklines=true,
16+
frame=single
17+
}
1518

16-
%
17-
% Below are placeholders for the paper's contents...
18-
%
19-
% %---------------------------------------------
20-
%
21-
% % Paper content and bibliography from u1q-qce2026.tex will be inserted here
22-
%
23-
% %---------------------------------------------
19+
\begin{document}
2420

21+
\title{Your Title Here}
22+
23+
\author{
24+
Author Name\thanks{Author Contact Information}
25+
}
26+
27+
\maketitle
28+
29+
\begin{abstract}
30+
This is the abstract of the paper.
31+
\end{abstract}
32+
33+
\section{Introduction}
34+
This is the introduction.
35+
36+
\section{Conclusion}
37+
This is the conclusion.
38+
39+
\end{document}

0 commit comments

Comments
 (0)