From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id A1E933835413; Wed, 11 May 2022 08:55:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1E933835413 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-296] [Ada] Fix layout of tables in PDF version of GNAT RM X-Act-Checkin: gcc X-Git-Author: Piotr Trojanek X-Git-Refname: refs/heads/master X-Git-Oldrev: 9b7f7fa72491289b49082ef3f234498b18e55535 X-Git-Newrev: fd932b612c3873b930b2e410fb5490a6b5252ccb Message-Id: <20220511085508.A1E933835413@sourceware.org> Date: Wed, 11 May 2022 08:55:08 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2022 08:55:08 -0000 https://gcc.gnu.org/g:fd932b612c3873b930b2e410fb5490a6b5252ccb commit r13-296-gfd932b612c3873b930b2e410fb5490a6b5252ccb Author: Piotr Trojanek 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 ======================= ==============================================================================