Skip to content

Commit 3bdf0f2

Browse files
committed
Add to changelog
1 parent 7cd8906 commit 3bdf0f2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

news/changelog-1.7.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,27 @@ All changes included in 1.7:
3535
## `html` format
3636

3737
- ([#11860](https://github.com/quarto-dev/quarto-cli/issues/11860)): ES6 modules that import other local JS modules in documents with `embed-resources: true` are now correctly embedded.
38+
-
3839

3940
## `pdf` format
4041

4142
- ([#11835](https://github.com/quarto-dev/quarto-cli/issues/11835)): Take markdown structure into account when detecting minimum heading level.
4243
- ([#11903](https://github.com/quarto-dev/quarto-cli/issues/11903)): `crossref` configuration like `fig-title` or `tbl-title` now correctly supports multi word values, e.g. `fig-title: 'Supplementary Figure'`.
4344
- ([#11878](https://github.com/quarto-dev/quarto-cli/issues/11878), [#12085](https://github.com/quarto-dev/quarto-cli/issues/12085)): Correctly fixup raw LaTeX table having an unexpected table env with options (e.g `\begin{table}[!ht]`) to be handled as crossref table.
4445
- Update to Pandoc's LaTeX template following Pandoc 3.6.3 support:
46+
- `format: beamer` now uses its own template. The main template for latex does not use `$if(beamer)$` anymore, and the new template for beamer uses the same partials as latex one.
4547
- Improved Babel support:
4648
- New `babeloptions` variable in the template to allow for more flexible Babel options.
4749
- `doc-class.tex` Quarto's partial has been updated as Babel options have been moved to `documentclass` definition in `doc-class.tex` Quarto's partial.
50+
- New partials available for `format: latex` and `format: beamer`:
51+
- Pandoc now uses partials for its latex templates, and they are available through `template-partials`. Pandoc's partials uses `.latex` extension: `passoptions.latex`, `common.latex`, `font-settings.latex`, `fonts.latex`, `hypersetup.latex`, `after-header-includes.latex`
52+
- New Quarto partials: `babel-lang.tex`, `biblio-config.tex`. Quarto's partials uses `.tex` extension.
53+
- BREAKING CHANGE for templates authors: `common.latex` does now uses `pandoc.tex` partial from Quarto, which include now part of the content that was in main `template.tex`. If you modify `pandoc.tex` as part of a custom format, it should be updated to new content.
54+
55+
## `jats` format
56+
57+
- Update to Pandoc's template following Pandoc 3.6.3 support:
58+
- `article.jats_publishing` partials now support `author.roles`
4859

4960
## `typst` format
5061

0 commit comments

Comments
 (0)