comparison docs/details-algpseudocode.rst @ 144:b616f9645e37

More referencing with internal and external links
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 07 May 2026 12:21:53 +0200
parents 5df4403f9e18
children c4f6f5e771b0
comparison
equal deleted inserted replaced
143:6da3b9dd4294 144:b616f9645e37
37 37
38 **Default:** `None` (yields ``▷``) 38 **Default:** `None` (yields ``▷``)
39 39
40 The symbol to be printed as when starting comments with 40 The symbol to be printed as when starting comments with
41 ``\REMARK`` or ``\REM``. 41 ``\REMARK`` or ``\REM``.
42
43 To use a lexer with non-default options in `Sphinx`_ see section
44 :ref:`customized-sphinx-lexers`.
42 45
43 46
44 Comments 47 Comments
45 ======== 48 ========
46 49
270 \text{• \\ttx-NON-EXISTING[∈_∌](p1, p2)} \ttx-NON_EXISTING[∈_∌](p1, p2) 273 \text{• \\ttx-NON-EXISTING[∈_∌](p1, p2)} \ttx-NON_EXISTING[∈_∌](p1, p2)
271 274
272 .. note:: Explicit token types are **case-sensitive**. 275 .. note:: Explicit token types are **case-sensitive**.
273 276
274 277
278 .. _customized-sphinx-lexers:
279
275 Customized Lexers in Sphinx 280 Customized Lexers in Sphinx
276 =========================== 281 ===========================
277 282
278 Defining lexers with non-default options in Sphinx can be done in its 283 Defining lexers with non-default options in `Sphinx`_ can be done in its
279 configuration file :file:`conf.py`: 284 configuration file :file:`conf.py`:
280 285
281 .. code-block:: python 286 .. code-block:: python
282 287
283 from functools import partial 288 from functools import partial