php-latex icon indicating copy to clipboard operation
php-latex copied to clipboard

LaTeX parser and renderer written in PHP

Results 4 php-latex issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

bug

### 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...