Giter Club home page Giter Club logo

jtolatex's Introduction

This is JtoLaTeX, a compiler which writes LaTeX files using J evaluation for the hard bits.

This project aims to be extensible, and to interface well with J. A natural corollary of this behavior will be a particularly powerful formatting language.

The script jlatex can be run on a document, and will compile it to a .tex document and then run pdflatex on that.

To install,

$ cd ~user/
$ git clone git://github.com/mlochbaum/JtoLaTeX.git
# ln -s JtoLaTeX/jlatex /usr/bin/jlatex

where ~user is given by

   jpath '~user'

in J.

If you want to install in a different location, you must change the line

FILEPATH =: '~user/JtoLaTeX/'

at the top of jlatex to use the appropriate path.

Documents are written in LaTeX, except that a section enclosed in an escape like \L() (L could be any name) will be executed according to the verb L_pjdoc_ in jdoc.ijs. In particular, L converts a J expression into an "equivalent" LaTeX expression, sending '2+^~<:5' to '2+(5-1)^{5-1}', for example.

Addons (in the extra/ folder) allow you to create matrices, tables, plots, and more cleanly from J.

See doc/introduction/document.pdf for information about the built-in features of JtoLaTeX. doc/core/document.pdf describes the additional functionality which is automatically loaded, and the other documentation provides information about available addons.

jtolatex's People

Contributors

mlochbaum avatar

Watchers

 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.