-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathms.tex
More file actions
67 lines (46 loc) · 1.28 KB
/
ms.tex
File metadata and controls
67 lines (46 loc) · 1.28 KB
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
\documentclass{article}
\usepackage[a4paper,margin=0.75in]{geometry}
\usepackage{cmap} % allows copying math symbols from generated PDF
%\usepackage[only,grbassign]{stmaryrd}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{etoolbox}
\newbool{colored}
\IfFileExists{./colored}{\booltrue{colored}}{\boolfalse{colored}}
\newbool{ascii}
\IfFileExists{./ascii}{\booltrue{ascii}}{\boolfalse{ascii}}
\usepackage{subcaption}
\usepackage{xspace}
\usepackage{booktabs}
\usepackage{enumitem}
\usepackage{numprint}
\usepackage{multirow}
\usepackage{xcolor}
\usepackage{todonotes}
\usepackage{datetime}
\setuptodonotes{inline}
% using frenchspacing, otherwise comments in algorithm2e use double-spacing after ':', '.', etc.
\frenchspacing
\input{algorithm-commands}
\input{commands}
\input{graphblas-commands}
\input{graphblas-commands-stock} % stock variables such as \grbmA = grbm{A}
\input{listings}
\begin{document}
\title{LAGraph Algorithms}
\date{PDF build on \today{} at \currenttime{} UTC}
\maketitle
\begin{abstract}
\input{abstract}
\end{abstract}
%\thispagestyle{plain}\pagestyle{plain}
\input{introduction}
\input{graphblas}
\input{algorithms}
%\input{design-patterns}
\clearpage
\bibliographystyle{IEEEtranS}
\bibliography{ms}
\end{document}