Skip to content

Calculations inside your LaTeX document (using the WolframAlpha API)

Notifications You must be signed in to change notification settings

Wikunia/brackets-LaTeXMathematica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LaTeXMathematica

This extension provides WolframAlpha 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 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.

\[
\begin{pmatrix} 2 & 2 \\ 5 & 4 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} = 
\]
\\
\[
\sum_{n=1}^n n =
\]

generates:

\[
\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}] =
table

This extension uses the WolframAlpha API.

License

Creative Commons v3.0 http://creativecommons.org/licenses/by/3.0/

Terms of Use

  • WolframAlpha Terms of Use
  • 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.

About

Calculations inside your LaTeX document (using the WolframAlpha API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages