From b848a4b283f854244c0751af927421cb763673bb Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Thu, 27 Nov 2014 22:01:25 +0100 Subject: [PATCH] small error fixes --- thesis2/1.introduction.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thesis2/1.introduction.tex b/thesis2/1.introduction.tex index 6b37652..e07464d 100644 --- a/thesis2/1.introduction.tex +++ b/thesis2/1.introduction.tex @@ -264,7 +264,7 @@ structured and consistent in its structure. In the entertainment industry venues often use a CMS for their website to allow users with no programming or website background be able to post news items and event information. -\section{Why RSS/Atom} +\section{Why RSS?} \label{sec:whyrss} Information from venues comes in various different format with for each format several positive and negative points. For this project we chose to focus on @@ -297,7 +297,7 @@ with edges. A standard graph is defined as the ordered pair: $G=(V,E)$. In this ordered pair $V$ is the set of nodes and $E$ is set of undirected edges where every undirected edge is a tuple of two nodes. Figure~\ref{fig:graphexample} is specified as: - $$G=({n1, n2, n3}, {(n1, n2), (n2, n3), (n2, n3)})$$ + $$G=(\{n1, n2, n3\}, \{(n1, n2), (n2, n3), (n2, n3)\})$$ \begin{figure}[H] \caption{Example Graph} @@ -374,7 +374,7 @@ length of the word. 3 -> 6 [label="d"]; 1 -> 4 [label="b"]; 4 -> 5 [label="a"]; - 5 -> 6 [label="a"]; + 5 -> 6 [label="d"]; 5 -> 6 [label="e"]; } \end{figure} -- 2.20.1