From c2ddee6823b81931b79f33f34c39fc70ce8e9be5 Mon Sep 17 00:00:00 2001
From: valentin <valentinb@fsmpi.rwth-aachen.de>
Date: Wed, 5 Jun 2019 00:24:03 +0200
Subject: [PATCH] latex: missing ^2

---
 workshops/latex/latex.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workshops/latex/latex.tex b/workshops/latex/latex.tex
index 4a777bb..3931a78 100644
--- a/workshops/latex/latex.tex
+++ b/workshops/latex/latex.tex
@@ -496,8 +496,8 @@
         \node[draw=blue!20!lightgray,line width=2pt]{
           \begin{minipage}[t][14.5mm][c]{.4\textwidth}
             \null\hfill$\displaystyle%
-            \vec{x}=\mathrlap{\|\vec{x}\|^2}\hphantom{x_1^2+x_2^2}\hfill\mathllap{(1)}$\\[2pt]
-            \null\hfill$\displaystyle\hphantom{\vec{x}}=x_1^2+x_2^2{}\hfill\mathllap{(2)}$\\[-6pt]
+            \vec{x}^2=\mathrlap{\|\vec{x}\|^2}\hphantom{x_1^2+x_2^2}\hfill\mathllap{(1)}$\\[2pt]
+            \null\hfill$\displaystyle\hphantom{\vec{x}^2}=x_1^2+x_2^2{}\hfill\mathllap{(2)}$\\[-6pt]
           \end{minipage}
         };\\
         %\node[draw=blue!20!lightgray, line width=2pt]{
-- 
GitLab