]> gcc.gnu.org Git - gcc.git/commitdiff
[Ada] Fix layout of tables in PDF version of GNAT RM
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 28 Jan 2022 15:02:43 +0000 (16:02 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 11 May 2022 08:53:19 +0000 (08:53 +0000)
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.

gcc/ada/doc/gnat_rm/implementation_defined_characteristics.rst

index d1768d2fe83dc94b2e7bd4f08fead5cfe2cf3b41..095d04b5a267ac46240ed09306978c6598626485 100644 (file)
@@ -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
 ======================= ==============================================================================
This page took 0.102158 seconds and 5 git commands to generate.