Coder Social home page Coder Social logo

luasympy's Introduction

LuaSympy - The LuaTeX Sympy Tool

Introduction

Warnings

This code is experimental, and has so far only been tested on a linux system (though I suspect it will work without too much effort on any unix based system).

Requirements

This package requires the following LuaLaTeX packages:

luapackageloader - Available in standard tex distributions
luacode - Available in standard tex distributions
luaHelper - Available here, as of writing, must be manually installed
lunatexPython - Available here, as of writing, must be manually installed
luaImport - Available here, as of writing, must be manually installed\

As well as the following Python module:

PyLuaSympy - Available here and can be installed using pip after cloning

Installation

To install this package manually, first make sure that you have a local texmf directory with a subdirectory named tex. You can do this with the following command, which will create the needed directories in your home directory.

$ mkdir -p ~/texmf/tex/

This gives the system tex a specific place to look for the package.

Next, using bash (or similar shell) navigate into a folder you plan on storing the lunatexPython package (DO NOT clone into the texmf folder. This will significantly slow down all latex compilations as KSPE will try to traverse the .git directory) execut the following commands:

$ git clone https://github.com/humdrumcomet/luasympy
$ cd luasympy
$ ln -s luaSympy ~/texmf/tex/
$ texhash

Basic Usage

To Do's

In the coming weeks (months?) proper documentation that details the usage and the possibilities of extending the tool will be completed and added to the project. It will also hopefully one day be submitted to CTAN so that it can come with most standard tex distributions.

luasympy's People

Watchers

James Cloos avatar AE 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.