A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/ggplot2/../tinyarray/../ggplot2/../tinytable/news/news.html below:

NEWS

News 0.11.0

Breaking changes:

New features:

Typst: Major refactor improves several things and brings Typst very close to feature parity with other formats.

Misc:

Bugs:

Internal changes:

0.10.0

Bugs:

Misc:

0.9.0

New:

Bugs:

Docs improvement:

0.8.0

New:

Bugs:

Tests:

0.7.0

Breaking change:

Bugs:

New:

Misc:

0.6.1 0.6.0

Bugs:

0.5.0

New:

Typst:

Bugs:

0.4.0 Breaking change

HTML tables no longer insert MathJax scripts by default. This behavior could enter in conflict with other MathJax scripts loaded explicitly by the user or automatically by Quarto. Users can revert to the previous behavior by setting a global option:

options(tinytable_html_mathjax = TRUE)

Alternatively, users can insert appropriate scripts directly in their HTML document or as a Quarto literal chunk:

```{=html}
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script>
MathJax = {
  tex: {
    inlineMath: [['$', '$'], ['\\(', '\\)']]
  },
  svg: {
    fontCache: 'global'
  }
};
</script>
```
General HTML LaTeX Typst Global options Bugs 0.3.0

Breaking change:

tt():

format_tt():

theme_tt():

style_tt():

save_tt():

Typst:

Misc:

Bug fixes:

0.2.1 0.2.0

New features:

Minor:

Bugs:

0.1.0

New function theme_tt():

format_tt():

Typst format:

Misc:

Breaking changes:

Bugs:

0.0.5 0.0.4

New:

Bugfix:

0.0.3

New:

0.0.2

Improvements:

Bug fixes:

Documentation:

0.0.1

Initial package release. Yay!


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4