amrane99 / LaTeXCompiler

This repository embodies a tool for compiling LaTeX files without considering which engine to execute at which point of the execution pipeline. With a single command, a specified .tex file will be compiled while storing all generated auxiliary files into a separate folder in the working directory, so the working directory is always kept clean.
MIT License
3 stars 1 forks source link

Fixes missing argument. #2

Open tom65536 opened 10 months ago

tom65536 commented 10 months ago

I got an error message when the program tries to run BibTeX. This PR fixes the problem for me.

tom65536 commented 10 months ago

I also added an Issue #3 for this.