You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: news/changelog-1.2.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@
39
39
- Handle LaTeX error messages with no file output more gracefully (#2183)
40
40
- Support cross reference-able figures with callouts
41
41
42
+
## Revealjs Format
43
+
44
+
- Update to Reveal v4.3.1 (+ commit e281b32) to fix presentation scaling/zoom issues.
45
+
42
46
## Google Scholar
43
47
44
48
- Properly read Google Scholar reference data from dynamically generated bibliography YML
@@ -76,6 +80,14 @@
76
80
- Support formats `bibtex`, `biblatex`, and `csljson`. When rendered to one of these formats any citations within the document will be rendered as the specified bibliography format.
77
81
- Always add citeproc filter if `citeproc: true` is specified, even if there isn't a bibliography or references in the document (#2294)
78
82
83
+
## TinyTex
84
+
85
+
-`quarto install tool tinytex` will now install TinyTex even if a system installation of TeX is detected.
86
+
-`quarto install tool tinytex` will no longer add TinyTex to the system path by default.
87
+
- When rendering PDFs, Quarto will prefer an existing installation of TinyTex over a system Tex installation
88
+
- To prevent Quarto from using an installation of TinyTex (if you'd prefer the system installation be used), set `latex-tinytex: false` in your project or document front matter.
89
+
- To install TinyTex system wide, using the `--update-path` flag when installing (this will add TinyTex to the system path)
90
+
79
91
## Miscellaneous
80
92
81
93
- Render: ability to compose `--to all` with other formats (e.g. `--to all,json`)
0 commit comments