-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
80 lines (51 loc) · 1.63 KB
/
main.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
\RequirePackage{fix-cm}
%\documentclass{svjour3} % onecolumn (standard format)
%\documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
%\documentclass[smallextended]{svjour3} % onecolumn (second format)
\documentclass[twocolumn]{svjour3} % twocolumn
\smartqed % flush right qed marks, e.g. at end of proof
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{graphicx}
\usepackage{csquotes}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{array}
\journalname{Software and Systems Modeling}
% custom commands
\newcommand{\code}[1]{{\small \texttt{#1}}}
%\newcommand{\NOTE}[1]{\textcolor{red}{#1}}
\newcommand{\NOTE}[1]{}
\lstset{
basicstyle=\scriptsize\ttfamily,
keywordstyle=\color{violet}\bfseries,
numbers=left,
numberbychapter=false,
xleftmargin=18pt
}
\newtheorem{hypothesis}{Hypothesis}
% Overleaf project: https://v2.overleaf.com/4826897137gcytcjpchpdv
\begin{document}
\input{sections/TitleAndAuthors}
\date{Received: date / Accepted: date}
\maketitle
\input{sections/Abstract}
\NOTE{Notes that won't be part of the final text are in red.}
\NOTE{\emph{Estimated overall length:} 30--35 p. in two-column SoSyM format + references}
\clearpage
\input{sections/Introduction}
\input{sections/Terminology}
\input{sections/FamiliesToPersons}
\input{sections/Foundations}
\input{sections/Benchmarx}
\input{sections/Solutions}
\input{sections/Evaluation}
\input{sections/RelatedWork}
\input{sections/Conclusion}
\bibliographystyle{plain}
\bibliography{references}
\input{sections/Glossary}
\end{document}