| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-12 | linux/make_artifacts.sh: add diagnostics. | John MacFarlane | |
| 2023-03-12 | Lua: allow to get the JSON encoding of log messages | Albert Krewinkel | |
| 2023-03-12 | linux release builds: split build and package steps. | John MacFarlane | |
| 2023-03-12 | linux/make_artifacts.sh: more changes for Cirrus. | John MacFarlane | |
| 2023-03-11 | `linux/make_artifacts.sh`: create ARTIFACTS directory. | John MacFarlane | |
| 2023-03-11 | Modify linux/make_artifacts.sh so it will work on cirrus. | John MacFarlane | |
| 2023-03-11 | Cirrus: Add linux arm64 build. | John MacFarlane | |
| 2023-03-11 | Cirrus: fix typo on artifact upload. | John MacFarlane | |
| 2023-03-11 | Cirrus: Use fingerprint_key | John MacFarlane | |
| 2023-03-11 | Cirrus: fix path in zip command. | John MacFarlane | |
| 2023-03-10 | More cirrus tweaks. | John MacFarlane | |
| 2023-03-10 | Cirrus: increase timeout, add caching of cabal store. | John MacFarlane | |
| 2023-03-10 | Add `babelfonts` variable to default LaTeX template. | John MacFarlane | |
| This allows specifying certain fonts to be used with certain babel languages. Thanks to Frederik Elwert. | |||
| 2023-03-10 | Cirrus: zip file so it can be uploaded as artifact. | John MacFarlane | |
| 2023-03-10 | LaTeX writer: Add Chinese to Babel languages. | John MacFarlane | |
| 2023-03-10 | Add diagnostics: make_macos_release.sh. | John MacFarlane | |
| 2023-03-10 | cirrus: fix duplicate brew install. | John MacFarlane | |
| 2023-03-10 | cirrus: fix brew install step. | John MacFarlane | |
| 2023-03-10 | doc/lua-filters.md: improve docs for `pandoc.zip`. | Albert Krewinkel | |
| 2023-03-10 | Fix cirrus syntax. | John MacFarlane | |
| 2023-03-10 | Cirrus macos: change build to manual and upload artifacts. | John MacFarlane | |
| 2023-03-10 | Factor out make_macos_release.sh from the release candidate workflow. | John MacFarlane | |
| Also use cabal instead of stack to build the macos binary. | |||
| 2023-03-10 | Add .cirrus.yml. | John MacFarlane | |
| 2023-03-08 | Improve flake.nix. | John MacFarlane | |
| 2023-03-08 | Add flake.nix. | John MacFarlane | |
| 2023-03-08 | Ms writer: fix handling of Figure. | John MacFarlane | |
| The Ms writer was never updated to handle the new Figure element now produced by the markdown reader. See #8660. | |||
| 2023-03-08 | HTML writer: Use different structure for epub footnotes. (#8676) | John MacFarlane | |
| Many EPUB readers are thrown off by pandoc's current footnote output. Both the ol and the fact that the footnote backlink is at the end of the note seem to pose problems. With this commit, we now create a list of aside (or div) elements, instead of an ordered list. Each element begins with a note number that is linked back to the note reference. (So, the backlink occurs at the beginning rather than the end.) References: - https://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines.pdf - http://kb.daisy.org/publishing/docs/html/notes.html See #8672, closes #5583. Thanks to @Porges and @lewer. | |||
| 2023-03-07 | ICML writer: fix images with data. | John MacFarlane | |
| The Contents element should be inside Properties. Closes #8675. | |||
| 2023-03-06 | Fix background image in Beamer when there are figure environments (#8671) | MartÃn Pozo | |
| 2023-03-05 | Bump cachix/install-nix-action from 19 to 20 (#8670) | dependabot[bot] | |
| Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v19...v20) --- 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-03-05 | Update AUTHORS.md. | John MacFarlane | |
| 2023-03-05 | Regenerate README.md | John MacFarlane | |
| 2023-03-05 | CHange manual date and regenerate man page. | John MacFarlane | |
| 2023-03-05 | Bump to 3.1.1 and update changelog. | John MacFarlane | |
| 2023-03-05 | JATS reader: avoid generating duplicate figure captions. | John MacFarlane | |
| Closes #8669. | |||
| 2023-03-05 | DocBook reader: parse `figure` as a Figure element in the AST. | John MacFarlane | |
| Closes #8668. | |||
| 2023-03-05 | Windows CI: fix directory for global cabal store. | John MacFarlane | |
| 2023-03-05 | Revert "Another attempt at fixing Windows CI caching." | John MacFarlane | |
| This reverts commit 4345350038609e4b47270dcb73c1bc6dcb3dfd60. | |||
| 2023-03-05 | Another attempt at fixing Windows CI caching. | John MacFarlane | |
| We use setup-haskell, which defines cabal-store as one of its outputs. | |||
| 2023-03-04 | CI: Use full windows path for cabal store. | John MacFarlane | |
| 2023-03-04 | Another attempt to fix windows CI caching. | John MacFarlane | |
| 2023-03-04 | Fix nix CI. | John MacFarlane | |
| 2023-03-04 | Remove obsolete commonmark-extensions stanza from cabal.project. | John MacFarlane | |
| 2023-03-04 | Add linux-nix-cabal CI. | John MacFarlane | |
| 2023-03-04 | Update changelog. | John MacFarlane | |
| 2023-03-04 | Use commonmark-extensions-0.2.3.4 | John MacFarlane | |
| 2023-03-04 | Another try at fixing Windows CI caching. | John MacFarlane | |
| 2023-03-04 | stack.yaml - add zip-archive dependency. | John MacFarlane | |
| 2023-03-03 | Use latest zip-archive. | John MacFarlane | |
| 2023-03-03 | Added to shell.nix | John MacFarlane | |
