Skip to content

Commit 0cba8f2

Browse files
committed
Updated NEWS.md and DESCRIPTION for the kable() LaTeX numeric columns typesetting change. Improves #1709.
1 parent 4fdd412 commit 0cba8f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142

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

145+
- `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).
146+
145147
## BUG FIXES
146148

147149
- 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).

0 commit comments

Comments
 (0)