diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-16 22:10:06 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-16 22:10:06 -0800 |
commit | 0ca2251366bb309e3aa05ce227868d4e34a1bf3a (patch) | |
tree | 0f7ba4c0ea920d095d1abc6b2073f7f026d4b8fc | |
parent | 16618f38fb7a6591c0bc122f893966eb769284fe (diff) | |
download | pandoc-0ca2251366bb309e3aa05ce227868d4e34a1bf3a.tar.gz |
Update changelog.
-rw-r--r-- | changelog.md | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 3b7823897..1b1bc4d4f 100644 --- a/changelog.md +++ b/changelog.md @@ -266,6 +266,10 @@ using `pdfaiccprofile` and `pdfaintent`. + Unit tests: adjust code property to avoid an irrelevant failure involving inline code with two consecutive newlines. + + Set `csl-hanging-indent` variable if needed. + + Use special environment for CSL references. + + Use braces, not start/stop, for inline language tags. + This prevents unwanted gobbling of spaces. * HTML writer: @@ -357,6 +361,7 @@ * Ms writer: + Use `.LP` instead of `.PP` for line block (#5588). + + Use boldface for definition terms in DefinitionLists. * JATS writer: @@ -748,8 +753,18 @@ It no longer works with the latest LaTeX kernel and graphicx, so we have removed it. Future versions of graphicx will handle these filenames without the need for `grffile`. - + revealjs template: add navigationMode (Mauro Bieg, #5657). - + muse template: handle multiple authors better. + + default.context: add a saner default for page numbers. + Previously they appeared centered at the top of the page; + now we put them centered at the bottom, unless the `pagenumbering` + variable is set. + + default.context: define a start-stop-pair `cslreferences` to + allow for hanging indents in the bibliography (#5875, Denis Maier). + + default.ms: update defaults. Use Palatino font, use slightly + wider interparagraph space, don't indent paragraphs, + and put page numbers on the bottom. This brings ms output + closer to default LaTeX output. + + default.revealjs: add navigationMode (Mauro Bieg, #5657). + + default.muse: handle multiple authors better. + docbook4, docbook5 templates: add indentation to body. + HTML-based templates: use `styles.html` partial to avoid code duplication. |