This application is designed to help you find and clean up BibTeX references in your LaTeX files. The .tex
files are generated automatically using an OpenOffice plugin on files containing a Zotero made bibliography.
The application uses a simple GUI to select your .tex
and .bib
files, and outputs a new .tex
file
with the cleaned up references.
This code was created as part of the design workshop of the Languages and Libraries of Data Analysis course with Dr. Marek Gajęcki at the Faculty of Computer Science of the AGH University of Cracow.
- Clone this repository:
git clone https://github.com/purbancz/ZoteroTexBibFinder.git
- Navigate to the cloned repository:
cd ZoteroTexBibFinder
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python main.py
- In the GUI, select your
.tex
file,.bib
file, output file name, and output folder. - Click 'Submit' to start the process. The application will create a new
.tex
file in the specified output folder.
This application requires the following Python packages:
- PySimpleGUI
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.