高通 一个简单的Go库,用于渲染LaTeX文档 安装 go get -u github.com/rwestlund/gotex 文献资料 请参阅的文档 例 package main import "github.com/rwestlund/gotex" func main () { var document = ` \documentclass[12pt]{article} \begin{document} This is a LaTeX document. \end{document} ` var