LaTeX 编译器 texlive.js

码农软件 · 软件分类 · LaTeX排版系统 · 2020-02-12 10:58:42

软件介绍

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) } );

本文地址:https://codercto.com/soft/d/25440.html

Learning Web App Development

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码