From f9baf83543521dc876ebfa586170d9ffb969258f Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 3 Aug 2018 14:38:20 +0200 Subject: CSIT-1226: Fix bugs in pdf version Change-Id: I9c7abca28f98a581a8efb390c6ccf4f8937a958b Signed-off-by: Tibor Frank (cherry picked from commit 903cb9f7dd664c5bc87f3295dd600d6cb23bf8ca) --- docs/report/introduction/index.rst | 9 +++++++++ docs/report/introduction/physical_testbeds.rst | 21 ++++++++++++--------- 2 files changed, 21 insertions(+), 9 deletions(-) create mode 100644 docs/report/introduction/index.rst (limited to 'docs/report/introduction') diff --git a/docs/report/introduction/index.rst b/docs/report/introduction/index.rst new file mode 100644 index 0000000000..7d4f4c0d77 --- /dev/null +++ b/docs/report/introduction/index.rst @@ -0,0 +1,9 @@ +Introduction +============ + +.. toctree:: + + overview + general_notes + physical_testbeds + methodology diff --git a/docs/report/introduction/physical_testbeds.rst b/docs/report/introduction/physical_testbeds.rst index c2cdd3e77a..454a751cf3 100644 --- a/docs/report/introduction/physical_testbeds.rst +++ b/docs/report/introduction/physical_testbeds.rst @@ -42,9 +42,10 @@ Physical testbed topology is depicted in a figure below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/introduction/testbed-3n-hsw} - \label{fig:testbed-3n-hsw} + \centering + \graphicspath{{../_tmp/src/introduction/}} + \includegraphics[width=0.90\textwidth]{testbed-3n-hsw} + \label{fig:testbed-3n-hsw} \end{figure} .. only:: html @@ -94,9 +95,10 @@ processors. Physical testbed topology is depicted in a figure below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/introduction/testbed-3n-skx} - \label{fig:testbed-3n-skx} + \centering + \graphicspath{{../_tmp/src/introduction/}} + \includegraphics[width=0.90\textwidth]{testbed-3n-skx} + \label{fig:testbed-3n-skx} \end{figure} .. only:: html @@ -146,9 +148,10 @@ processors. Physical testbed topology is depicted in a figure below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/introduction/testbed-2n-skx} - \label{fig:testbed-2n-skx} + \centering + \graphicspath{{../_tmp/src/introduction/}} + \includegraphics[width=0.90\textwidth]{testbed-2n-skx} + \label{fig:testbed-2n-skx} \end{figure} .. only:: html -- cgit 1.2.3-korg