aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-05Whitespace cleanup.John MacFarlane
2024-01-04OPML writer: respect `--wrap` options & `--columns` in contents of notes.John MacFarlane
2024-01-04PDF: expand list of environment variables to display in verbose output.John MacFarlane
2023-12-30Add command test for #9293.John MacFarlane
2023-12-30MediaWiki reader: handle multiline math in list items.John MacFarlane
2023-12-26Add some explicit imports...John MacFarlane
2023-12-26fix(docx): support absolute header/footer pathsEdwin Török
2023-12-26ODT/opendocument writers: properly handle highlighting styles.John MacFarlane
2023-12-24T.P.PDF: Ensure that we find all the LaTeX warnings requiring rerun.John MacFarlane
2023-12-22T.P.Chunks: Fine tune `makeChunks`.John MacFarlane
2023-12-22Markdown writer: add table identifier at end of caption if present.John MacFarlane
2023-12-20Org reader: parse caption and label for grid tables.John MacFarlane
2023-12-19fix(docx): sort inline elements in schema orderEdwin Török
2023-12-18LaTeX writer: omit superfluous page locator label...John MacFarlane
2023-12-18Docx reader: fix HYPERLINK with only switch and no argument.John MacFarlane
2023-12-18fix(docx): fix validation error on endnotePrEdwin Török
2023-12-18fix(docx): fix validation error on w:tblHeaderEdwin Török
2023-12-18fix(docx): use left vs start consistentlyEdwin Török
2023-12-18fix(docx): fix validation error on inline w:i/w:iCs orderEdwin Török
2023-12-18fix(docx): fix OOXMLValidator error on KeywordTok outputEdwin Török
2023-12-18fix(docx): fix validation error on w:annotationRefEdwin Török
2023-12-18fix(docx): fix validation error in w:nsidEdwin Török
2023-12-18Docx writer: fixed validation errors in tables.John MacFarlane
2023-12-18Docx writer: fix validation error.John MacFarlane
2023-12-17Docx writer: ensure that elements in settings are ordered correctly.John MacFarlane
2023-12-17Docx writer: don't emit empty rows.John MacFarlane
2023-12-15Logging: add MakePDFWarning constructor to LogMessage.John MacFarlane
2023-12-15Logging: add MakePDFInfo constructor to LogMessage.John MacFarlane
2023-12-15PDF: Refactored PDF generation via LaTeX.John MacFarlane
2023-12-15Text.Pandoc.PDF: parse logs to determine whether additional runs needed.John MacFarlane
2023-12-14Typst writer: emit `;` after typst code...John MacFarlane
2023-12-11Whitespace fix.John MacFarlane
2023-12-11Typst reader: don't include metadata from document element.John MacFarlane
2023-12-10Typst reader: parse metadata from document element.John MacFarlane
2023-12-10Typst reader: add state fields for metadata.John MacFarlane
2023-12-10Typst reader: support sys.version.John MacFarlane
2023-12-10LaTeX writer: Add performance optimization to #9168.John MacFarlane
2023-12-10LaTeX writer: fix bug with big footnotes inside emphasis (#9168)Hikaru Ibayashi
2023-12-09Typst writer: use quote for block quotes.John MacFarlane
2023-12-09Typst reader: allow @refs to become citations...John MacFarlane
2023-12-09Typst reader: collapse adjacent cite elements.John MacFarlane
2023-12-09Typst reader: fix temporary regression in cite.John MacFarlane
2023-12-09Typst writer: handle supplements in cite.John MacFarlane
2023-12-08Typst reader: change cite (only one key allowed, a label).John MacFarlane
2023-12-08Typst reader: support quote element. (typst 0.9)John MacFarlane
2023-12-08Docx writer: Use different style for block quotes in notes.John MacFarlane
2023-12-08Docx writer: allow embedded fonts to be used in reference.docx.John MacFarlane
2023-12-07Typst writer/template: support `--toc-depth` as in other writers.John MacFarlane
2023-12-06Revert "Use base64 instead of base64-bytestring."John MacFarlane
2023-12-05Fine-tuning on alerts.John MacFarlane