aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-01-14 19:37:09 -0800
committerbnewbold <bnewbold@robocracy.org>2017-01-14 19:52:56 -0800
commita71465e935a178478d269e828550b7e3fc475fab (patch)
tree62e501dea9e40d9cd50dfc35753654b4c1e0e40e /src/lib.rs
parent11569fdec123e9c7aeaf38d8a122842c4c758fdf (diff)
downloadmodelthing-a71465e935a178478d269e828550b7e3fc475fab.tar.gz
modelthing-a71465e935a178478d269e828550b7e3fc475fab.zip
basic LaTeX transpiling
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4c32d66..cf88d3b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,6 +11,7 @@ pub extern crate modelica_parser;
pub mod modelica_model;
pub mod transpile_scheme;
pub mod transpile_js;
+pub mod transpile_latex;
use std::path::Path;
use std::fs;