Methods tokenize(s: string) → Array.<Token>privatestatic Create Tokens from a stream of LaTeX s string A string o LaTeX. It can include comments (with the % marker) and multiple lines. → Array.<Token> Source