display
Display functions for LaTeX rendering
This module provides functions for rendering LaTeX equations in Jupyter notebooks using IPython.display.Markdown.
Functions
| Name | Description |
|---|---|
show_eqn |
Display mathematical equations as formatted LaTeX amsmath block. |
check |
Engineering verification function with localized pass/fail indicators. |
format_decimal_numbers |
Format all decimal numbers in a LaTeX string with specified precision. |
latex_inline_dict |
Generate inline LaTeX equation from a variable and its value in a mapping. |