From: Wolfgang Bangerth Date: Wed, 22 Jun 2022 04:41:54 +0000 (+0900) Subject: Adjust figure spacing. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6605167cd0e714951b4499f7977bfc3b694a72d;p=release-papers.git Adjust figure spacing. --- diff --git a/9.4/paper.tex b/9.4/paper.tex index 766afc1..97b43d8 100644 --- a/9.4/paper.tex +++ b/9.4/paper.tex @@ -793,18 +793,19 @@ A possible workflow is the following: \centering \begin{subfigure}[b]{0.3\textwidth} \centering - \includegraphics[width=.2\paperwidth]{png/heart_implicit.png} + \includegraphics[width=\textwidth]{png/heart_implicit.png} \caption{\label{fig:heart_tria}} \end{subfigure} + \hfill \begin{subfigure}[b]{0.3\textwidth} \centering - \includegraphics[height=.14\paperheight]{png/intersection_cube_sphere_mesh.png} + \includegraphics[width=\textwidth]{png/intersection_cube_sphere_mesh.png} \caption{\label{fig:corefinement}} \end{subfigure} - \qquad - \begin{subfigure}[b]{0.3\textwidth} + \hfill + \begin{subfigure}[b]{0.37\textwidth} \centering - \includegraphics[height=.14\paperheight]{png/cube_sphere_remeshed.png} + \includegraphics[width=\textwidth]{png/cube_sphere_remeshed.png} \caption{ \label{fig:corefinement_remeshed}} \end{subfigure} \caption{\it (a) \texttt{Triangulation<3>} of a heart surface starting from an implicit function $f$. (b) Union of the unit cube with an hyper ball. Notice how the corefinement around the intersection gives badly shaped elements. (c) The remeshed \dealii{} Triangulation.} diff --git a/9.4/png/cube_sphere_remeshed.png b/9.4/png/cube_sphere_remeshed.png index e3b66e2..0836eb3 100644 Binary files a/9.4/png/cube_sphere_remeshed.png and b/9.4/png/cube_sphere_remeshed.png differ diff --git a/9.4/png/heart_implicit.png b/9.4/png/heart_implicit.png index 19aa077..4e0ac8d 100644 Binary files a/9.4/png/heart_implicit.png and b/9.4/png/heart_implicit.png differ diff --git a/9.4/png/intersection_cube_sphere_mesh.png b/9.4/png/intersection_cube_sphere_mesh.png index dd5307d..1eb855b 100644 Binary files a/9.4/png/intersection_cube_sphere_mesh.png and b/9.4/png/intersection_cube_sphere_mesh.png differ