在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):sailist/LatexTool开源软件地址(OpenSource Url):https://github.com/sailist/LatexTool开源编程语言(OpenSource Language):HTML 71.0%开源软件介绍(OpenSource Introduction):LatexToolA series of tools to make it easier to generate table, create formula, insert figure... pip install textool Generate Table Perfectlyused directly in command line x2t file.xlsx -f -c used in python from LatexTool.ast.tabel import *
tab = Tabel("filename",fill = True,center=True)
print(tab.to_tex()) "fill" option is to choose whether strech table to \textwidth, and "center" is to use \centering environment. Quick Paste Figurepst filename Then the file will be saved as ./filename.png, and the filename will be copied in clipboard. pst filename -f Then the content of clipboard will be: \begin{figure}[H]
\centering
\includegraphics[width=0.8\textwidth]{filename.png}
\caption{filename}
\label{fig:filename}
\end{figure} LaTeX formula EditorDeveloped by using MathJax. 2020.9.13: now latexlive is a better choice. MoreTo be Continued... |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论