summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acmart/acmart-ori.tex
blob: aeecb28701f51cfb96820fe75b7974ef23daccaf (plain)
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
% !Mode:: "TeX:UTF-8:Main"
% !Mode:: "TeX:UTF-8:Main"
\DocumentMetadata{testphase={phase-III,firstaid},pdfversion=2.0} 

\documentclass[]{acmart}

\title{title}

\usepackage{blindtext}

\begin{document}

\maketitle

\tableofcontents 

\section{section}
\subsection{sub}
\subsubsection{subsub}

\paragraph{paragraph} some text\footnote{xxxx}

\subsection{sub}
\subsubsection{subsub}

\paragraph{paragraph} some text

\begin{figure}
a figure
\caption{test caption figure}
\end{figure}

\begin{table}
a table
\caption{test caption table}
\end{table}

\blinddocument

\end{document}