File tree Expand file tree Collapse file tree
docs/research/qce2026-u1q-paper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments