Giter VIP home page Giter VIP logo

alphatex's Introduction

alphatex

========

AlphaTeX is down until the Wolfram Cloud becomes publicly available! Please check back soon!

AlphaTeX is a LaTeX package which incorporates the typesetting ease and control of LaTeX with the power of the Wolfram Language. The goal of AlphaTeX is to provide the most complete, powerful and self-sufficient typesetting environment.

Please see AlphaTeX-Demo.pdf for fuller documentation

Use Instructions

  1. Download alphatex.sty and put it in the same directory as your .tex document.
  2. Add \usepackage{alphatex} to your preamble.
  3. Compile your document using pdflatex --shell-escape your-document.tex (this step requires that curl is installed, wget compatibility coming soon)
  4. Enjoy cool documents!

AlphaTeX is a work in progress! For now it will only be available for a few months. Please email me with bugs/suggestions/comments!

Commands

\calc{}

This command evaluates a mathematical expression, taking Wolfram Language syntax. For example

\calc{Exp[I*Pi]}

will compile to

Neg1

\graphic{}

This command generates a graphic. For example,

\graphic{Plot[Sin[x],{x,0,2 Pi}]}{sin}

will generate the following graph and make it available to your LaTeX document in the image file sin.png.

\begin{figure} 
\centering
\includegraphics[width=0.8\textwidth]{sin.png}
\caption{Plot of sin(x) generated with the Wolfram API}
\end{figure}

Sin

\WolframAlpha{} and \WolframAlphaMath{}

Take in a Wolfram Alpha query. For example

$\WolframAlpha{ what is the biggest city in china }$

will compile to Shanghai.

\dataplotTXT{}

\dataplotTXT{} allows for data which is stored in the same directory as a .tex file to be graphed in the compiled document.

alphatex's People

Contributors

akollek avatar

Watchers

 avatar  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.