ifthen.pdf is tall and using \columnwidth makes it exceed paper height in -1c and -eb builds. .45\textwidth gives reasonable size figures in all layouts. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- memorder/memorder.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 947e09c9f885..c5958a02a274 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -449,7 +449,7 @@ on \begin{figure} \centering -\resizebox{\columnwidth}{!}{\includegraphics{memorder/ifthen}} +\resizebox{.45\textwidth}{!}{\includegraphics{memorder/ifthen}} \caption{If-Then Nature of Memory Ordering} \label{fig:memorder:If-Then Nature of Memory Ordering} \end{figure} base-commit: 645f2734592176abc2f1eb87dcd1474b78ba9d2d -- 2.25.1