gotex:用于渲染LaTeX文档的Go库

时间:2024-02-24 03:03:29
【文件属性】:

文件名称:gotex:用于渲染LaTeX文档的Go库

文件大小:4KB

文件格式:ZIP

更新时间:2024-02-24 03:03:29

go golang latex LaTeXGo

高通 一个简单的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 pdf , err = gotex . Render ( document , gotex. Options { Command : "/usr/bin/pdflatex" , Runs : 1 , Texinputs : "/my/asset/dir:/my/other/asset/dir" }) if err != nil {


【文件预览】:
gotex-master
----main_test.go(697B)
----LICENSE(1KB)
----main.go(4KB)
----README.md(935B)

网友评论