aboutsummaryrefslogtreecommitdiff
path: root/wasm/examples/docx-with-equations-to-latex/options.json
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/examples/docx-with-equations-to-latex/options.json')
-rw-r--r--wasm/examples/docx-with-equations-to-latex/options.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/wasm/examples/docx-with-equations-to-latex/options.json b/wasm/examples/docx-with-equations-to-latex/options.json
new file mode 100644
index 000000000..1803234e6
--- /dev/null
+++ b/wasm/examples/docx-with-equations-to-latex/options.json
@@ -0,0 +1,6 @@
+{
+ "from": "docx",
+ "to": "latex",
+ "standalone": true,
+ "input-files": ["equations.docx"]
+}