# HG changeset patch # User Franz Glasner # Date 1779035238 -7200 # Node ID bb8d11a3a6e4df38b6cc5574bbca83db43d65a1e # Parent e9e605e837fceaa57e1665c9a43e730b13608f57 Optimizie table layout -- especially for PDFs diff -r e9e605e837fc -r bb8d11a3a6e4 docs/filterlist.rst --- a/docs/filterlist.rst Sun May 17 16:27:15 2026 +0200 +++ b/docs/filterlist.rst Sun May 17 18:27:18 2026 +0200 @@ -2,9 +2,12 @@ .. to be included in some documentation pages +.. tabularcolumns:: >{\raggedright}\Y{.19}>{\raggedright}\Y{.51}\Y{.30} + .. list-table:: :align: left :header-rows: 1 + :widths: 19 51 30 * - Filter Name - Description diff -r e9e605e837fc -r bb8d11a3a6e4 docs/lexerlist.rst --- a/docs/lexerlist.rst Sun May 17 16:27:15 2026 +0200 +++ b/docs/lexerlist.rst Sun May 17 18:27:18 2026 +0200 @@ -2,9 +2,12 @@ .. to be included in some documentation pages +.. tabularcolumns:: >{\raggedright}\Y{.18}>{\raggedright}\Y{.24}>{\raggedright}\Y{.18}>{\raggedright}\Y{.19}\Y{.23} + .. list-table:: :align: left :header-rows: 1 + :widths: 18 24 18 19 23 * - Language Name - Description @@ -35,4 +38,3 @@ - \*.fr-algo, \*.fr-pseudocode - fr-pseudocode, fr-pseudo, fr-algorithm, fr-algo - FrPseudocodeLexer -