Sample ACM CCS
Autor
Rahul Chatterjee
Last Updated
hace 5 años
License
Creative Commons CC BY 4.0
Resumen
This is a simple template to help students use ACM Conference on Computer and Communications Security (CCS) template for class projects.
This is a simple template to help students use ACM Conference on Computer and Communications Security (CCS) template for class projects.
% \newcommand{\compacttitlespacing}{0} %disable when we need room for authors
\documentclass[sigconf]{acmart}
\settopmatter{printacmref=false}
% defining the \BibTeX command - from Oren Patashnik's original BibTeX documentation.
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\usepackage{nicefrac}
\usepackage{siunitx}
\usepackage{array,framed}
\usepackage{booktabs}
\usepackage{
color,
float,
epsfig,
wrapfig,
graphics,
graphicx,
subcaption
}
% \usepackage[dvipsnames]{xcolor}
\usepackage{textcomp,amssymb}
\usepackage{setspace}
% \usepackage{amsfonts}
\usepackage{latexsym,fancyhdr,url}
\usepackage{enumerate}
\usepackage{algorithm2e}
\usepackage{algpseudocode}
\usepackage{graphics}
\usepackage{xparse} % argument parsing -- \edist
\usepackage{xspace}
\usepackage{multirow}
\usepackage{csvsimple}
\usepackage{balance}
% \usepackage{flushend}
% \usepackage{mathptmx,avant}
%%%% Tikz variables, pgfplot
\usepackage{
tikz,
pgfplots,
pgfplotstable
}
\usepackage{hyperref}
\usetikzlibrary{
shapes.geometric,
arrows,
external,
pgfplots.groupplots,
matrix
}
\pgfplotsset{compat=1.9}
% \tikzexternalize[prefix=images/]
% \tikzexternalenable
%\pagenumbering{arabic}
% \pagestyle{plain}
\usepackage{mathtools,}
\DeclarePairedDelimiter\abs{\lvert}{\rvert}
\DeclarePairedDelimiter\norm{\lVert}{\rVert}
% \setmathfont{Latin Modern Math}[version=lm]
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n}
% \DeclareSymbolFont{operators}{T1}{cmr}{m}{n}
% \DeclareSymbolFont{letters}{OML}{cmm}{m}{it}
% \DeclareSymbolFont{symbols}{OMS}{cmsy}{m}{n}
% \DeclareSymbolFont{largesymbols}{OMX}{cmex}{m}{n}
% \usepackage{times}
% \setmathcal{Arial}
% TO deal with the weird flow of boxes
% \brokenpenalty=1000
% \clubpenalty=1000
% \widowpenalty=10
\DeclareGraphicsExtensions{%
.png,.PNG,%
.pdf,.PDF,%
.jpg,.mps,.jpeg,.jbig2,.jb2,.JPG,.JPEG,.JBIG2,.JB2}
\input{defs}
\setlength{\belowcaptionskip}{-10pt}
\setlength{\footskip}{30pt}
\setlength{\abovecaptionskip}{5pt plus 3pt minus 2pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%\fontfamily{lmr}\selectfont
% \def\thetitle{A Practical Way to Generate Strong Keys from Noisy Data}
\fancyhead{}
\def\thetitle{ACM CCS Sample Template 2019}
\title{\thetitle}
\author{Rahul Chatterjee}
\affiliation{\small{UW--Madison}}
\date{}
\input{abstract}
\maketitle
\keywords{LaTeX template, ACM CCS, ACM}
% Section I
\input{intro} % basic introduction
\input{background}
\input{methodology}
\input{results}
\input{conclusion}
\bibliographystyle{ACM-Reference-Format}
\bibliography{bib}
% % --- Appendix ---%
\appendix
\input{appendix}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: