Coder Social home page Coder Social logo

finetex's Introduction

FineTeX   language to be translated into LaTeX

FineTeX is just a simple (for the moment) language with more flexibility in commands' definitions than pure LaTeX. However, the FineTex translator generates normal LaTeX code which can be used as desired.

Features available at the moment

  • macros-like commands consisted of arbitrary unicode symbols
  • fine document structure, based on indentation rules

Not to be unfounded, here are some examples of how FineTeX and LaTeX code looks like:

Source FineTeX code

The function `f` has a limit `y` when `x -> x_0` iff
  > ∀ϵ > 0 ∃δ > 0 : ∀x (|x - x_0| < δ => |f(x) - y| < ϵ)

Produced LaTeX code

The function $f$ has a limit $y$ when $x \rightarrow x_0$ iff
\begin{align}
  \forall\epsilon > 0 \exists\delta > 0 : \forall x (|x - x_0| < \delta \Rightarrow |f(x) - y| < \epsilon)
\end{align}

Features to be realized in the very near future

  • context-checks for commands: it will be possible to specify some commands to be used only with spaces or linebreaks surrounding them
  • variables for more flexibility with commands. It will be possible to check every open bracket is closed using this feature

Getting started

See page on Wiki

Contributing

I'll be very glad if someone wants to contribute to this project. All constructive ideas and language features are welcome — you can open an issue at github. Also, the project really needs examples and guides.

Source code can be cloned from the GitHub repo. For running translation, execute:

    cabal new-update
    cabal new-run texgen -- examples/example.ttex

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.