-
Notifications
You must be signed in to change notification settings - Fork 0
/
PPS_Franco_Ganga.tex
137 lines (117 loc) · 2.93 KB
/
PPS_Franco_Ganga.tex
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
\documentclass{article}
\usepackage{indentfirst}
\usepackage{csquotes}
\usepackage[utf8]{inputenc}
\usepackage[backend=biber, style=apa, autocite=inline, hyperref=false]{biblatex}
\DeclareLanguageMapping{spanish}{spanish-apa}
\usepackage{graphicx}
\addbibresource{bibliografia.bib}
\usepackage{caption}
\captionsetup{
justification=raggedright,singlelinecheck=false, labelfont=bf
}
\usepackage{hyperref}
\hypersetup{
urlcolor=blue,
colorlinks=true,
citecolor=blue,
linkcolor=black
}
\usepackage[spanish]{babel}
\usepackage[T1]{fontenc}
\usepackage{listings}
\usepackage{xcolor}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2,
morekeywords={
fos_user:,
resource:,
db_driver:,
firewall_name:,
user_class:,
group:,
group_class:,
group_manager:,
service:,
user_manager:,
from_email:,
address:,
sender_name:,
sonata_user:,
manager_type:,
sonata_user_admin_security:,
sonata_user_admin_resetting:,
admin:,
pattern:,
context:,
form_login:,
provider:,
login_path:,
use_forward:,
check_path:,
failure_path:,
default_target_path:,
logout:,
path:,
target:,
anonymous:,
main:,
role_hierarchy:,
ROLE_ADMIN:,
ROLE_SUPER_ADMIN:,
SONATA:,
providers:,
fos_userbundle:,
id:,
encoders:,
access_control:,
class:,
user:
}
}
\renewcommand*{\lstlistingname}{Ejemplo de código}
\renewcommand{\arraystretch}{1.5}
\lstset{
style=mystyle,
alsoletter={:}
}
\author{Franco Ganga}
\title{Proyecto\ RUDA:\ Registro\ unificado\ de\ actividades}
\def\signed #1{{\leavevmode\unskip\nobreak\hfil\penalty50\hskip2em
\hbox{}\nobreak\hfil(#1)%
\parfillskip=0pt \finalhyphendemerits=0 \endgraf}}
\newsavebox\mybox
\newenvironment{aquote}[1]
{\savebox\mybox{#1}\begin{quote}}
{\signed{\usebox\mybox}\end{quote}}
\setlength{\parindent}{0.75cm}
\newcommand{\myparagraph}[1]{\paragraph{#1}\mbox{}\\}
\newcommand{\sonatainstallation}{https://sonata-project.org/bundles/user/master/doc/reference/installation.html}
\begin{document}
\maketitle
\tableofcontents
\input{Introduccion}
\input{Tareas}
\input{Desarrollo}
\newpage
\printbibliography
\end{document}