Closed simsong closed 5 years ago
@simsong apologies for inactivity, I have been extremely busy with work. I will answer to this and the remaining issues very soon.
No problem, we are all crazy busy.
On Oct 5, 2018, at 7:56 PM, Illya Gerasymchuk notifications@github.com wrote:
@simsong https://github.com/simsong apologies for inactivity, I have been extremely busy with work. I will answer to this and the remaining issues very soon.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iluxonchik/rfc-bibtex/issues/10#issuecomment-427528213, or mute the thread https://github.com/notifications/unsubscribe-auth/ABhTrCmZfCqhA7n-r25EzwwObBc0uuGbks5uh_G7gaJpZM4W1_rb.
@simsong I think that we should accept both version \cite{RFC123}
and \cite{rfc123}
.
This gives the flexibility to the user (some prefer lowercase, some uppercase). There is no obvious reason why someone would want to have RFC123
and rfc123
point to two different things.
So we will need to preserve case in the .bib file.
On Nov 15, 2018, at 10:43 AM, Illya Gerasymchuk notifications@github.com wrote:
@simsong I think that we should accept both version \cite{RFC123} and \cite{rfc123}.
This gives the flexibility to the user (some prefer lowercase, some uppercase). There is no obvious reason why someone would want to have RFC123 and rfc123 point to two different things.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Yes. What are your thoughts on this? Do you agree?
I think that preserving case is good. But what do we do if a sloppy person has both \cite{rfc7230} and \cite{RFC7230} ? Putting it twice in the .bib file will result in duplicate entries, which will be confusing. So do we throw an error?
On Nov 16, 2018, at 12:06 PM, Illya Gerasymchuk notifications@github.com wrote:
Yes. What are your thoughts on this? Do you agree?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iluxonchik/rfc-bibtex/issues/10#issuecomment-439460176, or mute the thread https://github.com/notifications/unsubscribe-auth/ABhTrFj3Wmx7H9Htgp3Z2zp0U-bKaZC3ks5uvvCJgaJpZM4W1_rb.
You are raising a very interesting question. I suggest showing a warning message for now.
Closed in #12
The
datatracker.ietf.org
service returns RFC BiBTeX entries with the lettersrfc
in lowercase:How should we handle the situation when a person does a
\cite{RFC7230}
? I think that BibTeX labels are case-sensitive. Should we modify the code that we receive fromietf.org
, or should we not accept\cite{RFC7230}
, only\cite{rfc7230}
, or should we just leave it as is, and have\cite{RFC7230}
bring in a BiBTeX entry, and then ignore it?