Skip to content

This application helps you find and clean up BibTeX references in your OpenOffice+Zotero generated LaTeX files

Notifications You must be signed in to change notification settings

purbancz/ZoteroTexBibFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zotero+OpenOffice made TeX BiB Finder

github X linkedin website

Description

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.

Installation

  1. Clone this repository: git clone https://github.com/purbancz/ZoteroTexBibFinder.git
  2. Navigate to the cloned repository: cd ZoteroTexBibFinder
  3. Install the required packages: pip install -r requirements.txt

Usage

  1. Run the application: python main.py
  2. In the GUI, select your .tex file, .bib file, output file name, and output folder.
  3. Click 'Submit' to start the process. The application will create a new .tex file in the specified output folder.

Dependencies

This application requires the following Python packages:

  • PySimpleGUI

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

This application helps you find and clean up BibTeX references in your OpenOffice+Zotero generated LaTeX files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages