Nothing
stdbool.h
to the includes for compatibility with older
gcc
. (Thanks to Dirk Eddelbuettel for the report and PR #2).\let
is now handled the same way as \def
: the next two
tokens are not considered for evaluation.defcmd
and defenv
to parseLatex()
to
allow the user to specify defining macros. These names
are also now allowed in the magic comments.verb
macro and its argument caused the parsing
to be incorrect.recover
to parseLatex()
, to attempt to recover
after a parsing error. This may help with diagnosing the error.
The error will be wrapped in an ERROR
tag which is displayed
as >>>text causing error<<<
.find_sequence()
, set_contents()
.DEFINITION
tag to allow \begin
etc. to be temporarily
ignored. This allows parseLatex to parse \newenvironment
and
related macros that create definitions.parseLatex()
now stops parsing after \end{document}
just
as LaTeX does. The get_leftovers()
function can retrieve
the unparsed text.verb
macros now allow embedded braces as long as
they are balanced.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.