-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain File.tex
79 lines (55 loc) · 1.44 KB
/
Main File.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
\documentclass[11pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{marginnote}
\usepackage{verbatim} % for the box
\usepackage{fancyvrb} % for the box
\usepackage{titletoc}
\usepackage{listings}
\lstset{language=C,
numberstyle=\footnotesize,
basicstyle=\ttfamily\footnotesize,
numbers=left,
rulesepcolor=\color{gray}, %fancy shadow for borders
stepnumber=1,
frame=shadowbox,
breaklines=true}
\usepackage{pgf}
\usepackage{pgfpages}
\usepackage{cite}
\usepackage{url}
\usepackage{fullpage}
%for chapter layout
\usepackage{titlesec, blindtext, color}
\definecolor{gray75}{gray}{0.75}
\newcommand{\hsp}{\hspace{20pt}}
\titleformat{\chapter}[hang]{\Huge\bfseries}{\thechapter\hsp\textcolor{gray75}{$|$}\hsp}{0pt}{\Huge\bfseries}
\begin{document}
\begin{titlepage}
\begin{center}
{\large Mathos Project}
\\\
{\huge Exploring the computational power\\ for mathematical calculations}\\
\line(1,0){350}
\\\
\\\
{\small By Mathos Project Community} \\\
\\\
\\\
\\\
\resizebox{\linewidth}{!}{\itshape $\Pi$} % or lower case
\end{center}
\vfill
This work is licensed under Creative Commons Attribution-NoDerivatives 4.0 International Public License.\\
Copyright \textcopyright 2014. All rights reserved.
\end{titlepage}
\setcounter{part}{-1}
\setcounter{chapter}{0}
\setcounter{section}{1}
\tableofcontents
\listoftables
\include{MCL/PartMathosCoreLibrary}
\end{document}