|
From: Günter M. <mi...@us...> - 2025-09-18 07:44:00
|
- **Comment**: Fixed in [Docutils 0.22.1](https://pypi.org/project/docutils/0.22.1/). --- **[bugs:#503] LaTeX writer fails to generate "labels" for some elements with "ids".** **Status:** open-fixed **Created:** Wed Jun 04, 2025 04:34 PM UTC by Günter Milde **Last Updated:** Thu Aug 21, 2025 04:24 PM UTC **Owner:** nobody Most doctree elements (nodes) accept the "ids" attribute that can be used as end-point for internal cross references. In LaTeX, "ids" are represented as "labels". This is only implemented for a small subset of elements. For example the internal hyperlink in ~~~ .. note:: :name: my-note This is an admonition with ID Link to my-note_. ~~~ does not work because there is no `\label{my-note}` in the LaTeX output. See also [Sphinx issue #13609](https://github.com/sphinx-doc/sphinx/issues/13609#issuecomment-2937289148). --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |