Package: gridmicrotex 0.0.4

gridmicrotex: Native 'LaTeX' Math Rendering for Grid Graphics

Renders 'LaTeX' math equations as native R grid graphics objects (grobs) using the 'MicroTeX' 'C++' library as the layout engine. Produces resolution-independent vector output that works on any R graphics device, with no external 'LaTeX' installation required.

Authors:Alim Dayim [aut, cre], Nano Michael [cph], Bundled math font authors [cph]

gridmicrotex_0.0.4.tar.gz
gridmicrotex_0.0.4.zip(r-4.7)gridmicrotex_0.0.4.zip(r-4.6)gridmicrotex_0.0.4.zip(r-4.5)
gridmicrotex_0.0.4.tgz(r-4.6-x86_64)gridmicrotex_0.0.4.tgz(r-4.6-arm64)gridmicrotex_0.0.4.tgz(r-4.5-x86_64)gridmicrotex_0.0.4.tgz(r-4.5-arm64)
gridmicrotex_0.0.4.tar.gz(r-4.7-arm64)gridmicrotex_0.0.4.tar.gz(r-4.7-x86_64)gridmicrotex_0.0.4.tar.gz(r-4.6-arm64)gridmicrotex_0.0.4.tar.gz(r-4.6-x86_64)
gridmicrotex_0.0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
gridmicrotex/json (API)

# Install 'gridmicrotex' in R:
install.packages('gridmicrotex', repos = c('https://adayim.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/adayim/gridmicrotex/issues

Pkgdown/docs site:https://adayim.github.io

Uses libs:
  • freetype– FreeType 2 font engine
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

freetypecpp

4.85 score 5 scripts 501 downloads 20 exports 8 dependencies

Last updated from:154f04ffa0. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK221
linux-devel-x86_64OK185
source / vignettesOK312
linux-release-arm64OK235
linux-release-x86_64OK206
macos-release-arm64OK297
macos-release-x86_64OK525
macos-oldrel-arm64OK201
macos-oldrel-x86_64OK403
windows-develOK329
windows-releaseOK291
windows-oldrelOK217
wasm-releaseOK195

Exports:available_math_fontscheck_fontsclear_macrosdefine_macroelement_latexgeom_latexGeomLatexgrid.latexgrobMarklatex_cache_clearlatex_cache_infolatex_cache_limitlatex_dimslatex_groblatex_optionslatex_treelatex_wraplist_macrosload_fontreset_latex_options

Dependencies:base64encclicpp11jsonlitelifecycleRcpprlangsystemfonts

Introduction to gridmicrotex
What is gridmicrotex? | Basic usage | Positioning and justification | Aligning to the math baseline | Named anchors with \mark | Colors | Math fonts | Advanced: loading custom fonts | Render modes | Querying dimensions | Text rendering and CJK support | Font pairing | Supported LaTeX | Complicated examples | Lists | Pasting LaTeX from other sources | What is not supported | Project-wide defaults | User-defined macros | Layout caching | Introspecting a formula | Debug overlay | Comparison with alternatives | Graphics backend

Last update: 2026-05-21
Started: 2026-05-15

Using LaTeX Math in ggplot2
Annotating plots with geom_latex() | Adding equation annotations to a scatter plot

Last update: 2026-05-16
Started: 2026-04-10