Commit Graph
16402 Commits
Author SHA1 Message Date
John MacFarlane 7c762a0c79 Cirrus: fix path in zip command. 2023-03-11 10:19:09 -08:00
John MacFarlane d490ee894d More cirrus tweaks. 2023-03-10 23:17:20 -08:00
John MacFarlane 588281ed5f Cirrus: increase timeout, add caching of cabal store. 2023-03-10 17:29:44 -08:00
John MacFarlane 9b04036f6b Add babelfonts variable to default LaTeX template.
This allows specifying certain fonts to be used with
certain babel languages.

Thanks to Frederik Elwert.
2023-03-10 14:19:02 -08:00
John MacFarlane 26f952f03d Cirrus: zip file so it can be uploaded as artifact. 2023-03-10 13:55:48 -08:00
John MacFarlane 5b78210ebe LaTeX writer: Add Chinese to Babel languages. 2023-03-10 13:52:12 -08:00
John MacFarlane 8c017174d4 Add diagnostics: make_macos_release.sh. 2023-03-10 12:46:50 -08:00
John MacFarlane ea7a4c74b7 cirrus: fix duplicate brew install. 2023-03-10 10:07:31 -08:00
John MacFarlane 81658b1da0 cirrus: fix brew install step. 2023-03-10 10:04:31 -08:00
Albert Krewinkel a496a3409f doc/lua-filters.md: improve docs for pandoc.zip. 2023-03-10 18:40:26 +01:00
John MacFarlane 7e80a46628 Fix cirrus syntax. 2023-03-10 09:31:42 -08:00
John MacFarlane ffb1e73356 Cirrus macos: change build to manual and upload artifacts. 2023-03-10 09:24:11 -08:00
John MacFarlane 1cd5829a0c Factor out make_macos_release.sh from the release candidate workflow.
Also use cabal instead of stack to build the macos binary.
2023-03-10 09:23:16 -08:00
John MacFarlane 9c39a66c38 Add .cirrus.yml. 2023-03-10 08:48:38 -08:00
John MacFarlane b8ce955e67 Improve flake.nix. 2023-03-08 21:38:20 -08:00
John MacFarlane c879fed90c Add flake.nix. 2023-03-08 11:15:17 -08:00
John MacFarlane 1643225cdd Ms writer: fix handling of Figure.
The Ms writer was never updated to handle the new
Figure element now produced by the markdown reader.

See #8660.
2023-03-08 09:24:13 -08:00
John MacFarlane 92b3179e49 HTML writer: Use different structure for epub footnotes. (#8676)
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-08 09:21:43 -08:00
John MacFarlane dd50fef01f ICML writer: fix images with data.
The Contents element should be inside Properties.  Closes #8675.
2023-03-07 17:04:58 -08:00
Martín Pozo 5f82c4fd10 Fix background image in Beamer when there are figure environments (#8671) 2023-03-06 08:42:59 -08:00
dependabot[bot] 0fa0097a82 Bump cachix/install-nix-action from 19 to 20 (#8670)
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 19:22:17 -08:00
John MacFarlane 6bc8fa67a4 Update AUTHORS.md. 3.1.1 2023-03-05 13:40:40 -08:00
John MacFarlane 9b994cf71d Regenerate README.md 2023-03-05 13:38:06 -08:00
John MacFarlane 8a1c8287f3 CHange manual date and regenerate man page. 2023-03-05 13:37:07 -08:00
John MacFarlane 614118b8b3 Bump to 3.1.1 and update changelog. 2023-03-05 13:33:18 -08:00
John MacFarlane 118dd92232 JATS reader: avoid generating duplicate figure captions.
Closes #8669.
2023-03-05 12:44:44 -08:00
John MacFarlane 2dd645e26e DocBook reader: parse figure as a Figure element in the AST.
Closes #8668.
2023-03-05 12:23:32 -08:00
John MacFarlane c5f791b737 Windows CI: fix directory for global cabal store. 2023-03-05 10:44:51 -08:00
John MacFarlane 2b5385922f Revert "Another attempt at fixing Windows CI caching."
This reverts commit 4345350038.
2023-03-05 10:28:02 -08:00
John MacFarlane 4345350038 Another attempt at fixing Windows CI caching.
We use setup-haskell, which defines cabal-store as one of its outputs.
2023-03-05 10:17:09 -08:00
John MacFarlane 32f0b1da90 CI: Use full windows path for cabal store. 2023-03-04 11:47:39 -08:00
John MacFarlane 572f3259a9 Another attempt to fix windows CI caching. 2023-03-04 11:05:54 -08:00
John MacFarlane 8701da67be Fix nix CI. 2023-03-04 10:58:39 -08:00
John MacFarlane 7ad66b58ef Remove obsolete commonmark-extensions stanza from cabal.project. 2023-03-04 10:54:16 -08:00
John MacFarlane 04b55dd926 Add linux-nix-cabal CI. 2023-03-04 10:50:19 -08:00
John MacFarlane 8d07cc5aac Update changelog. 2023-03-04 10:41:23 -08:00
John MacFarlane d973804123 Use commonmark-extensions-0.2.3.4 2023-03-04 10:23:21 -08:00
John MacFarlane bdb65152e7 Another try at fixing Windows CI caching. 2023-03-04 10:17:52 -08:00
John MacFarlane 6feeb0fe37 stack.yaml - add zip-archive dependency. 2023-03-04 10:05:29 -08:00
John MacFarlane b40001e38c Use latest zip-archive. 2023-03-03 23:00:28 -08:00
John MacFarlane fda367ce59 Added to shell.nix 2023-03-03 21:57:25 -08:00
John MacFarlane 8898c5336d Asciidoc writer: Properly escape | in table cells.
Closes #8665.
2023-03-03 18:14:06 -08:00
John MacFarlane becabf5d68 Revise documentation for --mathml
to reflect support in all major browsers.

Closes #8667.
2023-03-03 12:06:52 -08:00
John MacFarlane 07de443c6e Another attempt to fix windows CI caching. 2023-03-02 13:41:53 -08:00
John MacFarlane 7446044ec4 Try to fix cabal global store caching on Windows CI. 2023-03-02 10:17:34 -08:00
John MacFarlane 19e4adaeb5 EPUB reader: Give additional information in error...
if the epub zip container can't be unpacked.

See #8663.
2023-03-02 08:24:00 -08:00
John MacFarlane 52ef7cac7c Fix shadowing from last commit. 2023-03-01 10:48:04 -08:00
John MacFarlane 6b906879af Make sure TSV reader doesn't gobble tabs as whitespace.
Closes #8661.
2023-03-01 09:25:31 -08:00
Albert Krewinkel c8147fc583 Org reader: accept empty tables
Fixes: #8659
2023-03-01 12:20:47 +01:00
John MacFarlane 5ef944a006 LaTeX table parser: also allow 6*c in column spec.
With no braces around `c`.
See #8658.
2023-02-28 10:22:52 -08:00