tex2scs-translator is a tool for translating sc.n-represented *.tex files into *.scs files.
- Clone the repository:
git clone https://github.com/ostis-ai/tex2scs-translator.git
cd tex2scs-translator
-
Choose an installation method:
-
Native (Debian-based distros only):
# Install dependencies ./scripts/install_deps_ubuntu.sh --dev # Build the translator ./scripts/make_all.sh
-
Docker:
# Build the Docker image docker build --build-arg UID="${UID}" --build-arg GID="${GID}" -t tex2scs:latest .
-
-
Native:
# Translate files ./bin/scn-tex2scs -d -c -s <path to folder with scn-tex sources> -t <target folder for translated sc.s-sources>
-
Docker:
NOTE: If you don't want to change ownership of translated files, create the output directory (e.g.,
./kb-translated
) before running this command.# Translate files docker run --rm -ti -v ${PWD}/kb/docs/sc-network:/kb -v ${PWD}/kb-translated:/kb-translated tex2scs:latest
Contributions, bug reports, and feature requests are welcome!
Feel free to check our issues page and file a new issue (or comment on existing ones).
This project is licensed under the MIT License - see the LICENSE file for details.