我通常使用 Wolfram Mathematica 软件。我使用这款软件进行数学计算并得到结果。
我通常会做以下事情:
Button Right Click -> Copy As -> LaTeX
这样我就得到了我的 TeX 代码。
我想知道是否有任何脚本(宏)或者是否可以编译 TeX 文件,以便它可以从外部文件导入这些数据。
平均能量损失
\documentclass{article}
\usepackage{amsmath, amssymb, graphics, setspace}
\begin{document}
\begin{doublespace}
\({\int_0^{10} \left(x^2 + 3x - \frac{1}{3}\right) \, dx}\)
\end{doublespace}
\begin{doublespace}
\(480\)
\end{doublespace}
\end{document}