summaryrefslogtreecommitdiff
path: root/report/style/pascience-texts.tex
blob: fae2cf026d75d7c637ef7b04d19f745b5140574f (plain)
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
%%%%%%%%%%%%%%%%%%%%
%% TEXT STYLE
%%%%%%%%%%%%%%%%%%%%

% Font
\renewcommand{\familydefault}{\sfdefault}

% Colors
\definecolor{gray75}{gray}{0.75}
\definecolor{gray25}{gray}{0.25}

% Spacing
\OnehalfSpacing
%\linespread{1.3}
\setlength{\parskip}{4pt}

% Links
\usepackage[
	breaklinks=true,colorlinks=true,
	% PDF VIEW
	%linkcolor=blue,urlcolor=blue,citecolor=blue,
	% PRINT
	linkcolor=black,urlcolor=black,citecolor=black,
	bookmarks=true,bookmarksopenlevel=,
]{hyperref}