From 1d233d38afa42eb140bd7beb8981363d40b498da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 9 May 2021 15:35:00 +0300 Subject: [PATCH] wip exaggerating a bend --- IV/mj-msc.tex | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/IV/mj-msc.tex b/IV/mj-msc.tex index b814d48..06b06ab 100644 --- a/IV/mj-msc.tex +++ b/IV/mj-msc.tex @@ -1118,17 +1118,26 @@ implementation. A single exaggeration increment is done as follows: \end{enumerate} -Figure X illustrates the details of the exaggeration. -Figure~\ref{fig:isolated-1-exaggerated} illustrates an exaggerated bend -following the rules. +Figure~\ref{fig:exaggerating-a-single-bend} illustrates the details of the +exaggeration. Figure~\ref{fig:isolated-1-exaggerated} illustrates an +exaggerated bend with the algorithm. \begin{figure}[ht] \centering \includegraphics[width=.5\textwidth]{isolated-1-exaggerated} - \caption{Example exaggerated figure.} + \caption{Example exaggerated isolated bend.} \label{fig:isolated-1-exaggerated} \end{figure} +\begin{figure}[!ht] + \centering + \begin{tikzpicture}[scale=.5] + \draw (-8,0) -- (0,0) -- (2,3) -- (8,0) -- (16,0); + \end{tikzpicture} + \caption{Exaggerating a single bend} + \label{fig:exaggerating-a-single-bend} +\end{figure} + \section{Program Implementation}