summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2023-09-10 17:04:38 +0900
committerPaul E. McKenney <paulmck@kernel.org>2023-09-10 03:23:22 -0700
commit2feb406642d90fac3fbbcc515d60d3573773a3f4 (patch)
tree2707a29583db112e06744535f17d0db33a1f0687
parent645f2734592176abc2f1eb87dcd1474b78ba9d2d (diff)
downloadperfbook-2feb406642d90fac3fbbcc515d60d3573773a3f4.tar.gz
memorder: Shrink ifthen.pdf in -1c and -eb builds
ifthen.pdf is tall and using \columnwidth makes it exceed paper height in -1c and -eb builds. .5\onecolumntextwidth (defined in preamble) gives reasonable size figures in all layouts. Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--memorder/memorder.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/memorder/memorder.tex b/memorder/memorder.tex
index 947e09c9..6cf136b8 100644
--- a/memorder/memorder.tex
+++ b/memorder/memorder.tex
@@ -449,7 +449,7 @@ on
\begin{figure}
\centering
-\resizebox{\columnwidth}{!}{\includegraphics{memorder/ifthen}}
+\resizebox{.5\onecolumntextwidth}{!}{\includegraphics{memorder/ifthen}}
\caption{If-Then Nature of Memory Ordering}
\label{fig:memorder:If-Then Nature of Memory Ordering}
\end{figure}