class PdfEndThreadWhatsitNode
\pdfendthread (v, m)
This ends an article thread started before by \pdfstartthread
.
Example:
assert.node_type("whatsit", "pdf_end_thread", {
id = "whatsit (8)",
subtype = "pdf_end_thread (26)",
fields = { "prev (-1)", "next (0)", "id (1)", "subtype (2)", "attr (3)" },
})
Reference:
- Corresponding C source code: texnodes.c#L1145-L1146
- Hàn Thế Thành and others. The pdfTEX user manual, pdfTEX 1.40.27, February 12, 2025, page 51 pdftex-a.pdf
😱 Types incomplete or incorrect? 🙏 Please contribute!
fields
PdfEndThreadWhatsitNode.attr
PdfEndThreadWhatsitNode.attr : Node {
next: Node?,
prev: Node?,
id: integer,
subtype: integer,
head: Node?,
attr: Node,
}
A list of attributes.