Git Product home page Git Product logo

tex2scs-translator's Introduction

Tex2SCs-translator

Tex2SCs-translator is a tool for translating SCn-represented *.tex files into SCs-represented *.scs files.

Quick start

Installation

There are two available options to use this translator:

  1. Native (Debian based distros support only)
# install dependencies
./install_deps_ubuntu.sh [--dev]
# build translator
./scripts/make_all.sh
  1. Docker
# build image
docker build --build-arg UID="${UID}" --build-arg GID="${GID}" -t tex2scs:latest .

Usage

  1. Native
# translate files
./bin/scn-tex2scs -d -c -s <path to folder with scn-tex sources> -t <target folder for translated scs sources>
  1. Docker NOTE: if you wouldn't like to change ownership of translated files then create 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

Feedback

Contributions, bug reports and feature requests are welcome! Feel free to check our issues page and file a new issue (or comment in existing ones).

tex2scs-translator's People

Contributors

nikitazotov avatar vaskho avatar makarenkoai avatar smousy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.