Re: [PATCH -perfbook] memorder: Shrink Figures 15.1 and 15.2 in 2c builds

"Paul E. McKenney" <[email protected]>
Newsgroups org.kernel.vger.perfbook
Message-ID <af1790b9-41b1-4289-b936-7a6d5b43e551@paulmck-laptop>
On Mon, Sep 11, 2023 at 01:04:13PM +0900, Akira Yokosawa wrote:
> 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 <[email protected]>

Queued and pushed, thank you!

							Thanx, Paul

> ---
> 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
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.