-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebInterface.tex
32 lines (29 loc) · 1.05 KB
/
WebInterface.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
\documentclass[12pt,openany,oneside]{book}
\usepackage[utf8]{inputenc}
\usepackage[colorlinks=true,urlcolor=blue,linkcolor=black,pdftitle=StarExec\ Web\ Interface]{hyperref}
\usepackage{enumitem}
\usepackage{xcolor}
\usepackage[T1]{fontenc}
\setlist[description]{leftmargin=\parindent,labelindent=\parindent}
\usepackage{titlesec}
\titleformat{\chapter}{}{}{0pt}{\bfseries\LARGE\ifnum\value{chapter}>0\relax\arabic{chapter}\ \ \ ~\fi}
\begin{document}
\newcommand{\type}[1]{\emph{\color{gray}#1}\ --\ }
\newcommand{\relurl}[1]{\href{https://www.starexec.org/starexec/secure/#1}{\texttt{#1}}}
\newcommand{\servicesurl}[1]{\href{https://www.starexec.org/starexec/#1}{\texttt{#1}}}
\title{StarExec Web Interface}
\author{}
\date{\today}
\maketitle
\tableofcontents
\include{chapters/01Introduction}
\include{chapters/02Spaces}
\include{chapters/03Solvers}
\include{chapters/04Processors}
\include{chapters/05Benchmarks}
\include{chapters/06Jobs}
\include{chapters/07JobPairs}
\include{chapters/08Websites}
\include{chapters/09Users}
\include{chapters/10Account}
\end{document}