Skip to main content

Generate LaTeX code by Python.

Project description

AutoLaTeX

PyPI PyPI - Python Version GitHub stars

Generate LaTeX code by Python for experiment report.

用Python生成LaTeX代码写实验报告。

如果有帮助就点个 star 🌟呗
欢迎 Pull Request, Fork, 提 issue.

Features 特性

  • 读取excel等表格文件转为latex表格
  • (假的) word讲义转tex报告
  • 线性拟合等数学处理

Install 安装

  1. pip安装:
pip install -U autolatex
  1. 源码安装
git clone git@github.com:Benature/AutoLaTeX.git
cd AutoLaTeX
python setup.py sdist bdist_wheel
pip install -U dist/autolatex-0.x.x-py3-none-any.whl # 其中 0.x.x 处是 pypi 版本号

Usage 使用

  1. xlsx文件 excel 表格数据转 tex 代码
    在命令行输入(两种写法等效):

    autolatex <文件路径>
    alt <文件路径>
    

    更多参数说明请用alt -h查询。

  2. .py文件内

    # import autolatex as alt
    from autolatex import table
    df = table.read_excel('data.xlsx')
    print(table.convert(df))
    
  3. word2tex
    详见word2tex下的 README

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autolatex-0.1.7.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

autolatex-0.1.7-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page