From b2c4d0956c4fccf6b9f26a2bfbfd17e0c9cb1434 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Sun, 5 Jan 2025 20:46:04 +0100 Subject: [PATCH] Fix title --- src/2025-01-07/presentation.tex | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/2025-01-07/presentation.tex b/src/2025-01-07/presentation.tex index 30d031e..be10e9d 100644 --- a/src/2025-01-07/presentation.tex +++ b/src/2025-01-07/presentation.tex @@ -66,8 +66,8 @@ % -\title{HiWi Notes: Minimization of Code Constraint Polynomial using Homotopy - Continuation Methods} +\title{HiWi Notes: Minimization of the Code Constraint Polynomial using + Homotopy Continuation Methods} \subtitle{\small 07.01.2025} \author{\vspace{1.5mm} Andreas Tsouchlos} \date{ } @@ -93,10 +93,10 @@ \maketitle \end{frame} -\newcommand{\largecitereference}[1]{\textcolor{kit-green100}{ \large \textbf{{[#1]}} }} +\newcommand{\largecitereference}[1] + {\textcolor{kit-green100}{ \large \textbf{{[#1]}} }} \begin{frame} - \frametitle{Basic Idea of Homotopy Continuation \largecitereference{CL15}} \begin{minipage}[c]{0.65\textwidth} @@ -118,8 +118,10 @@ \vspace{5mm} \addreferences - {CL15}{Chen, Tianran, and Tien-Yien Li.: \emph{Homotopy continuation method - for solving systems of nonlinear and polynomial equations}. Communications in Information and Systems 15.2 (2015): 119-307.} + {CL15}{Chen, Tianran, and Tien-Yien Li.: \emph{Homotopy + continuation method for solving systems of nonlinear and + polynomial equations}. Communications in Information and + Systems 15.2 (2015): 119-307.} \stopreferences \end{minipage}% \hfill @@ -159,9 +161,11 @@ quiver/colored = {mapped color}, -stealth, ] - table[col sep=comma, discard if not={t}{0.0}] {\res/H.csv}; + table[col sep=comma, discard if not={t}{0.0}] + {\res/H.csv}; - \addplot[mark=*] coordinates {(0,0)} node[above] {$\bm{x}_0$}; + \addplot[mark=*] coordinates {(0,0)} node[above] + {$\bm{x}_0$}; \end{axis} \end{tikzpicture} @@ -193,7 +197,8 @@ quiver/colored = {mapped color}, -stealth, ] - table[col sep=comma, discard if not={t}{0.5}] {\res/H.csv}; + table[col sep=comma, discard if not={t}{0.5}] + {\res/H.csv}; \draw[line width=1pt] (0,0) -- (0.25,-0.25); \addplot[mark=*] coordinates {(0.25, -0.25)}; @@ -230,14 +235,17 @@ quiver/colored = {mapped color}, -stealth, ] - table[col sep=comma, discard if not={t}{1.0}] {\res/H.csv}; + table[col sep=comma, discard if not={t}{1.0}] + {\res/H.csv}; \draw[line width=1pt] (0,0) -- (0.5,-0.5); - \addplot[mark=*] coordinates {(0.5,-0.5)} node[below right] {$\bm{x}_1$}; + \addplot[mark=*] coordinates {(0.5,-0.5)} node[below right] + {$\bm{x}_1$}; \end{axis} \end{tikzpicture} - \caption{Visualization of ``snapshots'' of $H$ (e.g., $F, G$) as vector fields} + \caption{Visualization of ``snapshots'' of $H$ (e.g., $F, G$) as + vector fields} \end{figure} \end{minipage} \end{frame}