From 53ad451013700fb445641588ee603064eca2bafe Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Tue, 18 Apr 2023 16:02:39 +0200 Subject: [PATCH] Rescaled cube graphics --- .../final/sections/decoding_algorithms.tex | 18 +++++++++++++++++- .../final/sections/theoretical_background.tex | 10 ++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/latex/presentations/final/sections/decoding_algorithms.tex b/latex/presentations/final/sections/decoding_algorithms.tex index 6e917a8..b8faa7a 100644 --- a/latex/presentations/final/sections/decoding_algorithms.tex +++ b/latex/presentations/final/sections/decoding_algorithms.tex @@ -193,6 +193,8 @@ return $\boldsymbol{\hat{c}}$ \tdplotsetmaincoords{60}{25} \begin{tikzpicture}[scale=0.9, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \coordinate (p000) at (0, 0, 0); @@ -250,6 +252,8 @@ return $\boldsymbol{\hat{c}}$ \tdplotsetmaincoords{60}{25} \begin{tikzpicture}[scale=0.9, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \coordinate (p000) at (0, 0, 0); @@ -328,6 +332,8 @@ return $\boldsymbol{\hat{c}}$ \tdplotsetmaincoords{60}{25} \begin{tikzpicture}[scale=0.7, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \coordinate (p000) at (0, 0, 0); @@ -398,6 +404,8 @@ return $\boldsymbol{\hat{c}}$ \tdplotsetmaincoords{60}{25} \begin{tikzpicture}[scale=0.7, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \coordinate (p000) at (0, 0, 0); @@ -478,7 +486,9 @@ return $\boldsymbol{\hat{c}}$ draw, circle, inner sep=0pt, minimum size=4pt] \tdplotsetmaincoords{60}{25} - \begin{tikzpicture}[scale=0.9, tdplot_main_coords] + \begin{tikzpicture}[scale=0.9, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \coordinate (p000) at (0, 0, 0); @@ -558,6 +568,8 @@ return $\boldsymbol{\hat{c}}$ draw, circle, inner sep=0pt, minimum size=4pt] \tdplotsetmaincoords{60}{25} \begin{tikzpicture}[scale=0.8, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \coordinate (p000) at (0, 0, 0); @@ -609,6 +621,8 @@ return $\boldsymbol{\hat{c}}$ draw, circle, inner sep=0pt, minimum size=4pt] \tdplotsetmaincoords{60}{25} \begin{tikzpicture}[scale=0.8, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \coordinate (p000) at (0, 0, 0); @@ -667,6 +681,8 @@ return $\boldsymbol{\hat{c}}$ draw, circle, inner sep=0pt, minimum size=4pt] \tdplotsetmaincoords{60}{25} \begin{tikzpicture}[scale=0.8, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \coordinate (p000) at (0, 0, 0); diff --git a/latex/presentations/final/sections/theoretical_background.tex b/latex/presentations/final/sections/theoretical_background.tex index b21a51f..b4003bf 100644 --- a/latex/presentations/final/sections/theoretical_background.tex +++ b/latex/presentations/final/sections/theoretical_background.tex @@ -126,6 +126,13 @@ \end{itemize} \item Use optimization method to solve the new problem \end{itemize} + + \vspace{5mm} + + \begin{itemize} + \item Usage of ''$\sim$`` to denote change in domain, e.g., + $\tilde{\boldsymbol{x}}$, $\tilde{\boldsymbol{c}}$ + \end{itemize} \end{minipage}% \hfill% \begin{minipage}[c]{0.4\linewidth} @@ -136,7 +143,10 @@ draw, circle, inner sep=0pt, minimum size=4pt] \tdplotsetmaincoords{60}{245} + \begin{tikzpicture}[scale=1, transform shape, tdplot_main_coords] + \tikzstyle{every node}=[font=\normalsize] + % Cube \draw[dashed] (0, 0, 0) -- (2, 0, 0);