From a33b8378d23a9ae5f37a4e28e506f79a44c1c082 Mon Sep 17 00:00:00 2001 From: chipforge <hsank@nospam.chipforge.org> Date: Tue, 5 Feb 2019 20:11:12 +0100 Subject: [PATCH] [DOC] Rectify R-Square picture --- Documents/LaTeX/principle-rsquare.tex | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/Documents/LaTeX/principle-rsquare.tex b/Documents/LaTeX/principle-rsquare.tex index 521c655..d0bc07e 100644 --- a/Documents/LaTeX/principle-rsquare.tex +++ b/Documents/LaTeX/principle-rsquare.tex @@ -37,16 +37,20 @@ \begin{figure}[h] \begin{center} \begin{tikzpicture}[] - % front - \draw (0,0) -- (4,0) -- (4,1) -- (0,1) -- cycle; - % 1st top - \draw (0,1) -- (2,3) -- (6,3) -- (4,1) -- cycle; - % 1st boarder - \draw (4,0) -- (4,1) -- (6,3) -- (6,2) -- cycle; - % 2nd top - \draw (2,3) -- (4,5) -- (8,5) -- (6,3) -- cycle; - % 2nd boarder - \draw (6,3) -- (8,5) -- (8,4) -- (6,2) -- cycle; + \draw[thick] (0,0) -- (4,0) -- (4,1) -- (0,1) -- cycle; % front + \draw[thick] (0,1) -- (2,3) -- (6,3) -- (4,1) -- cycle; % 1st top + \draw[thick] (4,0) -- (4,1) -- (6,3) -- (6,2) -- cycle; % 1st boarder + \draw[thick] (2,3) -- (4,5) -- (8,5) -- (6,3) -- cycle; % 2nd top + \draw[thick] (6,3) -- (8,5) -- (8,4) -- (6,2) -- cycle; % 2nd boarder + % width + \node at (2,-0.75) {w}; + \draw[|<->|] (0,-1) -- (4,-1); + % length + \node at (6.9,2) {l}; + \draw[|<->|] (5,-0.3) -- (9,3.7); + % hight + \node at (8.75,4.5) {h}; + \draw[|<->|] (9,4) -- (9,5); \end{tikzpicture} \end{center} \end{figure} -- GitLab