Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
annotate docs/_latex/intro-latex.rst @ 258:e03e8cfdcece
Make the TokenReplaceFilter more flexible by allowing a replacement map
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 17 May 2026 16:08:34 +0200 |
| parents | 8825282f6900 |
| children | 2e78e255b54e |
| rev | line source |
|---|---|
|
171
4b87a9ecffdd
The first somewhat useable version of documentation in PDF.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*- |
|
4b87a9ecffdd
The first somewhat useable version of documentation in PDF.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 |
|
4b87a9ecffdd
The first somewhat useable version of documentation in PDF.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 ************** |
|
4b87a9ecffdd
The first somewhat useable version of documentation in PDF.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 Introduction |
|
4b87a9ecffdd
The first somewhat useable version of documentation in PDF.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 ************** |
|
4b87a9ecffdd
The first somewhat useable version of documentation in PDF.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
6 |
| 184 | 7 Metadata |
| 8 ======== | |
| 9 | |
|
182
b0426a788cf5
Move all LaTex specific files to the _latex subfolder
Franz Glasner <fzglas.hg@dom66.de>
parents:
171
diff
changeset
|
10 .. include:: ../../README.rst |
|
171
4b87a9ecffdd
The first somewhat useable version of documentation in PDF.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
11 :start-line: 5 |
| 184 | 12 :end-before: This package |
| 13 | |
| 14 | |
| 15 Content | |
| 16 ======= | |
| 17 | |
| 18 This package contains `Pygments`_ lexers for some basic pseudocode. | |
| 19 | |
| 20 Initially a fork of `pygments-lexer-pseudocode` it has been considerably | |
| 21 changed and expanded. | |
| 22 | |
| 23 It now contains the following lexers: | |
| 24 | |
|
190
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
25 .. raw:: latex |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
26 |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
27 {\footnotesize |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
28 |
| 184 | 29 .. include:: ../lexerlist.rst |
| 30 | |
|
190
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
31 .. raw:: latex |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
32 |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
33 } |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
34 |
| 184 | 35 It additionally contains the following filters: |
| 36 | |
|
190
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
37 .. raw:: latex |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
38 |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
39 {\footnotesize |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
40 |
| 184 | 41 .. include:: ../filterlist.rst |
| 42 | |
|
190
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
43 .. raw:: latex |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
44 |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
45 } |
|
8825282f6900
Select a smaller font size for all lexer and filter tables in the PDF output.
Franz Glasner <fzglas.hg@dom66.de>
parents:
184
diff
changeset
|
46 |
| 184 | 47 .. include:: ../../README.rst |
| 48 :start-after: .. content-pdf |
