Changelog
Source:NEWS.md
gridmicrotex 0.0.4
- Accept raw latex code from other package, liek
xtable::print.xtable()/knitr::kable()/ booktabs output. - New MicroTeX commands
\thickhlineand\cline{a-b}. - New
itemizeandenumeratelist environments. Lists may nest. - Bug fix:
$…$inside tabular cells no longer chops the table. - Bug fix: starred alignment envs (
align*,eqnarray*, …) now render. - Bug fix:
latex_wrap()is now vectorised over its input, matching its documented contract, and errors onNAinput instead of rendering “NA”. - Bug fix: the
\mark{}macro survives amicrotex_release()/ re-init cycle. -
gp$coltransparency is now honoured (alpha passed through to MicroTeX). - Macro expansion warns on circular definitions instead of silently producing wrong output.
gridmicrotex 0.0.3
CRAN release: 2026-05-18
- Self-contained
load_font()example so CRAN’s donttest additional checks no longer fail on the unreliable CTAN font download. - New commands.
gridmicrotex 0.0.2
CRAN release: 2026-05-16
- Support the
\defcommand - New function
grobMark. - Bug fix
ggplot2intergration. - Bug fix coloring body.
-
ggplot2integration respectslatex_options. - Defer
systemfontsregistration of the bundled Lete and STIX fonts to first render. This avoids theXType: Using static font registry.notice that older macOS SDKs emit on Core Text font registration, which had caused spurious WARN/NOTEs onr-oldrel-macos-arm64.