summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-12linux/make_artifacts.sh: add diagnostics.John MacFarlane
2023-03-12Lua: allow to get the JSON encoding of log messagesAlbert Krewinkel
2023-03-12linux release builds: split build and package steps.John MacFarlane
2023-03-12linux/make_artifacts.sh: more changes for Cirrus.John MacFarlane
2023-03-11`linux/make_artifacts.sh`: create ARTIFACTS directory.John MacFarlane
2023-03-11Modify linux/make_artifacts.sh so it will work on cirrus.John MacFarlane
2023-03-11Cirrus: Add linux arm64 build.John MacFarlane
2023-03-11Cirrus: fix typo on artifact upload.John MacFarlane
2023-03-11Cirrus: Use fingerprint_keyJohn MacFarlane
2023-03-11Cirrus: fix path in zip command.John MacFarlane
2023-03-10More cirrus tweaks.John MacFarlane
2023-03-10Cirrus: increase timeout, add caching of cabal store.John MacFarlane
2023-03-10Add `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-10Cirrus: zip file so it can be uploaded as artifact.John MacFarlane
2023-03-10LaTeX writer: Add Chinese to Babel languages.John MacFarlane
2023-03-10Add diagnostics: make_macos_release.sh.John MacFarlane
2023-03-10cirrus: fix duplicate brew install.John MacFarlane
2023-03-10cirrus: fix brew install step.John MacFarlane
2023-03-10doc/lua-filters.md: improve docs for `pandoc.zip`.Albert Krewinkel
2023-03-10Fix cirrus syntax.John MacFarlane
2023-03-10Cirrus macos: change build to manual and upload artifacts.John MacFarlane
2023-03-10Factor 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-10Add .cirrus.yml.John MacFarlane
2023-03-08Improve flake.nix.John MacFarlane
2023-03-08Add flake.nix.John MacFarlane
2023-03-08Ms 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-08HTML 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-07ICML writer: fix images with data.John MacFarlane
The Contents element should be inside Properties. Closes #8675.
2023-03-06Fix background image in Beamer when there are figure environments (#8671)Martín Pozo
2023-03-05Bump 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-05Update AUTHORS.md.John MacFarlane
2023-03-05Regenerate README.mdJohn MacFarlane
2023-03-05CHange manual date and regenerate man page.John MacFarlane
2023-03-05Bump to 3.1.1 and update changelog.John MacFarlane
2023-03-05JATS reader: avoid generating duplicate figure captions.John MacFarlane
Closes #8669.
2023-03-05DocBook reader: parse `figure` as a Figure element in the AST.John MacFarlane
Closes #8668.
2023-03-05Windows CI: fix directory for global cabal store.John MacFarlane
2023-03-05Revert "Another attempt at fixing Windows CI caching."John MacFarlane
This reverts commit 4345350038609e4b47270dcb73c1bc6dcb3dfd60.
2023-03-05Another attempt at fixing Windows CI caching.John MacFarlane
We use setup-haskell, which defines cabal-store as one of its outputs.
2023-03-04CI: Use full windows path for cabal store.John MacFarlane
2023-03-04Another attempt to fix windows CI caching.John MacFarlane
2023-03-04Fix nix CI.John MacFarlane
2023-03-04Remove obsolete commonmark-extensions stanza from cabal.project.John MacFarlane
2023-03-04Add linux-nix-cabal CI.John MacFarlane
2023-03-04Update changelog.John MacFarlane
2023-03-04Use commonmark-extensions-0.2.3.4John MacFarlane
2023-03-04Another try at fixing Windows CI caching.John MacFarlane
2023-03-04stack.yaml - add zip-archive dependency.John MacFarlane
2023-03-03Use latest zip-archive.John MacFarlane
2023-03-03Added to shell.nixJohn MacFarlane