From 3b04470b3c79d9ad8f06a5b580a014baefa9a7e4 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Thu, 12 Jun 2014 16:44:33 +0200 Subject: [PATCH] doc: dseries/reporting: fix arrows --- doc/dseries-and-reporting/dseriesReporting.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dseries-and-reporting/dseriesReporting.tex b/doc/dseries-and-reporting/dseriesReporting.tex index 24b2ef8b2..0b6af18af 100644 --- a/doc/dseries-and-reporting/dseriesReporting.tex +++ b/doc/dseries-and-reporting/dseriesReporting.tex @@ -681,7 +681,7 @@ the time range of \verb+vs+ will be the union of \verb+ts.dates+ and text centered, anchor=north, text=black, text width=2.6cm] \tikzstyle{comment}=[rectangle, draw=black, rounded corners, fill=green!10, drop shadow, text centered, anchor=north, text=black, text width=2.6cm] - +\tikzstyle{line}=[-, thick] \begin{frame}[fragile,t] \frametitle{Reporting Class Hierarchy} @@ -743,8 +743,8 @@ the time range of \verb+vs+ will be the union of \verb+ts.dates+ and \draw [line] (Series) to node { } (Graph); \draw [line] (Table) to node { } (Section); \draw [line] (Graph) to node { } (Section); - \draw [line] (Paragraph.north) to node { } (Section); - \draw [line] (Vspace.north) to node { } (Section); + \draw [line] (Paragraph.north) to node { } (Section.east); + \draw [line] (Vspace.north) to node { } (Section.west); \draw [line] (Section) to node { } (Page); \draw [line] (Page) to node { } (Report); \end{tikzpicture}}