From: Günter M. <mi...@us...> - 2023-06-29 12:48:34
|
- **status**: open --> closed-out-of-date - **Group**: --> None - **Comment**: Thank you for the patch set and comprehensive explanations. It is obsoleted by [r7256] from 2011-12-15 which did "drop latex2e exception: Record only files required to generate the LaTeX source." Regarding the "source" and "line" arguments for inline nodes, the decision was taken to keep it simple : * ``utils.get_source_line(node)`` now returns the values for parent nodes if a node has no source and line attributes. * The source can only change in block elements (as "include" does not work inline). * Docutils reports errors only with the start-line of the releavant block element. --- **[patches:#67] latex2e: recorddeps to images rel to CWD (+ lots of fixes)** **Status:** closed-out-of-date **Group:** None **Created:** Mon Mar 01, 2010 05:02 PM UTC by Kirill Smelkov **Last Updated:** Mon Mar 01, 2010 05:06 PM UTC **Owner:** nobody Subject: \[PATCH 1/8\] Node.copy: don't forget to also setup .document/.source/.line in duplicate Spot this by debugging Substitute transformation which does .deepcopy\(\) to substitute definitions. This will be needed in the next patch, where I'll be teaching Inliner to propagate .line for \`inline' elements. \--- docutils/docutils/nodes.py | 23 +++++++++++++++++++---- 1 files changed, 19 insertions\(+\), 4 deletions\(-\) --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/patches/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |