Escapes LaTeX special characters
Source position: wtex.pp line 41
public function TTexWriter.EscapeText( |
AText: string |
):string; override; |
AText |
|
Input text to be escaped |
Text with LaTeX characters escaped
Escapes LaTeX special characters in text to prevent them from being interpreted as commands. Currently replaces underscore (_) characters with escaped underscores (\_).