Fix warnings

This commit is contained in:
2023-09-30 15:07:45 +02:00
parent 854605c5ff
commit 0843e58c57
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
\usepackage{marginnote} \usepackage{marginnote}
\usepackage[bottom]{footmisc} \usepackage[bottom]{footmisc}
\usepackage{scrlayer-scrpage} \usepackage{scrlayer-scrpage}
\usepackage{algorithm, listings} \usepackage{scrhack, algorithm, listings}
\usepackage{array, makecell} \usepackage{array, makecell}
\geometry{ margin=3cm, lmargin=1.5cm, rmargin=4.5cm, marginparwidth=3cm } \geometry{ margin=3cm, lmargin=1.5cm, rmargin=4.5cm, marginparwidth=3cm }
\hypersetup{ colorlinks, citecolor=black, filecolor=black, linkcolor=black, urlcolor=black, linktoc=all } \hypersetup{ colorlinks, citecolor=black, filecolor=black, linkcolor=black, urlcolor=black, linktoc=all }

View File

@ -232,7 +232,7 @@ Common norms are:
The vector $\vec{w} \in U^\perp$ s.t. $\Vert \vec{w} \Vert = 1$ is the \textbf{normal vector} of $U$. \marginnote{Normal vector} The vector $\vec{w} \in U^\perp$ s.t. $\Vert \vec{w} \Vert = 1$ is the \textbf{normal vector} of $U$. \marginnote{Normal vector}
% %
\begin{figure}[h] \begin{figure}[ht]
\centering \centering
\includegraphics[width=0.4\textwidth]{img/_orthogonal_complement.pdf} \includegraphics[width=0.4\textwidth]{img/_orthogonal_complement.pdf}
\caption{Orthogonal complement of a subspace $U \subseteq \mathbb{R}^3$} \caption{Orthogonal complement of a subspace $U \subseteq \mathbb{R}^3$}