Update on Overleaf.

This commit is contained in:
2023-06-20 14:52:50 +00:00
committed by node
parent ca258973ea
commit 9506c421d3
3 changed files with 98 additions and 54 deletions

View File

@@ -1,6 +1,13 @@
\documentclass[sigconf, anonymous]{acmart}
%\documentclass[sigconf, anonymous]{acmart}
\documentclass[conference,compsoc]{IEEEtran}
\IEEEoverridecommandlockouts
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb,amsfonts,amsthm,bm,bbm}
%\usepackage[usenames]{xcolor}
\usepackage{textcomp}
\usepackage{xcolor}
\PassOptionsToPackage{usenames,dvipsnames}{xcolor}
\newcommand{\todo}[1]{\textcolor{red}{#1}}
\newcommand{\suggestion}[1]{\textcolor{blue}{#1}}
@@ -38,15 +45,15 @@
\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
\fancyfoot[C]{\thepage}
%\fancyhf{} % Remove fancy page headers
%\fancyhead[C]{Anonymous submission \#9999 to ACM CCS 2023} % TODO: replace 9999 with your paper number
%\fancyfoot[C]{\thepage}
\setcopyright{none} % No copyright notice required for submissions
\acmConference[Anonymous Submission to ACM CCS 2023]{ACM Conference on Computer and Communications Security}{Due 15 May 2023}{London, TBD}
\acmYear{2023}
%\setcopyright{none} % No copyright notice required for submissions
%\acmConference[Anonymous Submission to ACM CCS 2023]{ACM Conference on Computer and Communications Security}{Due 15 May 2023}{London, TBD}
%\acmYear{2023}
\settopmatter{printacmref=false, printccs=true, printfolios=true} % We want page numbers on submissions
%\settopmatter{printacmref=false, printccs=true, printfolios=true} % We want page numbers on submissions
%%\ccsPaper{9999} % TODO: replace with your paper number once obtained
@@ -63,32 +70,32 @@
\end{abstract}
% TODO: replace this section with code generated by the tool at https://dl.acm.org/ccs.cfm
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10002978.10003006.10003013</concept_id>
<concept_desc>Security and privacy~Distributed systems security</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10002978.10002979</concept_id>
<concept_desc>Security and privacy~Cryptography</concept_desc>
<concept_significance>300</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
% \begin{CCSXML}
% <ccs2012>
% <concept>
% <concept_id>10002978.10003006.10003013</concept_id>
% <concept_desc>Security and privacy~Distributed systems security</concept_desc>
% <concept_significance>500</concept_significance>
% </concept>
% <concept>
% <concept_id>10002978.10002979</concept_id>
% <concept_desc>Security and privacy~Cryptography</concept_desc>
% <concept_significance>300</concept_significance>
% </concept>
% </ccs2012>
% \end{CCSXML}
\ccsdesc[500]{Security and privacy~Distributed systems security}
\ccsdesc[300]{Security and privacy~Cryptography}
% -- end of section to replace with generated code
% \ccsdesc[500]{Security and privacy~Distributed systems security}
% \ccsdesc[300]{Security and privacy~Cryptography}
% % -- end of section to replace with generated code
\keywords{blockchains; proof-of-work; logspace mining; superlight clients; NIPoPoWs; superblocks; variable difficulty} % TODO: replace with your keywords
% \keywords{blockchains; proof-of-work; logspace mining; superlight clients; NIPoPoWs; superblocks; variable difficulty} % TODO: replace with your keywords
\maketitle
\input{ccs-body} % TODO: replace with your brilliant paper!
\bibliographystyle{ACM-Reference-Format}
\bibliographystyle{plain}
\bibliography{ccs-sample}
\end{document}