Spaces:
Runtime error
Runtime error
%File: formatting-instructions-latex-2023.tex | |
%release 2023.0 | |
\documentclass[letterpaper]{article} % DO NOT CHANGE THIS | |
\usepackage{aaai23} % DO NOT CHANGE THIS | |
\usepackage{times} % DO NOT CHANGE THIS | |
\usepackage{helvet} % DO NOT CHANGE THIS | |
\usepackage{courier} % DO NOT CHANGE THIS | |
\usepackage[hyphens]{url} % DO NOT CHANGE THIS | |
\usepackage{graphicx} % DO NOT CHANGE THIS | |
\urlstyle{rm} % DO NOT CHANGE THIS | |
\def\UrlFont{\rm} % DO NOT CHANGE THIS | |
\usepackage{natbib} % DO NOT CHANGE THIS AND DO NOT ADD ANY OPTIONS TO IT | |
\usepackage{caption} % DO NOT CHANGE THIS AND DO NOT ADD ANY OPTIONS TO IT | |
\frenchspacing % DO NOT CHANGE THIS | |
\setlength{\pdfpagewidth}{8.5in} % DO NOT CHANGE THIS | |
\setlength{\pdfpageheight}{11in} % DO NOT CHANGE THIS | |
\usepackage{algorithm} | |
\usepackage{algorithmic} | |
\usepackage{newfloat} | |
\usepackage{listings} | |
\DeclareCaptionStyle{ruled}{labelfont=normalfont,labelsep=colon,strut=off} | |
\lstset{% | |
basicstyle={\footnotesize\ttfamily},% footnotesize acceptable for monospace | |
numbers=left,numberstyle=\footnotesize,xleftmargin=2em,% show line numbers, remove this entire line if you don't want the numbers. | |
aboveskip=0pt,belowskip=0pt,% | |
showstringspaces=false,tabsize=2,breaklines=true} | |
\floatstyle{ruled} | |
\newfloat{listing}{tb}{lst}{} | |
\floatname{listing}{Listing} | |
% | |
% Keep the \pdfinfo as shown here. There's no need | |
% for you to add the /Title and /Author tags. | |
\pdfinfo{ | |
/TemplateVersion (2023.1) | |
} | |
\setcounter{secnumdepth}{0} | |
\title{TITLE} | |
\author{GPT-4} | |
\begin{document} | |
\maketitle | |
\input{abstract.tex} | |
\input{introduction.tex} | |
\input{related works.tex} | |
\input{backgrounds.tex} | |
\input{methodology.tex} | |
\input{experiments.tex} | |
\input{conclusion.tex} | |
\bibliography{ref} | |
\end{document} | |