Skip to content

Telegram bot that compiles PDF files from ZIP archives containing full LaTeX projects

Notifications You must be signed in to change notification settings

StSav012/pdflatex_compiler_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pdflatex_compiler_bot

This Telegram bot gets ZIP archives containing full LaTeX projects and tries to build a PDF file based on their content.

The LaTeX compiler and the bibliography tool can be set manually. Append file called bot.ini to the archive you send. The file should look like the following:

[commands]
compiler = pdflatex
bibliography = bibtex

The compiler should be one of latex, pdflatex, xetex, or lualatex; the bibliography tool may be bibtex, bibtex8, or biber. The default values are shown above. They will be used as fallback ones if no valid values are provided.

I do not promise that the bot is always online. Moreover, I encourage you to clone the repo and run the bot on your machine, for I can not spend all my computer power to others' needs. My PC is just not fast enough to serve everyone. Therefore, I do not provide you with a link.

About

Telegram bot that compiles PDF files from ZIP archives containing full LaTeX projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages