Commit e2c232bee1e7ddafbefd9a8e4eae47e57e50679a
1 parent
6854b3c5
Exists in
master
and in
3 other branches
We've a Makefile
Showing
3 changed files
with
101 additions
and
86 deletions
Show diff stats
@@ -0,0 +1,15 @@ | @@ -0,0 +1,15 @@ | ||
1 | +TARGET=spb-icse-seip | ||
2 | + | ||
3 | +all: $(TARGET).tex | ||
4 | + pdflatex $(TARGET).tex | ||
5 | + bibtex $(TARGET) | ||
6 | + pdflatex $(TARGET).tex | ||
7 | + pdflatex $(TARGET).tex | ||
8 | + evince $(TARGET).pdf & | ||
9 | + | ||
10 | +edit: | ||
11 | + gedit Makefile *.bib *.tex & | ||
12 | + | ||
13 | +clean: | ||
14 | + rm -f $(TARGET).pdf *.out *.aux *.log *.blg *.bbl *.dvi *.ps *.toc *.lot *.lof *.idx *~ | ||
15 | + |
icse2018/main.tex
@@ -1,86 +0,0 @@ | @@ -1,86 +0,0 @@ | ||
1 | -\documentclass[sigconf, authordraft]{acmart} | ||
2 | - | ||
3 | -\usepackage{booktabs} % For formal tables | ||
4 | -\usepackage[utf8]{inputenc} | ||
5 | - | ||
6 | - | ||
7 | -% Copyright | ||
8 | -%\setcopyright{none} | ||
9 | -%\setcopyright{acmcopyright} | ||
10 | -%\setcopyright{acmlicensed} | ||
11 | -\setcopyright{rightsretained} | ||
12 | -%\setcopyright{usgov} | ||
13 | -%\setcopyright{usgovmixed} | ||
14 | -%\setcopyright{cagov} | ||
15 | -%\setcopyright{cagovmixed} | ||
16 | - | ||
17 | - | ||
18 | -% DOI | ||
19 | -%\acmDOI{10.475/123_4} | ||
20 | - | ||
21 | -% ISBN | ||
22 | -%\acmISBN{123-4567-24-567/08/06} | ||
23 | - | ||
24 | -%Conference | ||
25 | -%\acmConference[WOODSTOCK'97]{ACM Woodstock conference}{July 1997}{El | ||
26 | -% Paso, Texas USA} | ||
27 | -%\acmYear{1997} | ||
28 | -%\copyrightyear{2016} | ||
29 | - | ||
30 | -%\acmPrice{15.00} | ||
31 | - | ||
32 | -%\acmSubmissionID{123-A12-B3} | ||
33 | - | ||
34 | -\begin{document} | ||
35 | -\title{SIG Proceedings Paper in LaTeX Format} | ||
36 | -%\titlenote{Produces the permission block, and | ||
37 | -% copyright information} | ||
38 | -%\subtitle{Extended Abstract} | ||
39 | -%\subtitlenote{The full version of the author's guide is available as | ||
40 | -% \texttt{acmart.pdf} document} | ||
41 | - | ||
42 | -\author{Melissa Wen, Rodrigo Siqueira, Arthur del Esposte, Lucas Kanashiro, Diego Camarinha, Rafael Manzo} | ||
43 | -\affiliation{% | ||
44 | - \institution{FLOSS Competence Center \\ University of S\~ao Paulo} | ||
45 | - \streetaddress{Rua do Matão, 1010} | ||
46 | - \city{S\~ao Paulo} | ||
47 | - \state{S\~ao Paulo} | ||
48 | - \country{Brazil} | ||
49 | - \postcode{05508-090} | ||
50 | -} | ||
51 | -\email{{wen,siqueira,esposte,lkd,diegoamc,manzo}@ime.usp.br} | ||
52 | - | ||
53 | -\author{Paulo Meirelles} | ||
54 | -\affiliation{% | ||
55 | - \institution{Faculty Gama (FGA) \\ University of Bras\'ilia} | ||
56 | - \streetaddress{St. Leste Projeção A - Gama Leste} | ||
57 | - \city{Gama} | ||
58 | - \state{Bras\'ilia} | ||
59 | - \country{Brazil} | ||
60 | - \postcode{72444-240} | ||
61 | -} | ||
62 | -\email{paulormm@unb.br} | ||
63 | - | ||
64 | -% The default list of authors is too long for headers} | ||
65 | -\renewcommand{\shortauthors}{M. Wen et al.} | ||
66 | - | ||
67 | - | ||
68 | -\input{content/00-abstract} | ||
69 | - | ||
70 | - | ||
71 | -\maketitle | ||
72 | - | ||
73 | -\input{content/01-introduction} | ||
74 | -\input{content/02-related_work} | ||
75 | -\input{content/03-context} | ||
76 | -\input{content/04-materials} | ||
77 | -\input{content/05-methods} | ||
78 | -\input{content/06-results} | ||
79 | -\input{content/07-discussion} | ||
80 | -\input{content/08-conclusions} | ||
81 | -\input{content/09-acknowledgements} | ||
82 | - | ||
83 | -\bibliographystyle{ACM-Reference-Format} | ||
84 | -\bibliography{bibliography} | ||
85 | - | ||
86 | -\end{document} |
@@ -0,0 +1,86 @@ | @@ -0,0 +1,86 @@ | ||
1 | +\documentclass[sigconf, authordraft]{acmart} | ||
2 | + | ||
3 | +\usepackage{booktabs} % For formal tables | ||
4 | +\usepackage[utf8]{inputenc} | ||
5 | + | ||
6 | + | ||
7 | +% Copyright | ||
8 | +%\setcopyright{none} | ||
9 | +%\setcopyright{acmcopyright} | ||
10 | +%\setcopyright{acmlicensed} | ||
11 | +\setcopyright{rightsretained} | ||
12 | +%\setcopyright{usgov} | ||
13 | +%\setcopyright{usgovmixed} | ||
14 | +%\setcopyright{cagov} | ||
15 | +%\setcopyright{cagovmixed} | ||
16 | + | ||
17 | + | ||
18 | +% DOI | ||
19 | +%\acmDOI{10.475/123_4} | ||
20 | + | ||
21 | +% ISBN | ||
22 | +%\acmISBN{123-4567-24-567/08/06} | ||
23 | + | ||
24 | +%Conference | ||
25 | +%\acmConference[WOODSTOCK'97]{ACM Woodstock conference}{July 1997}{El | ||
26 | +% Paso, Texas USA} | ||
27 | +%\acmYear{1997} | ||
28 | +%\copyrightyear{2016} | ||
29 | + | ||
30 | +%\acmPrice{15.00} | ||
31 | + | ||
32 | +%\acmSubmissionID{123-A12-B3} | ||
33 | + | ||
34 | +\begin{document} | ||
35 | +\title{SIG Proceedings Paper in LaTeX Format} | ||
36 | +%\titlenote{Produces the permission block, and | ||
37 | +% copyright information} | ||
38 | +%\subtitle{Extended Abstract} | ||
39 | +%\subtitlenote{The full version of the author's guide is available as | ||
40 | +% \texttt{acmart.pdf} document} | ||
41 | + | ||
42 | +\author{Melissa Wen, Rodrigo Siqueira, Arthur del Esposte, Lucas Kanashiro, Diego Camarinha, Rafael Manzo} | ||
43 | +\affiliation{% | ||
44 | + \institution{FLOSS Competence Center \\ University of S\~ao Paulo} | ||
45 | + \streetaddress{Rua do Matão, 1010} | ||
46 | + \city{S\~ao Paulo} | ||
47 | + \state{S\~ao Paulo} | ||
48 | + \country{Brazil} | ||
49 | + \postcode{05508-090} | ||
50 | +} | ||
51 | +\email{{wen,siqueira,esposte,lkd,diegoamc,manzo}@ime.usp.br} | ||
52 | + | ||
53 | +\author{Paulo Meirelles} | ||
54 | +\affiliation{% | ||
55 | + \institution{Faculty Gama (FGA) \\ University of Bras\'ilia} | ||
56 | + \streetaddress{St. Leste Projeção A - Gama Leste} | ||
57 | + \city{Gama} | ||
58 | + \state{Bras\'ilia} | ||
59 | + \country{Brazil} | ||
60 | + \postcode{72444-240} | ||
61 | +} | ||
62 | +\email{paulormm@unb.br} | ||
63 | + | ||
64 | +% The default list of authors is too long for headers} | ||
65 | +\renewcommand{\shortauthors}{M. Wen et al.} | ||
66 | + | ||
67 | + | ||
68 | +\input{content/00-abstract} | ||
69 | + | ||
70 | + | ||
71 | +\maketitle | ||
72 | + | ||
73 | +\input{content/01-introduction} | ||
74 | +\input{content/02-related_work} | ||
75 | +\input{content/03-context} | ||
76 | +\input{content/04-materials} | ||
77 | +\input{content/05-methods} | ||
78 | +\input{content/06-results} | ||
79 | +\input{content/07-discussion} | ||
80 | +\input{content/08-conclusions} | ||
81 | +\input{content/09-acknowledgements} | ||
82 | + | ||
83 | +\bibliographystyle{ACM-Reference-Format} | ||
84 | +\bibliography{bibliography} | ||
85 | + | ||
86 | +\end{document} |