mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 19:12:22 +01:00
Fix warnings
This commit is contained in:
@ -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 }
|
||||||
|
|||||||
@ -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$}
|
||||||
|
|||||||
Reference in New Issue
Block a user