| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-18 | Powerpoint writer: fix a corruption error... | John MacFarlane | |
| caused when the document used both a regular png and a png in a data URI. (Similarly for any other image format.) The problem was that duplicate entries in `[Content Types].xml` were being created, one for the mime type `image/png`, one for `image/png;base64`. Closes #9113. | |||
| 2023-10-17 | LaTeX writer: fix rowspans in tables... | John MacFarlane | |
| ...so they use the width of the column (`=` as the width parameter). Closes #9140. | |||
| 2023-10-17 | LaTeX writer: don't treat table as "simple" if they have col widths. | John MacFarlane | |
| This should help fix a problem wherein some grid tables with colspans were overly wide. See #9140. The example given there still produces suboptimal output (overlapping text), so not closing yet. | |||
| 2023-10-17 | JATS reader: fix handling of alt-text (#9134) | Julia Diaz | |
| Previously we were looking for an attribute that doesn't exist in JATS; alt-text is provided by a child element. Closes #9130. | |||
| 2023-10-16 | Typst writer: escape `(`. | John MacFarlane | |
| If it occurs in certain contexts, it can be parsed as function application. Simplest thing to do is to escape it always. Closes #9137. | |||
| 2023-10-16 | remove duplicates for Ext_raw_html and Ext_pipe_tables | Tim Stewart | |
| 2023-10-16 | Handle empty cells correctly in creole reader. Fixes #9141 | Sascha Wilde | |
| 2023-10-12 | Typst writer: don't allow long heading to wrap. | John MacFarlane | |
| Closes #9132. | |||
| 2023-10-08 | Fix incorrect abbreviation for astronomical unit (#9125) | Michael McClurg | |
| 2023-10-05 | Man writer: Fix some spacing issues around links. | John MacFarlane | |
| See #9120. We need to use `\c` before a `.UR` or `.MT`, to avoid an extra space, and also after. To ensure that a space at the beginning of the following line doesn't get swallowed up, we escape it with `\`. | |||
| 2023-10-05 | T.P.Shared.splitSentences: don't split after initials. | John MacFarlane | |
| This improves the man and ms writer output, preventing sentence breaks after initials. | |||
| 2023-10-04 | Man writer: use UR, MT macros for URLs, emails. | John MacFarlane | |
| Closes #9120. | |||
| 2023-10-04 | MANUAL: Clarify that formatting can't cross line boundaries... | John MacFarlane | |
| in line blocks. Closes #9119. | |||
| 2023-10-03 | Markdown reader: Don't apply `--default-image-extension` to data URIs. | John MacFarlane | |
| Closes #9118. | |||
| 2023-10-01 | Fix legacy option for citation (#9114) | 3w36zj6 | |
| Closes #8737. | |||
| 2023-10-01 | Update et translation | priiduonu | |
| 2023-09-29 | Check if supplied FORMAT matches with an HTML slide deck value. Return True ↵ | James J Balamuta | |
| for isRawHtml. | |||
| 2023-09-29 | Updated Norwegian language translation files | Stephan Daus | |
| 1) Renamed no.yaml (macrolanguage Norwegian) to nb.yaml (Norwegian Bokmål) 2) Created soft symbolic link from no.yaml pointing to nb.yaml. | |||
| 2023-09-28 | stack.yaml: require lpeg-1.1.0 | Albert Krewinkel | |
| 2023-09-27 | Lua: Use the newest LPeg version (lpeg-1.1.*) | Albert Krewinkel | |
| Closes: #9107 | |||
| 2023-09-23 | Apply style to h6 | samuel-weinhardt | |
| 2023-09-23 | Format styles | samuel-weinhardt | |
| 2023-09-23 | Combine identical styles under shared selectors | samuel-weinhardt | |
| 2023-09-21 | JATS writer: fix 3.1.4 regression in handling block-level metadata. | John MacFarlane | |
| Closes #9092. | |||
| 2023-09-20 | T.P.Shared: add addPandocAttributes function. | John MacFarlane | |
| [API change] This is meant to simplify addition of attributes to Pandoc elements; for elements that don't have a slot for attributes, an enclosing Div or Span is added to hold the attributes. Ideally this would live in pandoc-types, but for now we reuse some code from commonmark-pandoc. | |||
| 2023-09-18 | Fix uneven indents in LaTeX line block output. | John MacFarlane | |
| Closes #9088. | |||
| 2023-09-16 | HTML reader: parse task lists using input elements (#9066) | Seth Speaks | |
| Allow the HTML reader to parse task lists of the sort produced by pandoc. Closes #9047 | |||
| 2023-09-16 | update nix flake with deps | piq9117 | |
| 2023-09-14 | Markdown reader: More accurate check that a normalCite... | John MacFarlane | |
| ...is not a link, bracketed span, or reference. See #9080. | |||
| 2023-09-14 | Ms writer: improvements in image handling. | John MacFarlane | |
| See #4475. + PDFPIC is now used for PDF images in figures. + Inline images that are postscript or PDF are rendered using PSPIC or PDFPIC. This isn't ideal, because they will still be rendered as if in a separate paragraph, but it's probably better than just printing the image name. + Units are included in height. For further improvement, we might consider in Text.Pandoc.PDF using something like `convertImages` (which we currently use for converting to PDF via LaTeX) to convert SVG (and other?) images to PDF so they can be rendered in this way. | |||
| 2023-09-13 | stack.yaml - add commonmark-extensions. | John MacFarlane | |
| 2023-09-13 | Use latest texmath. | John MacFarlane | |
| This should improve math in powerpoint, fixing empty boxes around roots in some cases. | |||
| 2023-09-13 | Require latest commonmark-extensions | John MacFarlane | |
| 2023-09-10 | LaTeX template: fix \CSLBlock vertical space | John Purnell | |
| 2023-09-10 | Switch to actions/checkout@v4. | John MacFarlane | |
| 2023-09-10 | Bump cachix/install-nix-action from 22 to 23 (#9074) | dependabot[bot] | |
| Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2023-09-10 | Allow tasty 1.5. | John MacFarlane | |
| 2023-09-10 | Fix changelog indentation. | John MacFarlane | |
| 2023-09-09 | Update man page with correct version. | John MacFarlane | |
| 2023-09-09 | Update AUTHORS.md | John MacFarlane | |
| 2023-09-08 | Bump to 3.1.8. | John MacFarlane | |
| 2023-09-08 | Update manual and changelog. | John MacFarlane | |
| 2023-09-08 | Remove extra tls in stack.yaml. | John MacFarlane | |
| 2023-09-08 | Update tls version in stack.yaml. | John MacFarlane | |
| 2023-09-08 | Depend on released texmath 0.12.8.2. | John MacFarlane | |
| 2023-09-07 | Update default.csl to latest chicago-author-date.csl. | John MacFarlane | |
| 2023-09-07 | LaTeX template: remove space around `\strut` in CSL commands. | John MacFarlane | |
| See #9058. | |||
| 2023-09-07 | Fix typo in latex template. | John MacFarlane | |
| 2023-09-07 | HTML writer: Fix CSL entry-spacing default. | John MacFarlane | |
| See #9058. | |||
| 2023-09-07 | Fix default citeproc entry-spacing. | John MacFarlane | |
| According to the CSL manual, the default entry spacing is 1. We were treating it as 0. T.P.Citeproc: always include an entry-spacing attribute in the Div if the bibliography element contains an entry-spacing attribute (previously we omitted it when it was 0). LaTeX writer: use entry spacing 1 if no entry-spacing attribute is present. Update tests. See #9058. | |||
