Design and implementation of BibTex Editor

Abstract

This report describes the design and implementation issues of BibTex Editor. The program is intended to facilitate the creation and editing of BibTex files. The focus of the program is to make the creation and editing of BibTex bibliography a simple task. First all, we talk about the requirement of the BibTex Editor, for example, the program can make the creation and editing of BibTex file easily; the user interface can change based on the different entry type; finally, we can get a new BibTex file. Secondly, we give the detail of design and implementation based on the above specification, for example, the BibTex Editor is intended to work like a database program. The program can import the BibTex file into database records; can edit those records easily; can export database records into a new BibTex file. Also, some screen of the GUI interface pages and related coding are presented. Finally, we describe how to use the program, and some work that should be done in the future

    Similar works