Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: added resource flag to bibtool command #4457

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bibtoolrsc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a config file for bibtool, see
# http://www.gerd-neugebauer.de/software/TeX/BibTool/en/
# To use it, invoke bibtool as follows:
# bibtool docs/oscar_references.bib -o docs/oscar_references.bib
# bibtool -r .bibtoolrsc docs/oscar_references.bib -o docs/oscar_references.bib

sort = on

Expand Down
2 changes: 1 addition & 1 deletion docs/src/DeveloperDocumentation/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ existing entries. An easy way to do that is to add your new BibTeX entry,
then run [bibtool](http://www.gerd-neugebauer.de/software/TeX/BibTool/en/)
by invoking it as follows from the root directory of the Oscar.jl repository:

bibtool docs/oscar_references.bib -o docs/oscar_references.bib
bibtool -r .bibtoolrsc docs/oscar_references.bib -o docs/oscar_references.bib

For every pull request on github, the CI checks if running `bibtool` leads to
changes in the bibliography. If so, this test fails and indicates that the
Expand Down
Loading