public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Pierre-Marie de Rodat <pmderodat@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-296] [Ada] Fix layout of tables in PDF version of GNAT RM
Date: Wed, 11 May 2022 08:55:08 +0000 (GMT)	[thread overview]
Message-ID: <20220511085508.A1E933835413@sourceware.org> (raw)

https://gcc.gnu.org/g:fd932b612c3873b930b2e410fb5490a6b5252ccb

commit r13-296-gfd932b612c3873b930b2e410fb5490a6b5252ccb
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Fri Jan 28 16:02:43 2022 +0100

    [Ada] Fix layout of tables in PDF version of GNAT RM
    
    Tables with small left columns and large right columns had colliding
    text in the PDF version of GNAT RM.
    
    Spotted while adding description of pragma Ada_2022.
    
    gcc/ada/
    
            * doc/gnat_rm/implementation_defined_characteristics.rst: Add
            tabularcolums directive, as explained in documentation of Sphinx
            and tabular LaTeX package.

Diff:
---
 gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst b/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst
index d1768d2fe83..095d04b5a26 100644
--- a/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst
+++ b/gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst
@@ -100,6 +100,8 @@ The Static_Predicate case is handled analogously.
   "The predefined integer types declared in
   ``Standard``.  See 3.5.4(25)."
 
+.. tabularcolumns:: |l|L|
+
 ========================= =======================================
 Type                       Representation
 ========================= =======================================
@@ -837,6 +839,8 @@ Containers.Count_Type'Last is 2**31 - 1.
 
 The following convention names are supported
 
+.. tabularcolumns:: |l|L|
+
 ======================= ==============================================================================
 Convention Name         Interpretation
 ======================= ==============================================================================


                 reply	other threads:[~2022-05-11  8:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220511085508.A1E933835413@sourceware.org \
    --to=pmderodat@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).