summaryrefslogtreecommitdiff
path: root/report/document.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-06-13 16:09:34 +0200
committerPacien TRAN-GIRARD2014-06-13 16:09:34 +0200
commit9c491ec71995dfb34d8ed95d7bb098fc1614c92e (patch)
tree6064c59e8d872074032c2da836426d833112044d /report/document.tex
parent70318492f3472ff2ec3b1735cf69a4eef1f6a51d (diff)
downloadfpga-home-automation-9c491ec71995dfb34d8ed95d7bb098fc1614c92e.tar.gz
Import report template
Diffstat (limited to 'report/document.tex')
-rw-r--r--report/document.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/report/document.tex b/report/document.tex
new file mode 100644
index 0000000..13e7f4c
--- /dev/null
+++ b/report/document.tex
@@ -0,0 +1,46 @@
1%%%%%%%%%%%%%%%%%%%%
2%% HEADER
3%%%%%%%%%%%%%%%%%%%%
4
5\input{style/pascience-defaults}
6
7%\usepackage[francais]{babel}
8
9\usepackage{lipsum}
10
11\input{style/pascience-pages}
12\input{style/pascience-numbering}
13
14\input{style/pascience-titles}
15\input{style/pascience-texts}
16
17\input{style/pascience-toc}
18
19\input{style/pascience-listings}
20
21
22%%%%%%%%%%%%%%%%%%%%
23%% DOCUMENT
24%%%%%%%%%%%%%%%%%%%%
25
26\begin{document}
27
28\input{cover}
29
30\clearpage
31%\cleardoublepage
32
33\tableofcontents*
34
35\clearpage
36
37
38%\input{project}
39
40%\input{work}
41
42\bibliographystyle{unsrt}
43\bibliography{bibliography}
44
45
46\end{document} \ No newline at end of file