Daniel Drodt

Results 19 comments of Daniel Drodt

> This PR might have been the wrong place to bring this up because, as you say, it doesn't change the behaviour I'm talking about. I'm also not sure whether...

That depends entirely on your citation style. The style usually also sets how labels are disambiguated. What style are you using?

这是机器翻译,如果中文不通顺,请见谅。你是说 hayagriva 使用的是过时的 IEEE CSL 风格?还是说不存在新的样式?如果是后者,那就与 hayagriva 无关了。该反馈应交给 CSL 样式库的维护者。 此外,如果能用英语撰写问题,我们将不胜感激。 (In English: This is machine translated, so forgive me if this is not sensible Chinese. Are you saying that...

I found the error: The rendering of `group` containing `choose` is wrong: In hayagriva, a `Choose` element has a `delimiter`. This is wrong; according to [the specification](https://docs.citationstyles.org/en/stable/specification.html?highlight=group#delimiter), this is not...

In this case, the solution concerns multiple crates: biblatex has to parse commands and store that information, hayagriva has to render them correctly.

The problem is that the translation from BibLaTeX to hayagriva throws out the note. When converting a `biblatex::Entry` to a `hayagriva::Entry`, it does the following: ```rs if let Some(note) =...

But then I am not sure that the translation works properly. Using the CLI, I am given: ```yml DBLP:series-lncs-10001: type: book title: Deductive Software Verification -- The {KeY} Book date:...

My question is still unresolved: How can I encode this in hayagriva? Should I set the `issue` or `volume` property? The BibLaTeX documentation implies that the "number" field is correct,...