Update on Overleaf.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user