Skip to content

Commit b320135

Browse files
committed
Updated NEWS.md and DESCRIPTION for the kable() LaTeX numeric columns typesetting change. Improves #1709.
1 parent 8aa000e commit b320135

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
@@ -77,6 +77,7 @@ Authors@R: c(
7777
person("Niels Richard", "Hansen", role = "ctb"),
7878
person("Noam", "Ross", role = "ctb"),
7979
person("Obada", "Mahdi", role = "ctb"),
80+
person("Pavel N.", "Krivitsky", role = "ctb", comment=c(ORCID = "0000-0002-9101-3362")),
8081
person("Qiang", "Li", role = "ctb"),
8182
person("Ramnath", "Vaidyanathan", role = "ctb"),
8283
person("Richard", "Cotton", role = "ctb"),

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848

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

51+
- `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).
52+
5153
## BUG FIXES
5254

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