[GH-ISSUE #56] Lint check .bib file #5196

Closed
opened 2026-04-21 21:14:42 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @profvjreddi on GitHub (Nov 11, 2023).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/56

Originally assigned to: @uchendui on GitHub.

It would be good to sort the bib tex file to keep things organized.

Perhaps integrate BibTeX Tidy into a build action.

Originally created by @profvjreddi on GitHub (Nov 11, 2023). Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/56 Originally assigned to: @uchendui on GitHub. It would be good to sort the bib tex file to keep things organized. Perhaps integrate BibTeX Tidy into a build action.
GiteaMirror added the area: tools label 2026-04-21 21:14:42 -05:00
Author
Owner

@profvjreddi commented on GitHub (Nov 21, 2023):

Current I am using the following by default when I manually lint it.

`
bibtex-tidy --omit=abstract,file,shorttitle,annote,keywords,issn,doi --curly --numeric --months --tab --align=13 --blank-lines --sort=key --duplicates=key --merge=combine --sort-fields --strip-comments --trailing-commas --remove-empty-fields YOUR_FILE.bib

`

<!-- gh-comment-id:1821087198 --> @profvjreddi commented on GitHub (Nov 21, 2023): Current I am using the following by default when I manually lint it. ` bibtex-tidy --omit=abstract,file,shorttitle,annote,keywords,issn,doi --curly --numeric --months --tab --align=13 --blank-lines --sort=key --duplicates=key --merge=combine --sort-fields --strip-comments --trailing-commas --remove-empty-fields YOUR_FILE.bib `
Author
Owner

@uchendui commented on GitHub (Nov 22, 2023):

Looks good! I'll put that into an Action

<!-- gh-comment-id:1821942696 --> @uchendui commented on GitHub (Nov 22, 2023): Looks good! I'll put that into an Action
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#5196