From 6daf272291c22acc171ee519478edf36a3158a7a Mon Sep 17 00:00:00 2001
From: gumartinm <gustavo@gumartinm.name>
Date: Wed, 3 Oct 2012 12:05:31 +0200
Subject: [PATCH] Bullets by default in the first level of lists.

---
 PFC.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/PFC.tex b/PFC.tex
index b6fc8c3..4d61e6c 100644
--- a/PFC.tex
+++ b/PFC.tex
@@ -105,6 +105,8 @@
 %Capítulos
 %=============================================================
 
+% Using bullets by default in the first level of lists.
+\renewcommand{\labelitemi}{$\bullet$}
 
 \include{capitulo1/capitulo1}
 \include{capitulo2/capitulo2}
-- 
2.1.4