summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/acmart-ori.tex')
-rw-r--r--Master/texmf-dist/doc/latex/acmart/acmart-ori.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex b/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex
new file mode 100644
index 00000000000..aeecb28701f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/acmart/acmart-ori.tex
@@ -0,0 +1,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}