Lars Willighagen
Lars Willighagen
See https://github.com/kdl-org/kdl/issues/255: non-ASCII whitespace (and U+00A0) should also be excluded from bare identifiers.
As per https://rawgit.com/: > RawGit is now in a sunset phase and will soon shut down. It's been a fun five years, but all things must end. > > GitHub...
I think these values should be updated to reflect the update to 1.0.2. These affect the global title of the documentation site, as shown in the screenshot (note the page...
### 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...
CSL 1.0.2 introduces some new types and fields (including a `software` type).
I was wondering if there was interest to host the [SDD](https://www.tdwg.org/standards/sdd/) primer again. It's currently archived in the twiki format (e.g. https://github.com/tdwg/wiki-archive/tree/master/twiki/data/SDD/Primer), but this is difficult to read, especially the...
The grammar for a property looks like this at the moment: ``` prop := string optional-node-space '=' optional-node-space value ``` However, the text says: > A Property is composed of...
### 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...