]> git.donarmstrong.com Git - xtable.git/commit
Support math.style.exponents math_style_exponents
authorDon Armstrong <don@donarmstrong.com>
Wed, 23 Dec 2015 00:39:32 +0000 (16:39 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 23 Dec 2015 00:39:32 +0000 (16:39 -0800)
commit0fe3061eb0e344318d1a7c1ea40cfacb878287fe
treeb4d5dc0808612d7b6a5af89050031b51f39878b5
parentf97871d54f997cfcafa72585248d7e72127489c3
Support math.style.exponents

this option to print.xtable supports the values TRUE or $$ which makes
1e5 like $1\times 10^{5}$ or a value of "ensuremath" which uses
\ensuremath instead of $$ or a value of "UTF-8" or "UTF8", which uses
UTF-8 to approximate the LaTeX typesetting (e.g., 1×10⁵)
pkg/R/print.xtable.R
pkg/man/print.xtable.Rd
pkg/vignettes/xtableGallery.Rnw