# HG changeset patch # User Franz Glasner # Date 1778658432 -7200 # Node ID 8825282f6900fa7d3b10a3d796a87f07ba9d14f4 # Parent 91e8fb8cf67b1084ba27298903b4201ab8500f2a Select a smaller font size for all lexer and filter tables in the PDF output. This fixes most text overflows. diff -r 91e8fb8cf67b -r 8825282f6900 docs/_latex/intro-latex.rst --- 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 diff -r 91e8fb8cf67b -r 8825282f6900 docs/_latex/lexer-intro-latex.rst --- 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 + + } + diff -r 91e8fb8cf67b -r 8825282f6900 docs/filters.rst --- 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: