Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 260:bb8d11a3a6e4
Optimizie table layout -- especially for PDFs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 17 May 2026 18:27:18 +0200 |
| parents | e9e605e837fc |
| children | 881ae18c07f8 |
| files | docs/filterlist.rst docs/lexerlist.rst |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 -
