Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
graph
-
Change the error token filter examples: use a non-existing commandWed, 13 May 2026 14:55:30 +0200, by Franz Glasner
-
***** my-doc-fonts.sty v0.2Wed, 13 May 2026 14:35:43 +0200, by Franz Glasner
-
A new style "charter" for PDFs with "XCharter", "Lato" and "Inconsolata".Wed, 13 May 2026 14:34:39 +0200, by Franz Glasner
-
Refactor the PDF font style: select only the mono font by internal flagWed, 13 May 2026 13:56:29 +0200, by Franz Glasner
-
TypoWed, 13 May 2026 12:54:22 +0200, by Franz Glasner
-
WordingWed, 13 May 2026 12:47:06 +0200, by Franz Glasner
-
Use "Sonny" fncychap styleWed, 13 May 2026 12:46:52 +0200, by Franz Glasner
-
FIX: In the PDF output use "Contents" without trailing colonWed, 13 May 2026 12:45:55 +0200, by Franz Glasner
-
TypoWed, 13 May 2026 12:34:41 +0200, by Franz Glasner
-
Use "Source Serif/Sans/Code" as default now in PDFsWed, 13 May 2026 12:30:05 +0200, by Franz Glasner
-
A new PDF style using "Spectral" with Source Sans/CodeWed, 13 May 2026 12:08:21 +0200, by Franz Glasner
-
Wording in docsWed, 13 May 2026 12:01:36 +0200, by Franz Glasner
-
FIX: SyntaxWed, 13 May 2026 11:54:49 +0200, by Franz Glasner
-
FIX: Typo in "recognize"Wed, 13 May 2026 11:38:32 +0200, by Franz Glasner
-
FIX: duplicate wordWed, 13 May 2026 11:34:44 +0200, by Franz Glasner
-
Also make a PDF style variant using Adobe Source Serif/Sans/Code ProWed, 13 May 2026 09:48:52 +0200, by Franz Glasner
-
Select a smaller font size for all lexer and filter tables in the PDF output.Wed, 13 May 2026 09:47:12 +0200, by Franz Glasner
-
FIX: Reset defaultfontfeatures because plex-otf.sty doesn't do it internallyWed, 13 May 2026 09:00:57 +0200, by Franz Glasner
-
FIX: Name of PDF outputWed, 13 May 2026 01:12:48 +0200, by Franz Glasner
-
Also link to exampled from the PDF properlyTue, 12 May 2026 21:07:42 +0200, by Franz Glasner
-
Link to some source code of example pseudocode filesTue, 12 May 2026 20:22:47 +0200, by Franz Glasner
-
Allow to build the documentation when the project is not installedTue, 12 May 2026 19:43:48 +0200, by Franz Glasner
-
Optimize PDF content.Tue, 12 May 2026 15:54:07 +0200, by Franz Glasner
-
More comments on the needed Sphinx versionTue, 12 May 2026 15:15:10 +0200, by Franz Glasner
-
Move all LaTex specific files to the _latex subfolderTue, 12 May 2026 15:12:42 +0200, by Franz Glasner
-
A style file for (Lua)LaTeX that loads the required fonts.Tue, 12 May 2026 14:58:14 +0200, by Franz Glasner
-
FIX: Consistent rendering of lexer or filter optionsTue, 12 May 2026 13:48:00 +0200, by Franz Glasner
-
FIX: Wording in README: filters are registered automatically alsoTue, 12 May 2026 11:57:49 +0200, by Franz Glasner
-
Make targets: "docs" -> "doc"Tue, 12 May 2026 09:46:05 +0200, by Franz Glasner
-
Refactor make targets because of PDF generationMon, 11 May 2026 16:16:51 +0200, by Franz Glasner
-
FIX: Do not use IBM Plex Mono but DejaVu Sans Mono because it has all needed symbolsMon, 11 May 2026 16:06:14 +0200, by Franz Glasner
-
Remove unneeded reference targetMon, 11 May 2026 15:49:21 +0200, by Franz Glasner
-
FIX: WordingMon, 11 May 2026 15:49:03 +0200, by Franz Glasner
-
Scale IBM Plex to 0.92 by defaultMon, 11 May 2026 15:08:19 +0200, by Franz Glasner
-
Docs formattingMon, 11 May 2026 14:49:52 +0200, by Franz Glasner
-
The first somewhat useable version of documentation in PDF.Mon, 11 May 2026 14:38:59 +0200, by Franz Glasner
-
Do not justify the documentation output.Mon, 11 May 2026 10:52:43 +0200, by Franz Glasner
-
Much more details and refinements in the docsMon, 11 May 2026 10:39:39 +0200, by Franz Glasner
-
REFACTOR: All documentation pages refactored: merge intro and details for lexers and filtersMon, 11 May 2026 01:31:12 +0200, by Franz Glasner
-
More static and/or dynamic metadata into README and project's init: release date, revision.Sun, 10 May 2026 15:27:18 +0200, by Franz Glasner
-
Also implement filters to replace tokens in a token stream: TokenReplaceFilter and ErrorToGenericErrorTokenFilterFri, 08 May 2026 23:54:06 +0200, by Franz Glasner
-
Markup of Python objects in docsFri, 08 May 2026 23:50:24 +0200, by Franz Glasner
-
Move all lexers into a subpackage pygments_lexer_pseudocode2.lexers.Fri, 08 May 2026 21:19:54 +0200, by Franz Glasner
-
WordingFri, 08 May 2026 19:49:08 +0200, by Franz Glasner
-
Yield lone backslash characters in expressions that not really escape anything as "Generic.Error" now.Fri, 08 May 2026 17:58:50 +0200, by Franz Glasner
-
StyleFri, 08 May 2026 17:57:56 +0200, by Franz Glasner
-
Implement lexer option "prohibit_raiseonerror_filter".Fri, 08 May 2026 17:46:28 +0200, by Franz Glasner
-
Handle runs of dots in expressions (., .., ..., ...., ...)Fri, 08 May 2026 17:13:26 +0200, by Franz Glasner
-
Document the default filter "raiseonerror" that is applied by Sphinx by default for lexersFri, 08 May 2026 16:44:30 +0200, by Franz Glasner
-
Disable a default domain when generating the docsFri, 08 May 2026 16:36:11 +0200, by Franz Glasner
-
Explicitely call all markup with the domainFri, 08 May 2026 16:34:24 +0200, by Franz Glasner
-
Document why Sphinx>=2.1 is neededFri, 08 May 2026 16:33:11 +0200, by Franz Glasner
-
Link to the details page for AlgPseudocodeFri, 08 May 2026 14:20:10 +0200, by Franz Glasner
-
Document an alternate variant to apply options to existing lexersThu, 07 May 2026 22:35:53 +0200, by Franz Glasner
-
FIX: Normalize reST for chapter in intro.rstThu, 07 May 2026 16:25:54 +0200, by Franz Glasner
-
Move all the example files to "examples/"Thu, 07 May 2026 16:12:15 +0200, by Franz Glasner
-
Much more details in the documentationThu, 07 May 2026 16:06:59 +0200, by Franz Glasner
-
Implement the "\NAME" command.Thu, 07 May 2026 15:49:13 +0200, by Franz Glasner
-
Docs: emphasize "value" more when describing explicit token typesThu, 07 May 2026 14:35:48 +0200, by Franz Glasner
-
Remove the Python "code-block" that has been used for development (comparison) reasonsThu, 07 May 2026 13:26:01 +0200, by Franz Glasner
