- 授权协议: GPL
- 开发语言: Perl JavaScript
- 操作系统: 跨平台
- 软件首页: http://manuels.github.io/texlive.js/
- 软件文档: https://github.com/manuels/texlive.js/wiki
软件介绍
texlive.js 是一款 javascript 的 LaTex 编译器,可以把 LaTeX 代码转换成 PDF 。在线演示。
用法:
var pdftex = new PDFTeX();
var latex_code = "" +
"\documentclass{article}" +
"\begin{document}" +
"\LaTeX is great!" +
"$E = mc^2$" +
"\end{document}";
pdftex.compile(latex_code)
.then(function(pdf){ window.open (pdf) } );
Ajax for Web Application Developers
Kris Hadlock / Sams / 2006-10-30 / GBP 32.99
Book Description Reusable components and patterns for Ajax-driven applications Ajax is one of the latest and greatest ways to improve users’ online experience and create new and innovative web f......一起来看看 《Ajax for Web Application Developers》 这本书的介绍吧!
