summaryrefslogtreecommitdiff
path: root/report/style/pascience-texts.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/style/pascience-texts.tex
parent70318492f3472ff2ec3b1735cf69a4eef1f6a51d (diff)
downloadfpga-home-automation-9c491ec71995dfb34d8ed95d7bb098fc1614c92e.tar.gz
Import report template
Diffstat (limited to 'report/style/pascience-texts.tex')
-rw-r--r--report/style/pascience-texts.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/report/style/pascience-texts.tex b/report/style/pascience-texts.tex
new file mode 100644
index 0000000..fae2cf0
--- /dev/null
+++ b/report/style/pascience-texts.tex
@@ -0,0 +1,25 @@
1%%%%%%%%%%%%%%%%%%%%
2%% TEXT STYLE
3%%%%%%%%%%%%%%%%%%%%
4
5% Font
6\renewcommand{\familydefault}{\sfdefault}
7
8% Colors
9\definecolor{gray75}{gray}{0.75}
10\definecolor{gray25}{gray}{0.25}
11
12% Spacing
13\OnehalfSpacing
14%\linespread{1.3}
15\setlength{\parskip}{4pt}
16
17% Links
18\usepackage[
19 breaklinks=true,colorlinks=true,
20 % PDF VIEW
21 %linkcolor=blue,urlcolor=blue,citecolor=blue,
22 % PRINT
23 linkcolor=black,urlcolor=black,citecolor=black,
24 bookmarks=true,bookmarksopenlevel=,
25]{hyperref}