# FormatBib **Repository Path**: suzhouxing/format-bib ## Basic Information - **Project Name**: FormatBib - **Description**: format .bib file for latex. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-10 - **Last Updated**: 2023-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Format Bib Format `.bib` file for biblatex (unify title case and sentence case of `title`, `journal`, and `booktitle` fields). To format all `.bib` files in the current directory: ``` FormatBib.exe ``` To format specified files: ``` FormatBib.exe some.bib another.bib ``` ![Sample](ReadMe.png)