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

Ajax for Web Application Developers

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

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具