parse_mathtext Function

public recursive function parse_mathtext(input_text, math_mode) result(elements)

Parse mathematical text into renderable elements

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: input_text
logical, intent(in), optional :: math_mode

Return Value type(mathtext_element_t), allocatable, (:)