Reference

Published

June 17, 2024

Exported functions

formatpage

Format a plain-text edition of manuscript page pg using the supplied data for text corpus, commentary relations, and DSE indexing. If md is true, include markdown formatting.

formatpage(pg, msurn, dse, corpus, commentary; md, grouping)

Parse a given release of the HMT archive or download the current published release of the archive, and format a plain-text edition of the manuscript page identified by URN pgurn. If md is true, include markdown formatting.

formatpage(pgurn; cex, md, grouping)

formatpages

Format a plain-text edition of manuscript page pg using the supplied data for text corpus, commentary relations, and DSE indexing. If md is true, include markdown formatting.

formatpage(pg, msurn, dse, corpus, commentary; md, grouping)

Parse a given release of the HMT archive or download the current published release of the archive, and format a plain-text edition of the manuscript page identified by URN pgurn. If md is true, include markdown formatting.

formatpage(pgurn; cex, md, grouping)

formatms

Format a plain-text edition of texts in manuscript ms using supplied data. If md is true, include markdown formatting.

formatms(ms, dse, corpus, commentary; md)

Format a plain-text edition of texts in manuscript ms using the current published release of the HMT archive. If md is true, include markdown formatting.

formatms(ms; dse, corpus, commentary, md, grouping)