32 lines
1.1 KiB
Org Mode
Executable File
32 lines
1.1 KiB
Org Mode
Executable File
#+latex_class: acmart
|
|
#+latex_class_options: [sigconf]
|
|
#+latex_header: \citestyle{acmauthoryear}
|
|
#+latex_header: \usepackage{microtype}
|
|
#+latex_header: \usepackage[hidelinks]{hyperref}
|
|
|
|
#+latex_header: \usepackage[backend=biber,style=acmauthoryear,sorting=nyt]{biblatex}
|
|
#+latex_header: \addbibresource{biblio.bib}
|
|
#+latex_header: \AtEndDocument{\printbibliography}
|
|
|
|
#+select_tags: export
|
|
#+exclude_tags: noexport appendix notes
|
|
|
|
#+BIND: paper-short t
|
|
#+BIND: paper-anon t
|
|
#+BIND: paper-limit-figs t
|
|
|
|
#+MACRO: NAME (eval (if (bound-and-true-p paper-anon) "Anonymous" "Wesley R. Elsberry"))
|
|
|
|
# ACM CCS taxonomy placeholders
|
|
#+latex_header: \begin{CCSXML}
|
|
#+latex_header: <ccs2012>
|
|
#+latex_header: <concept>
|
|
#+latex_header: <concept_id>10010147.10010257</concept_id>
|
|
#+latex_header: <concept_desc>Computing methodologies~Machine learning</concept_desc>
|
|
#+latex_header: <concept_significance>500</concept_significance>
|
|
#+latex_header: </concept>
|
|
#+latex_header: </ccs2012>
|
|
#+latex_header: \end{CCSXML}
|
|
#+latex_header: \ccsdesc[500]{Computing methodologies~Machine learning}
|
|
#+latex_header: \keywords{add, your, keywords}
|