diff options
Diffstat (limited to 'report/style/pascience-texts.tex')
-rw-r--r-- | report/style/pascience-texts.tex | 25 |
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 | |||
23 | linkcolor=black,urlcolor=black,citecolor=black, | ||
24 | bookmarks=true,bookmarksopenlevel=, | ||
25 | ]{hyperref} | ||