Skip to content

Commit 1a30a29

Browse files
committed
move abstract to sections, have an idea for it and move ACM class to lib
1 parent a67efd1 commit 1a30a29

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This template relies a bit too much on the ACM templates as a base. I would argu
3030

3131
If you do include new packages in the preamble (you will at some point), you may run into package clashes with the ACM class. With a little bit of investigation, I am sure they can be fixed.
3232

33-
I have also included [ACM-Reference-Format](ACM-Reference-Format.bst) and the [acmart](acmart.cls) class files as a reference in case you want to play around with them (I do not own these files, all are © ACM).
33+
I have also included [ACM-Reference-Format](lib/ACM-Reference-Format.bst) and the [acmart](lib/acmart.cls) class files as a reference in case you want to play around with them (I do not own these files, all are © ACM).
3434

3535
New features will be added to this template from time to time, when I can think of them. If you want to contribute, feel free to create a PR. Improvements and suggestions are welcome.
3636

File renamed without changes.

acmart.cls lib/acmart.cls

File renamed without changes.

main.tex

+3-10
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,12 @@
142142
%% other information printed in the page headers. This command allows
143143
%% the author to define a more concise list
144144
%% of authors' names for this purpose.
145-
\renewcommand{\shortauthors}{Trovato and Tobin, et al.}
145+
\renewcommand{\shortauthors}{Siddhant Ray, et al.}
146146

147147
%%
148148
%% The abstract is a short summary of the work to be presented in the
149149
%% article.
150-
\begin{abstract}
151-
A clear and well-documented \LaTeX\ document is presented as an
152-
article formatted for publication by ACM in a conference proceedings
153-
or journal publication. Based on the ``acmart'' document class, this
154-
article presents and explains many of the common variations, as well
155-
as many of the formatting elements an author may use in the
156-
preparation of the documentation of their work.
157-
\end{abstract}
150+
\input{sections/abstract}
158151

159152
%%
160153
%% The code below is generated by the tool at http://dl.acm.org/ccs.cfm.
@@ -233,7 +226,7 @@
233226
%%
234227
%% The next two lines define the bibliography style to be used, and
235228
%% the bibliography file.
236-
\bibliographystyle{ACM-Reference-Format}
229+
\bibliographystyle{lib/ACM-Reference-Format}
237230
\bibliography{main}
238231

239232
%%

sections/abstract.tex

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
\begin{abstract}
2+
A clear and well-documented \LaTeX\ document is presented as an
3+
article formatted for publication by ACM in a conference proceedings
4+
or journal publication. Based on the ``acmart'' document class, this
5+
article presents and explains many of the common variations, as well
6+
as many of the formatting elements an author may use in the
7+
preparation of the documentation of their work.
8+
\end{abstract}

0 commit comments

Comments
 (0)