-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
217 lines (187 loc) · 6.16 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Template for USENIX papers.
%
% History:
%
% - TEMPLATE for Usenix papers, specifically to meet requirements of
% USENIX '05. originally a template for producing IEEE-format
% articles using LaTeX. written by Matthew Ward, CS Department,
% Worcester Polytechnic Institute. adapted by David Beazley for his
% excellent SWIG paper in Proceedings, Tcl 96. turned into a
% smartass generic template by De Clarke, with thanks to both the
% above pioneers. Use at your own risk. Complaints to /dev/null.
% Make it two column with no page numbering, default is 10 point.
%
% - Munged by Fred Douglis <[email protected]> 10/97 to
% separate the .sty file from the LaTeX source template, so that
% people can more easily include the .sty file into an existing
% document. Also changed to more closely follow the style guidelines
% as represented by the Word sample file.
%
% - Note that since 2010, USENIX does not require endnotes. If you
% want foot of page notes, don't include the endnotes package in the
% usepackage command, below.
% - This version uses the latex2e styles, not the very ancient 2.09 if
% stuff.
%
% - Updated July 2018: Text block size changed from 6.5" to 7"
%
% - Updated Dec 2018 for ATC'19:
%
% * Revised text to pass HotCRP's auto-formatting check, with
% hotcrp.settings.submission_form.body_font_size=10pt, and
% hotcrp.settings.submission_form.line_height=12pt
%
% * Switched from \endnote-s to \footnote-s to match Usenix's policy.
%
% * \section* => \begin{abstract} ... \end{abstract}
%
% * Make template self-contained in terms of bibtex entires, to allow
% this file to be compiled. (And changing refs style to 'plain'.)
%
% * Make template self-contained in terms of figures, to
% allow this file to be compiled.
%
% * Added packages for hyperref, embedding fonts, and improving
% appearance.
%
% * Removed outdated text.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \documentclass{hotnets22}
% \usepackage{times}
% \usepackage{hyperref}
% \usepackage{titlesec}
% \hypersetup{pdfstartview=FitH,pdfpagelayout=SinglePage}
% \setlength\paperheight {11in}
% \setlength\paperwidth {8.5in}
% \setlength{\textwidth}{7in}
% \setlength{\textheight}{9.25in}
% \setlength{\oddsidemargin}{-.25in}
% \setlength{\evensidemargin}{-.25in}
% \pagestyle{plain} % removes running headers
% \documentclass[sigplan,10pt,anonymous]{acmart}
\documentclass[letterpaper,twocolumn,10pt]{article}
% \usepackage{usenix}
\usepackage{adjustbox}
\usepackage[english]{babel}
\usepackage{makecell}
\usepackage{usenix}
\usepackage{blindtext}
% \renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference info
% \setcopyright{none}
% \settopmatter{printacmref=false, printccs=false, printfolios=true}
% % Copyright
% \renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference info
% % Copyright
% \renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference info
% \setcopyright{none}
% \settopmatter{printacmref=false, printccs=false, printfolios=true}
% % DOI
% \acmDOI{}
% % ISBN
% \acmISBN{}
% %Conference
% \acmConference[Submitted for review to SIGCOMM NAIC Workshop]{}
% \acmYear{2024}
% %\copyrightyear{}
% %% {} with no args suppresses printing of the price
% \acmPrice{}
% to be able to draw some self-contained figs
\usepackage{tikz}
\usepackage{amsmath}
% inlined bib file
\usepackage{filecontents}
% \pagenumbering{roman}
%\usepackage{times}
%\usepackage{natbib}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage{xspace}
\usepackage{tikz}
\usepackage{pifont}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{lipsum}
%\usepackage{subfigure}
\usepackage[ruled,vlined,linesnumbered]{algorithm2e}
\usepackage{booktabs}
\usepackage{filecontents}
\usepackage{xspace}
% \usepackage{subfig}
\usepackage{xcolor}
\usepackage{hhline}
\usepackage{multirow}
\usepackage{soul}
\newtheorem{definition}{Definition}
\usepackage{array}
\usepackage{comment}
\usepackage{listings}
\usepackage{amssymb}
\usepackage{dsfont}
\usepackage{algorithmic}
\usepackage{xurl}
\usepackage{setspace}
\usepackage[flushleft]{threeparttable}
\urlstyle{rm}
\usepackage{enumitem}
\usepackage{enumerate}
\usepackage{float}
\usepackage{subcaption}
\usepackage{graphicx}
\usepackage{breqn}
% for table in appendix
\usepackage{caption}
\usepackage{ltablex}
% \usepackage{stfloats}
\usepackage{ifluatex}
\usepackage{outlines}
% \usepackage{hyperref}
\newtheorem{insight}{Insight}
%\usepackage{titlesec}
%\titleformat{\subsubsection}[runin]{\normalfont\normalsize\bfseries}%{\thesubsubsection}{1em}{}
\captionsetup[figure]{belowskip=0pt}
\captionsetup[figure]{skip=0pt}
\captionsetup[table]{belowskip=0pt}
\captionsetup[table]{skip=0pt}
\setlist[enumerate]{noitemsep, topsep=0pt}
\setlist[itemize]{noitemsep, topsep=0pt}
%\usepackage{titlesec}
\usepackage[compact]{titlesec}
\renewcommand{\paragraph}[1]{\noindent\textbf{#1}}
\titlespacing{\paragraph}{0pt}{*0.5}{*1}
\setlength{\textfloatsep}{5pt plus 0pt minus 2.0pt}
\titlespacing\section{0pt}{*1.8}{*1.1}
\titlespacing\subsection{0pt}{*1.5}{*1.1}
\titlespacing\subsection{0pt}{*1.3}{*0.8}
\usepackage{booktabs}
\begin{document}
\newcommand*{\affmark}[1][*]{\textsuperscript{#1}}
\newcommand*{\affaddr}[1]{#1}
%\title{CAIP: Context Aware Iterative Prompting for LLM-Powered Router Misconfiguration Detection
\title{CAIP: Detecting Router Misconfigurations with Context-Aware Iterative Prompting of LLMs}
\author{Paper \#722, \pageref{endOfBody} pages body, \pageref{LastPage} pages total}
% \renewcommand{\shortauthors}{X. Jiang, et al}
\newcommand{\eg}{{\it e.g.}}
\newcommand{\ie}{{\it i.e.}}
\newcommand{\etal}{{\it et al.}}
\newcommand{\sysname}{{CAIP}}
\input{macros}
\maketitle
\input{sec_abstract}
\pagestyle{plain}
%-------------------------------------------------------------------------------
\begin{sloppypar}
\input{sec_intro_context}
\input{sec_background}
\input{sec_method}
\input{sec_eval}
\input{sec_future}
\input{sec_ending}
\label{endOfBody}
\bibliographystyle{plain}
\bibliography{citations}
\end{sloppypar}
\label{LastPage}
\pagebreak
\end{document}