-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_guide.tex
51 lines (37 loc) · 1.06 KB
/
user_guide.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
\documentclass[12pt,a4paper]{article}
\usepackage{emptypage}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{dirtytalk}
\usepackage{listings}
\usepackage{tablefootnote}
\lstset{
frame = single,
language=bash,
framexleftmargin=-15pt,
framexrightmargin=-15pt}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=magenta,
urlcolor=cyan,
}
\title{ks.py\\
\large User Guide}
\author{Filippo Ranza}
\date{}
\begin{document}
\maketitle
\begin{abstract}
This document provides a complete user guide to ks.py. It
is organized as follows: the first section contains general installation
instruction, explaining in detail how to configure any dependency; the second
section explains how to use ks.py; the third section shows how to properly understand
ks.py and any given result; the last section contains some usage examples.
\end{abstract}
\tableofcontents
\include{installation}
\include{usage}
\include{understanding_results}
\end{document}