aboutsummaryrefslogtreecommitdiff
path: root/report/style/pascience-texts.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-16 15:45:05 +0100
committerPacien TRAN-GIRARD2014-02-16 15:45:05 +0100
commit8e5115f6501a05722b1322480a8149b0c37545b0 (patch)
tree9f206e2f2298986e42e91e4117bf5bb5565ec95b /report/style/pascience-texts.tex
parent29efed720f339e073c77a294629655ec6f7af8f3 (diff)
downloadesieequest-8e5115f6501a05722b1322480a8149b0c37545b0.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}