Skip to main content

LaTeX 辅助编译命令行工具 LaTeX Auxiliary Compilation Command Line Tool

Project description

PyTeXMK

GitHub License OS GitHub release Last Commit Issues Github Action PyPI version PyPI Downloads GitHub repo size

LaTeX 辅助编译命令行程序 LaTeX Auxiliary Compilation Command Line Tool


安装

官方版本 PyTeXMK 发布在 PyPI 上,并且可以通过 pip 包管理器从 PyPI 镜像轻松安装。

请注意,您必须使用 Python 3 版本pip:

pip3 install pytexmk

升级

pip3 install --upgrade pytexmk

使用入门

PyTeXMK 默认使用 xelatex 编译,默认主文件名为 main(如果不是 main 就在 pytexmk 命令后添加文件名),默认 batch 模式编译,编译过程信息不显示(如需显示编译过程信息请使用 -nq 参数),默认将编译结果存放在 LaTeX 项目的 Build 文件夹下 ( VSCode 用户则需要在 settings.json 中注意设置 "latex-workshop.latex.outDir": "./Build", 使得latex workshop 能够找到pdf )。

在终端打开 LaTeX 项目所在文件夹,输入 pytexmk 即可使用默认参数进行编译,编译结果默认存放在 LaTeX 项目的 Build 文件夹下。

PyTeXMK 支持:

  • 编译命令:xelatex pdflatex lualatex
  • 参考文献:bibtex biblatex thebibliography
  • 符号索引:glossaries nomencl mkeidx

位置参数:

Option Description
document 要被编译的文件名

选项:

Option Description
-h, --help 显示帮助信息
-v, --version 显示程序版本号
-p, --pdflatex pdflatex 进行编译
-x, --xelatex xelatex 进行编译
-l, --lualatex lualatex 进行编译
-c, --clean 清除所有辅助文件
-C, --Clean 清除所有辅助文件和 pdf 文件
-nq, --no-quiet 非安静模式运行,此模式下显示编译过程
-cp, --clean-pdf 清理所有 pdf 文件

说明: -cp 参数的功能是 "当 LaTeX 编译过程中报类似 invalid X X R object at offset XXXXX 的警告时,可使用此参数清理所有 pdf 文件"

更新日志

  • 2024-03-22 完善编译过程出错后的中断处理机制:在编译过程中出现错误时,程序会自动中断,并提示 请用 -nq 模式运行以显示错误信息!,使用 -nq 参数运行时,则会显示错误信息。

未来工作方向

  • 完善编译过程出错后的中断处理机制
  • 完善检索主 LaTeX 文件的功能:
    • 根据魔法注释 % !TEX root = relative/or/absolute/path/to/root/file.tex 找到主 LaTeX 文件
    • 通过检索 TeX 文件中的 \documentclass[]{}\begin{document} 来判断
  • 完善自动判断编译类型:
    • 根据魔法注释 % !TEX program = xelatex 设置需要编译的类型
  • 增加配置文件功能,用于改变默认设置
    • 指定生成的结果文件存放位置(目前默认存放在 Build 子文件夹下)
    • 默认的编译命令(目前默认编译命令是 xelatex

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

pytexmk-0.4.0.240322.tar.gz (28.1 kB view details)

Uploaded Source

Built Distribution

pytexmk-0.4.0.240322-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

Details for the file pytexmk-0.4.0.240322.tar.gz.

File metadata

  • Download URL: pytexmk-0.4.0.240322.tar.gz
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for pytexmk-0.4.0.240322.tar.gz
Algorithm Hash digest
SHA256 b34900524d7d28182ded54df234a218e12fc596ba77e4f867dad2a0f515f1f10
MD5 771c3f0be4d302dcf19a3a6aa3f5caf4
BLAKE2b-256 c8162714b2b4d1212c25df30a4cc2f43918a1e03450099ad50ea6436e053e43f

See more details on using hashes here.

File details

Details for the file pytexmk-0.4.0.240322-py3-none-any.whl.

File metadata

File hashes

Hashes for pytexmk-0.4.0.240322-py3-none-any.whl
Algorithm Hash digest
SHA256 6446fdf8114ef78f266aa1c1950ca5659fbf8da59707622f97e5d7579a7c0cb1
MD5 be0490fb3e188a0e2ea975c3c40d87cd
BLAKE2b-256 ace649336b0d90f6ea8c416c12461163a49d27d97e3e74d9daa7e271a010595c

See more details on using hashes here.

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