options# BibtextReader Program that reads a ".bib" file and recognizes if it is a valid one. Counts how many valid entries exist, analysis how many required and optional entries are per bibliography, and counts format errors.
Author: Juan Esteban Méndez Roys
Student of Systems Engineering of Universidad de los Andes, Colombia
The main menu shows the following options:
- Leer archivo.
- Salir.
After selecting option number 1 (which reads the .bib file), the next menu will pop up:
- Mostrar tipos de bibliografias validas.
- Análisis de campos requeridos y campos opcionales.
- Mostrar errores de formato.
- Volver.
Each of the previous options is everything BibtextReader can do.