- Commit
- 302c051bbbb8ee90bc72c76ab3df0ed8743e698c
- Parent
- e908dbcd14654db87d81634033409140d63dd1f9
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Minor formating tweaks
A short lecture of mine on my scientific initiation project for 30th SIICUSP
Minor formating tweaks
1 file changed, 9 insertions, 9 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | main.tex | 18 | 9 | 9 |
diff --git a/main.tex b/main.tex @@ -233,16 +233,16 @@ \begin{center} \begin{tikzpicture}[scale=1.2] \begin{rootSystem}{A} - \wt[mDarkTeal]{0}{0} - \wt[mDarkTeal]{-1}{2} - \wt[mDarkTeal]{-2}{1} - \wt[mDarkTeal]{1}{1} + \wt[mDarkTeal]{ 0}{ 0} + \wt[mDarkTeal]{-1}{ 2} + \wt[mDarkTeal]{-2}{ 1} + \wt[mDarkTeal]{ 1}{ 1} \wt[mDarkTeal]{-1}{-1} - \wt[mDarkTeal]{2}{-1} - \wt[mDarkTeal]{1}{-2} - \filldraw[mDarkTeal] \weight{0}{1} circle (.75pt); - \filldraw[mDarkTeal] \weight{-1}{0} circle (.75pt); - \filldraw[mDarkTeal] \weight{1}{-1} circle (.75pt); + \wt[mDarkTeal]{ 2}{-1} + \wt[mDarkTeal]{ 1}{-2} + \filldraw[mDarkTeal] \weight{ 0}{ 1} circle (.75pt); + \filldraw[mDarkTeal] \weight{-1}{ 0} circle (.75pt); + \filldraw[mDarkTeal] \weight{ 1}{-1} circle (.75pt); \draw[-latex, mDarkTeal] \weight{-1.5}{-.5} -- \weight{1.5}{.5}; \end{rootSystem} \end{tikzpicture}