>From 05b67c1d4b598ac44fb159c1e6d8a56cdc17838f Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Tue, 28 Jul 2020 11:33:56 +0900 Subject: [PATCH 4/5] datastruct: Use nbsp in captions (State (a), State (b), etc.) Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- datastruct/datastruct.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datastruct/datastruct.tex b/datastruct/datastruct.tex index 16dc2286..c279115d 100644 --- a/datastruct/datastruct.tex +++ b/datastruct/datastruct.tex @@ -840,14 +840,14 @@ concurrently with a resize operation (as well as with each other). \begin{figure}[tb] \centering \resizebox{3in}{!}{\includegraphics{datastruct/hashxu-a}} -\caption{Growing a Double-List Hash Table, State (a)} +\caption{Growing a Double-List Hash Table, State~(a)} \label{fig:datastruct:Growing a Double-List Hash Table; State (a)} \end{figure} \begin{figure}[tb] \centering \resizebox{3in}{!}{\includegraphics{datastruct/hashxu-b}} -\caption{Growing a Double-List Hash Table, State (b)} +\caption{Growing a Double-List Hash Table, State~(b)} \label{fig:datastruct:Growing a Double-List Hash Table; State (b)} \end{figure} @@ -868,14 +868,14 @@ with readers still using the original two-bucket array. \begin{figure}[tb] \centering \resizebox{3in}{!}{\includegraphics{datastruct/hashxu-c}} -\caption{Growing a Double-List Hash Table, State (c)} +\caption{Growing a Double-List Hash Table, State~(c)} \label{fig:datastruct:Growing a Double-List Hash Table; State (c)} \end{figure} \begin{figure}[tb] \centering \resizebox{3in}{!}{\includegraphics{datastruct/hashxu-d}} -\caption{Growing a Double-List Hash Table, State (d)} +\caption{Growing a Double-List Hash Table, State~(d)} \label{fig:datastruct:Growing a Double-List Hash Table; State (d)} \end{figure} -- 2.17.1