From 9c491ec71995dfb34d8ed95d7bb098fc1614c92e Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 13 Jun 2014 16:09:34 +0200 Subject: Import report template --- report/style/pascience-texts.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 report/style/pascience-texts.tex (limited to 'report/style/pascience-texts.tex') 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 @@ +%%%%%%%%%%%%%%%%%%%% +%% 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} -- cgit v1.2.3