We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From https://discourse.julialang.org/t/ann-documentercitations-v1-0-0/101562/6
I'm not exactly sure what the use case is for this, but it would certainly be easy to implement.
The most straightforward syntax for showing all references in the .bib file except for three specific ones would probably be
.bib
```@bibliography * ! BrifNJP2010 ! GoerzDiploma2010 ! GoerzPhd2015 ```
That is, !, followed by a space (since technically citation keys are allowed to start with !)
!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From https://discourse.julialang.org/t/ann-documentercitations-v1-0-0/101562/6
I'm not exactly sure what the use case is for this, but it would certainly be easy to implement.
The most straightforward syntax for showing all references in the
.bib
file except for three specific ones would probably beThat is,
!
, followed by a space (since technically citation keys are allowed to start with!
)The text was updated successfully, but these errors were encountered: