remove_escape_latex {RTLknitr} | R Documentation |
Remove Escaped LaTeX Formulas from Text
Description
This function removes escaped LaTeX formulas and formatting commands from LaTeX-formatted text.
Usage
remove_escape_latex(x)
Arguments
x |
A character vector or string containing LaTeX-formatted text. |
Value
A character vector with escaped LaTeX formulas and formatting commands removed.
Examples
# Remove escaped LaTeX formulas from a string
cleaned_text <- remove_escape_latex("\\\\textbf\\{Hello\\}, $\\\\alpha$ formula")
print(cleaned_text)
[Package RTLknitr version 1.0.0 Index]