Figures 15.1 and 15.2 look unnecessarily large in 2c builds.
Reduce their widths a bit by using \onecolumntextwidth.

This change doesn't affect -1c and -eb builds.

Signed-off-by: Akira Yokosawa <aki...@gmail.com>
---
Figure 15.2 is now at the top of page 319.
Figure 15.1 still appears in its own page. Tweaking the position
of its definition in memorder.tex might help here, but it is not
urgent, I guess.

You can find other uses of \onecolumntextwidth in figure*
environment in memorder.tex.  I think it is a reasonable template.
\textwidth is good for a figure with tiny fonts such as Figures
15.5 and 15.6.

--
 memorder/memorder.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 6cf136b8dc6e..1a4edf8bbb6d 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -151,7 +151,7 @@ description.
 
 \begin{figure*}
 \centering
-\resizebox{\textwidth}{!}{\includegraphics{memorder/locktrans}}
+\resizebox{\onecolumntextwidth}{!}{\includegraphics{memorder/locktrans}}
 \caption{Locking Intuitions}
 \label{fig:memorder:Locking Intuitions}
 \end{figure*}
@@ -262,7 +262,7 @@ description.
 
 \begin{figure*}
 \centering
-\resizebox{\textwidth}{!}{\includegraphics{memorder/relacqtrans}}
+\resizebox{\onecolumntextwidth}{!}{\includegraphics{memorder/relacqtrans}}
 \caption{Release-Acquire Intuitions}
 \label{fig:memorder:Release-Acquire Intuitions}
 \end{figure*}

base-commit: 2feb406642d90fac3fbbcc515d60d3573773a3f4
-- 
2.25.1

Reply via email to