-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.tex
40 lines (38 loc) · 1.01 KB
/
header.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\ifreport
\documentclass{acmart}
\else
\iffinalformat
\ifweb
\typeout{>>> web distribution version}
\documentclass{sigplanconf}
\permission{
Copyright \copyright\ ACM, 2023. This is the author's
version of the work. It is posted here by permission
of ACM for your personal use. Not for
redistribution.}
\else
\typeout{>>> final conference version}
\documentclass[nocopyrightspace]{acmart}
\fi
\else
\documentclass[acmlarge,preprint,nocopyrightspace]{acmart}
\fi
\fi
\usepackage{times, graphicx, color, eso-pic}
\usepackage{amsmath, stmaryrd, utf8math, authcomments}
\usepackage{hyperref}
\hypersetup{
colorlinks,
urlcolor=black,
citecolor=black,
filecolor=black,
linkcolor=black
}
\ifshowcomments
\ifwarning
\AtBeginDocument{
\AddToShipoutPicture*{\put(306,690)
{\it\color{red}{\fbox{\large Draft---please do not distribute}}}}
}
\fi
\fi