Re: [PATCH 14/14] docs: staging: use small font for literal includes

From: Joe Perches
Date: Fri May 01 2020 - 20:10:04 EST


On Fri, 2020-05-01 at 17:37 +0200, Mauro Carvalho Chehab wrote:
> The normal font is too big to display 80 columns, causing extra
> breaks to be added at weird places.
>
> change to the footnotesize, as this would fit a little bit
> better.
[]
> diff --git a/Documentation/staging/index.rst b/Documentation/staging/index.rst
[]
> @@ -19,17 +19,41 @@ Unsorted Documentation
> Atomic Types
> ============
>
> +.. raw:: latex
> +
> + \footnotesize

Please don't make the markup too invasive.

> +
> .. include:: ../atomic_t.txt
> :literal:
>
> +.. raw:: latex
> +
> + \normalsize
> +
> Atomic bitops
> =============
>
> +.. raw:: latex
> +
> + \footnotesize
> +
> .. include:: ../atomic_bitops.txt
> :literal:
>
> +.. raw:: latex
> +
> + \normalsize
> +
> Memory Barriers
> ===============
>
> +.. raw:: latex
> +
> + \footnotesize
> +
> .. include:: ../memory-barriers.txt
> :literal:
> +
> +.. raw:: latex
> +
> + \normalsize