- 授权协议: 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) } );
Learning Web App Development
Semmy Purewal / O'Reilly Media / 2014-3-3 / USD 29.99
Grasp the fundamentals of web application development by building a simple database-backed app from scratch, using HTML, JavaScript, and other open source tools. Through hands-on tutorials, this pract......一起来看看 《Learning Web App Development》 这本书的介绍吧!
