hayagriva icon indicating copy to clipboard operation
hayagriva copied to clipboard

Unpublished works

Open genericusername3 opened this issue 1 year ago • 3 comments

I want to cite something that isn't published (yet). The IEEE guide specifies a format like B. Smith, “An approach to graphs of linear forms,” unpublished. to do this. Is there already a way to do this in Hayagriva/Typst?

Apparently, BibTeX has the @unpublished reference type for this(?)

genericusername3 avatar May 23 '24 08:05 genericusername3

Manuscript should be the right entry type for that.

https://github.com/typst/hayagriva/blob/b078cc6b71b055250a067371e52ce0a5dd6e8c9c/docs/file-format.md?plain=1#L365

If the document is an preprint article, use article instead (see the following example).

https://github.com/typst/hayagriva/blob/b078cc6b71b055250a067371e52ce0a5dd6e8c9c/tests/data/basic.yml#L252-L261

zepinglee avatar May 23 '24 09:05 zepinglee

Right, preprint articles aren't a problem, but using manuscript doesn't add the "unpublished" note to the reference that IEEE recommends for this

genericusername3 avatar May 23 '24 09:05 genericusername3

It should be a problem with ieee.csl which doesn't have a unpublished term in its code.

https://github.com/citation-style-language/styles/blob/6dd5144f52bac3c1588d52505cafc14667b23579/ieee.csl#L440-L450

zepinglee avatar May 26 '24 05:05 zepinglee