public class LatexUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LatexUtils.Characters
The characters to escape.
|
| Constructor and Description |
|---|
LatexUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String input)
Ensures that the string is LaTeX compliant.
|
static String |
escape(String input,
LatexUtils.Characters[] characters)
Ensures that the string is LaTeX compliant.
|
public static String escape(String input)
input - the string to processpublic static String escape(String input, LatexUtils.Characters[] characters)
input - the string to processcharacters - the characters to escapeCopyright © 2017. All Rights Reserved.