Skip to content

Commit

Permalink
Align subfigure caption handling
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 30, 2024
1 parent 7f8faac commit a33b1ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions report/parts/results.tex
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ \subsubsection{Intersection Test}
\centering
\begin{subfigure}[b]{0.45\textwidth}
\includegraphics[width=\textwidth]{resources/bvh-node-info.png}
\caption{\gls{BVH} inner node information}
\caption{\gls{BVH} inner node information.}
\label{fig:bvh-info-inner-node}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.45\textwidth}
\includegraphics[width=\textwidth]{resources/bvh-leaf-info.png}
\caption{\gls{BVH} leaf node information}
\caption{\gls{BVH} leaf node information.}
\label{fig:bvh-info-leaf-node}
\end{subfigure}
\caption{Content information stored in \gls{BVH} nodes. The information in the first two bytes is used to discriminate between inner and leaf nodes.}
Expand Down
4 changes: 2 additions & 2 deletions report/parts/theory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ \subsubsection{Probability Theory}
] {1/(sqrt(2*pi))*exp(-x^2/2)};
\end{axis}
\end{tikzpicture}
\caption{\gls{PDF} visualized}
\caption{\gls{PDF} visualized.}
\label{fig:pdf-theory}
\end{subfigure}
\hfill
Expand All @@ -246,7 +246,7 @@ \subsubsection{Probability Theory}
] {1/(1+e^(-1.65451*x))}; % See https://mathoverflow.net/q/273754
\end{axis}
\end{tikzpicture}
\caption{\gls{CDF} visualized}
\caption{\gls{CDF} visualized.}
\label{fig:cdf-theory}
\end{subfigure}
\caption{\gls{PDF} and \gls{CDF} of normal distribution visualized.}
Expand Down

0 comments on commit a33b1ce

Please sign in to comment.