https://github.com/wikunia/brackets-latexmathematica
Calculations inside your LaTeX document (using the WolframAlpha API)
https://github.com/wikunia/brackets-latexmathematica
Last synced: 11 months ago
JSON representation
Calculations inside your LaTeX document (using the WolframAlpha API)
- Host: GitHub
- URL: https://github.com/wikunia/brackets-latexmathematica
- Owner: Wikunia
- Created: 2014-07-30T14:10:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T16:03:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T05:15:10.882Z (11 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# LaTeXMathematica
This extension provides [WolframAlpha](http://wolframalpha.com) calculations inside your LaTeX document.
It's in a beta phase so there might be bugs parsing the WolframAlpha result into LaTeX code. These errors aren't WolframAlpha errors. If you notice some bug please try [WolframAlpha](http://wolframalpha) and if anything works correct, which should be the average case, it would be great if you can open an issue. Would be great if you can add your LaTeX file or the important part. I will try to solve it as fast as possible to improve this extension.
Thanks for using and testing this extension!
## How to use
Type a calculation inside your LaTeX document, enter a '=' after it and use the Shortcut 'Alt+M'.
i.e.
```tex
\[
\begin{pmatrix} 2 & 2 \\ 5 & 4 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} =
\]
\\
\[
\sum_{n=1}^n n =
\]
```
generates:
```tex
\[
\begin{pmatrix} 2 & 2 \\ 5 & 4 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} = \begin{pmatrix}2 & 0 \\ 5 & 0\end{pmatrix}
\]
\\
\[
\sum_{n=1}^n n = \frac{n}{2}+\frac{n^2}{2}
\]
```
## Changelog
- 0.0.3
> Generate tables
> `Table[{x,\sin(x),\cos(x),x^2,x^3},{x,-2\pi,2\pi,\pi/2}] =`
> 
This extension uses the [WolframAlpha API](http://products.wolframalpha.com/api/).
### License
Creative Commons v3.0
[http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/)
### Terms of Use
- [WolframAlpha Terms of Use](http://www.wolframalpha.com/termsofuse.html)
- Results and information from this site are not a certified or definitive source of information that can be relied on for legal, financial, medical, life-safety, or any other critical purposes.