github 组织
软件包
以 LaTeX 作为后端绘图
使用 PGFplots
- JuliaTeX/PGFPlots.jl: This library uses the LaTeX package pgfplots to produce plots.
- KristofferC/PGFPlotsX.jl: Create plots in Julia using the PGFPlots LaTeX package
使用 TikZ
- JuliaTeX/TikzGraphs.jl: This library generates graph layouts using the TikZ graph layout package.
- JuliaTeX/TikzPictures.jl: This library allows one to create PGF/TikZ pictures and save in various formats.
使用 PSTool
在 julia 中编写 TeX 文档
能编译输出 PDF,依赖 pdflatex
- MichaelHatherly/Tectonic.jl: Tectonic typesetting for Julia.
使用 Tectonic 编译 LaTex 文档 - mossr/TeX.jl: @tex macro for generating LaTeX PDFs from Julia code with descriptions
提供@tex
宏编写 TeX 文档,使用 pdflatex 后端编译 - JuliaDocs/DocumenterLaTeX.jl: Documenter’s LaTeX / PDF backend (placeholder)
Documenter 的 LaTeX 后端(占位用,代码在 Documenter.jl 的 repo 里) - 【最后更新2019】rened/LaTeX.jl: Create LaTeX documents from within Julia, including image handling
- 【archive】rikhuijzer/GenTeX.jl: Generate LaTeX images
将 LaTeX 公式渲染成图片,使用 pdflatex
导出至 LaTeX 表格
将 julia 的数据结构导出为 LaTeX 的表格代码
- jacobadenbaum/TexTables.jl: Publication quality regression and statistical tables
- ronisbr/PrettyTables.jl: Print data in formatted tables.
- jmboehm/RegressionTables.jl: Journal-style regression tables
- 【最后更新2019】tpapp/LaTeXTabulars.jl: Write tabular data from Julia in LaTeX format.
导出至 LaTeX 公式
将 julia 的对象导出为 LaTeX 的数学公式
- stevengj/LaTeXStrings.jl: convenient input and display of LaTeX equation strings for the Julia language
更方便地构造 LaTeX 公式 - korsbo/Latexify.jl: Convert julia objects to LaTeX equations, arrays or other environments.
- scheinerman/LatexPrint.jl: Print Julia objects in a form suitable for LaTeX mathematics mode.
BibTeX 解析
- Azzaare/BibParser.jl: Parser for BibTeX in pure Julia
- ali-ramadhan/DocumenterCitations.jl: BibTeX support for Documenter.jl
- JuliaTeX/BibTeX.jl
LaTeX - Unicode 转换
- JuliaString/LaTeX_Entities.jl: Support for using LaTeX entities to map to/from Unicode characters
提供 LaTeX 符号到 Unicode 间的映射 - SimonDanisch/UnicodeFun.jl: Functions to transform text into unicode symbols, e.g. latex → unicode
将 LaTeX 公式转换为 Unicode 公式 - Projects · Pontus Stenetorp / Unicode2LaTeX.jl · GitLab
将 Unicode 公式转换为 LaTeX 表示
其他应用
- chakravala/VerTeX.jl: Typeset scattered graph data rewriter based on LaTeX nodes
?解析 LaTeX 文档,然后存入图数据库,用于计算节点间的关系
文章 & 其他资源
- vancleve/julia_logo_latex
提供 LaTeX 中的 Julia logo 宏 - MKAbdElrahman/JuliaTEX: Typesetting Julia in TEX files.
在 TeX 中排版 julia 代码 - Kolaru/MathTeXEngine.jl: A latex math mode engine in pure Julia.
纯 Julia 实现的 LaTeX 数学模式