php-latex
php-latex copied to clipboard
LaTeX parser and renderer written in PHP
### Description I think that URLs passed to the `\href` command do not need to escape `%` and `&` in actual LaTeX. However, this parser seems to interpret `%` as...
### Description Wasn't sure where to ask this question. I don't use this site normally. Anyway...does the php-latex shell out to the operating system to parse or "compile"?
### Description How can I parse optional arguments of environments in PhpLatex? The following LaTeX: ```latex \begin{tabular}[t]{c} table content \end{tabular} ``` Gets parsed as follows: ```php object(App\Utility\Latex\Parser\Node) id:0 { protected...