@unified-latex/support-tables
Advanced tools
Changelog
v1.8.0
amsart
macros\o y
produces øy
instead of ø y
\hyphenation
Changelog
v1.7.1
@unified-latex/unified-latex-types
\sysdelim
macros for rendering \systeme{}
macros with KaTeXChangelog
v1.7.0
vite
. Should result in smaller bundles.{signature: "O{foo}"}
. The defaults are substituted in when expanding the macros with the optional arguments omitted.parse
, but never during a parseMinimal
, comments are modified to remove leading whitespace. Previously, modified comments would have their position information deleted. Position information is now preserved.)Changelog
v1.6.1
VisitInfo
as an additional argument ot macroReplacers
and environmentReplacers
in unifiedLatexToHast
.unifiedLatexToHast
.minted
environment parses its contents as a verbatim.Changelog
v1.6.0
signature
s. E.g., a xxx: {signature: "e{^_}"}
will allow \xxx_{foo}^{bar}
and \xxx^{foo}_{bar}
to parse correctly.xxx: {signature: "ua"}
will allow \xxx YYYaBBB
to consume YYY
leaving BBB
unconsumed.\\
macro when pretty printing (Issue #59)tsconfig.json
files to each test/
folder for more granular control of the typescript settings.Changelog
v1.4.2
\newcommand{\x}{\begin{x}}
). This is accomplished by enabling caching in PEGjs."
ligature and \paragraph
and \subparagraph
to HTML conversion.Changelog
v1.4.1
\\
was being parsed even if preceded by a space. (E.g., \\[10pt]
and \\ [10pt]
) were parsed the same. Not allowing the space should more closely match expected behavior.Changelog
v1.4.0
unified
is compiled in rather than left as an external dependency. This is needed because unified
is ESM-only).minted
and listings
environments now accept optional arguments and parse their contents verbatim. This makes them much more efficient.