Skip to content

Commit

Permalink
Updated NEWS.md and DESCRIPTION for the kable() LaTeX numeric columns…
Browse files Browse the repository at this point in the history
… typesetting change. Improves #1709.
  • Loading branch information
krivit committed Apr 9, 2021
1 parent 320bb50 commit aed7640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@

- Added a new engine `cc` to compile C++ code via `R CMD SHILIB` like the `c` and `fortran` engines (thanks, @kingaa, #1832).

- `kable()` operating in LaTeX mode now typesets numeric columns in math mode for improved rendering of minus signs; decimal and thousands separator commas are wrapped in braces (`{}`) to preserve spacing (thanks, @krivit, #1709).

## BUG FIXES

- For non-R code chunks that generate plots and use the chunk option `fig.cap`, the `plot` hook in **knitr** stopped working in v1.27 and v1.28 (thanks, @XiangyunHuang, https://d.cosx.org/d/421249).
Expand Down

0 comments on commit aed7640

Please sign in to comment.