lkml.org 
[lkml]   [2020]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 22/22] docs: staging: use small font for literal includes
Date
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.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
Documentation/staging/index.rst | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

diff --git a/Documentation/staging/index.rst b/Documentation/staging/index.rst
index 8cc9d94b0a13..184e6aece0a7 100644
--- a/Documentation/staging/index.rst
+++ b/Documentation/staging/index.rst
@@ -19,17 +19,41 @@ Unsorted Documentation
Atomic Types
============

+.. raw:: latex
+
+ \footnotesize
+
.. 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
--
2.26.2
\
 
 \ /
  Last update: 2020-06-15 08:51    [W:0.029 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site