aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
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
2023-12-04Add `alerts` extension.John MacFarlane
2023-12-04HTML5 writer footnote changes (aria-role, element type).John MacFarlane
2023-12-04Typst writer: put inline image dimensions on enclosing box, not image.John MacFarlane
2023-11-29LaTeX reader: handle otherlanguage environment...John MacFarlane
2023-11-29Docx reader: unwrap content of shaped textboxes...Stephan Meijer
2023-11-28Docx reader: Improve handling of w:sym.John MacFarlane
2023-11-28Correct comment.John MacFarlane
2023-11-25SelfContained: improve treatment of embedded SVGs.John MacFarlane
2023-11-25Shared.renderTags': use minimized tag for rect.John MacFarlane
2023-11-25Shared.renderTags': allow svg path element to be minimized.John MacFarlane
2023-11-22LaTeX writer: handle identifiers inside heading contents.John MacFarlane
2023-11-19Man reader: properly handle `.sp` macro inside lists and block quotes.John MacFarlane
2023-11-17LaTeX reader: fix theorem label parsing (#9198)Hikaru Ibayashi
2023-11-17Ensure we use .svg not .svgz as extension for image/svg+xml mime type.John MacFarlane
2023-11-17T.P.Class.IO.openURL improvements for data uris.John MacFarlane
2023-11-15Typst writer: better handling of tables with captions.John MacFarlane
2023-11-15HTML reader: Fix handling of invalidly nested sublists.John MacFarlane
2023-11-15Markdown reader: don't change newlines to spaces in math.John MacFarlane
2023-11-14Update typst writer to typst 0.9 citation format.John MacFarlane
2023-11-13MediaWiki reader: allow attribute keys with hyphens.John MacFarlane
2023-11-06ODT reader: Support attr `text:continue-numbering` (#8998)Stephan Meijer
2023-11-05Markdown reader: make attributes work with reference links.John MacFarlane
2023-11-05T.P.Shared: export `combineAttr`.John MacFarlane
2023-11-04JATS writer: handle case where there is material after refs div.John MacFarlane
2023-11-03LaTeX template: include bookmark package unconditionally.John MacFarlane
2023-11-02T.P.RoffChar: escape `-` as `\-`.John MacFarlane