Expand description
Document structure scanning processor.
Port of LaTeXML::Post::Scan.
Scans the document for structural elements (sections, figures, equations, etc.)
and records their IDs, labels, titles, and relationships in the ObjectDB.
This data is used by later processors (CrossRef, MakeIndex, etc.).
Structs§
- Scan
- Scan post-processor: collects structural information into ObjectDB.
Functions§
- bibitem_
tag_ props - Read a
<ltx:bibitem>’s<ltx:tags>/<ltx:tag role="…">children into the ObjectDB props CrossRef’s fill phase (make_bibcite) reads:authors,fullauthors,year,number,refnum,title, pluskeytag(rolekey) andtypetag(rolebibtype). Port of PerlScan::bibitem_handler(Scan.pm L475-483). Shared byScan::bibitem_handler(the initial scan of authored\bibitems) andMakeBibliography’s rescan of the bibitems it generates from.bib/.bbl— the same values, from whichever pass first produced the formatted entry, so an author-year inline citation resolves to the SAME author-year label the References list shows.