-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
spec: Add language to handle nocite and noref cases #92
Comments
Cross-posted from the other thread: Related issue: #74 I think we would need to handle three cases:
|
I think this is all documentation-related clarity and could be handled in 1.0.2. Every processor already has a |
Sounds good. One remaining question for me is what we do with the example in the linked test: I'm pretty sure rendering
|
No output in bib, but a number in the text for the citation? No-ref wouldn't be appropriate for numeric styles; would it? |
That's a good point. We discussed that issue here: citation-style-language/styles#3005 (@adam3smith I assume that your numbered list was supposed to go 1. then 3., but markdown "fixed" that for you?) There is a need to be able to cite What about introducing a variable
The (Just spitballing here.) |
Or perhaps more simply, if an item has no printed form in the bibliography, it automatically isn't assigned a |
Strawman start of spec language:
What about note styles though? Also, I still think the second point connects to #71. |
My suggestion
I'm not sure what your thinking about notes is? I think point 1 applies just as well--an item must include output in a note in a note style, otherwise there would be an empty footnote. I don't understand what your current thinking is regarding #71. |
I'm still clarifying myself, which is why I've been vague, but here's a stab at an explanation. High-LevelBoth these cases and multi-section bibs involve:
Lower-LevelBoth will need a mix of style-based configuration (setting up groups of references based, say, on author, or type), and user-based intervention. On the latter, for Though writing this, it occurs to me I'm a little uncertain whether the above configuration is of the reference (as I wrote), or the citation. If in latex, I do this: One sentence \cite{doe19}. Another sentence \nocite{doe19}. ... what happens? It'd be odd to print the first citation, it seems to me, but that's what the code suggests. |
please see citation-style-language/test-suite#28
The text was updated successfully, but these errors were encountered: