On Tue, 2020-06-23 at 11:53 +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,14 +19,41 @@ Unsorted Documentation > Atomic Types > ============ > > -.. literalinclude:: ../atomic_t.txt > +.. raw:: latex > + > + \footnotesize > + > +.. include:: ../atomic_t.txt > + :literal: > + > +.. raw:: latex > + > + \normalsize Is there something like push/pop for styles? Maybe some variant of include:: with a style?