Lint check .bib file #18

Closed
opened 2026-03-22 15:21:32 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @profvjreddi on GitHub (Nov 11, 2023).

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). 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-03-22 15:21:32 -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

`

@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

@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#18