twilsonco / LaTeX-trim-BibTeX

trims the bibtex file down to the essential references

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX-trim-BibTeX

Utility to trim a BibTeX file down to the essential references. It first scans the latex files for references used, then loads the bibtex file and writes a new file with only the used references.

Installation

Create and configure the file myConfig.R.

Usage

Run main.R.

Find Figures

The main-findFigures.R utility runs through path.source and finds all TeX files, then searches for figures and creates an output file with the file location path. The output file is stored in the path.source folder.

Affiliations

Make sure to export the full record for BibTeX. Then finding the affiliations goes as follows:

Run main-affiliation.R, which uses the get.KeyItemList.R function.

To Do

Run through all AUX files, currently only searches main.aux.

About

trims the bibtex file down to the essential references

License:GNU General Public License v3.0


Languages

Language:R 100.0%