Skip to content

Commit 5ecdc1a

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

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

DESCRIPTION

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Authors@R: c(
7878
person("Niels Richard", "Hansen", role = "ctb"),
7979
person("Noam", "Ross", role = "ctb"),
8080
person("Obada", "Mahdi", role = "ctb"),
81+
person("Pavel N.", "Krivitsky", role = "ctb", comment=c(ORCID = "0000-0002-9101-3362")),
8182
person("Qiang", "Li", role = "ctb"),
8283
person("Ramnath", "Vaidyanathan", role = "ctb"),
8384
person("Richard", "Cotton", role = "ctb"),

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090

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

93+
- `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).
94+
9395
## BUG FIXES
9496

9597
- 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)