Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 190:8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
This fixes most text overflows.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 13 May 2026 09:47:12 +0200 |
| parents | 91e8fb8cf67b |
| children | c10b2092c48f |
| files | docs/_latex/intro-latex.rst docs/_latex/lexer-intro-latex.rst docs/filters.rst |
| diffstat | 3 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/_latex/intro-latex.rst Wed May 13 09:00:57 2026 +0200 +++ b/docs/_latex/intro-latex.rst Wed May 13 09:47:12 2026 +0200 @@ -22,11 +22,27 @@ It now contains the following lexers: +.. raw:: latex + + {\footnotesize + .. include:: ../lexerlist.rst +.. raw:: latex + + } + It additionally contains the following filters: +.. raw:: latex + + {\footnotesize + .. include:: ../filterlist.rst +.. raw:: latex + + } + .. include:: ../../README.rst :start-after: .. content-pdf
--- a/docs/_latex/lexer-intro-latex.rst Wed May 13 09:00:57 2026 +0200 +++ b/docs/_latex/lexer-intro-latex.rst Wed May 13 09:47:12 2026 +0200 @@ -6,4 +6,13 @@ The package contains the following lexers: +.. raw:: latex + + {\footnotesize + .. include:: ../lexerlist.rst + +.. raw:: latex + + } +
--- a/docs/filters.rst Wed May 13 09:00:57 2026 +0200 +++ b/docs/filters.rst Wed May 13 09:47:12 2026 +0200 @@ -6,8 +6,15 @@ The package contains the following filters: +.. raw:: latex + + {\footnotesize + .. include:: filterlist.rst +.. raw:: latex + + } The AlgPseudocode lexer yields an error token for the following code block. `Sphinx`_ therefore suppresses highlighting completely:
