sanitize_ascii_text Subroutine

public subroutine sanitize_ascii_text(input, output, out_len)

Produce an ASCII-safe version of input suitable for placement onto the canvas: LaTeX commands become Unicode (or ASCII words), math delimiters and mathtext braces are stripped, and any remaining Unicode symbols are transliterated.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: input
character(len=*), intent(out) :: output
integer, intent(out) :: out_len