Update on Overleaf.

This commit is contained in:
2023-06-19 14:10:52 +00:00
committed by node
parent 242f81cc97
commit 834208597c
6 changed files with 682 additions and 22 deletions

View File

@@ -8,12 +8,32 @@
\newcommand{\failed}[1]{\textcolor{ACMPurple}{#1}}
\newcommand{\hash}[1]{\(\mathfrak{h}(#1)\)}
\newcommand{\diff}[1]{\(\mathfrak{diff}(#1)\)}
\newcommand{\target}[1]{\(\mathfrak{target}(#1)\)}
\newcommand{\level}[1]{\(\mathfrak{lvl}(#1)\)}
\DeclareMathOperator{\polylog}{poly \log}
% Tables
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{adjustbox}
\usepackage{array}
% Algorithms
\usepackage{algorithm}
\usepackage{algpseudocode}
% Paragraph style
\usepackage{titlesec}
\titleformat*{\paragraph}{\bfseries}
% Comments
\newif \ifhidecomment
\hidecommenttrue
\hidecommentfalse % comment to hide comments
\newcommand\LM[1]{\ifhidecomment{}\else{\textcolor{blue}{LM: #1}}\fi}
\fancyhf{} % Remove fancy page headers
\fancyhead[C]{Anonymous submission \#9999 to ACM CCS 2023} % TODO: replace 9999 with your paper number