summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stex/tex/etc/stex-backend-tex4ht.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/stex/tex/etc/stex-backend-tex4ht.cfg')
-rw-r--r--macros/latex/contrib/stex/tex/etc/stex-backend-tex4ht.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/macros/latex/contrib/stex/tex/etc/stex-backend-tex4ht.cfg b/macros/latex/contrib/stex/tex/etc/stex-backend-tex4ht.cfg
new file mode 100644
index 0000000000..b4c39b50b7
--- /dev/null
+++ b/macros/latex/contrib/stex/tex/etc/stex-backend-tex4ht.cfg
@@ -0,0 +1,13 @@
+% TODO
+\tl_const:Nx \c_stex_html_emptyarg_tl {~}
+
+\cs_new_protected:Nn \stex_annotate:nnn {#3} % TODO
+\cs_new_protected:Nn \stex_mathml_intent:nn { #2 } % TODO
+\cs_new_protected:Nn \stex_mathml_arg:nn { #2 } % TODO
+\cs_new_protected:Nn \stex_annotate_invisible:n {} % TODO
+\cs_new_protected:Nn \stex_annotate_invisible:nnn {} % TODO
+\NewDocumentEnvironment{stex_annotate_env} { m m } {}{} % TODO
+
+\prg_new_conditional:Nnn \stex_html_backend: {p, T, F, TF} {
+ \prg_return_true:
+} \ No newline at end of file