| build_latex_children | R Documentation |
Converts each row of the layout data.frame into the appropriate grid grob (pathGrob, segmentsGrob, rectGrob, textGrob, glyphGrob).
build_latex_children(
layout_df,
total_h,
depth = 0,
text_gp = NULL,
render_mode = "typeface"
)
layout_df |
Data.frame returned by |
total_h |
Total height of the formula (height + depth) in bigpts. |
depth |
Depth below the baseline in bigpts (default 0). |
text_gp |
Optional |
render_mode |
Character string: |
A grid::gList of child grobs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.