-
### Description
In main.typ:
```
#cite("huh")
#bibliography("huh.yml", style: "apa")
```
In huh.yml
```yml
huh:
type: Web
title: Webpage
date: 2023-01-01
url:
value: http…
-
When generating a reference list for this bibtex, in IEEE style, hayagriva converts the `title` to be in sentence case:
```bibtex
@online{mdn-canvas-api,
author = {{MDN Contributors}},
titl…
-
I'm admittedly biased, given I created it, but have you considered (also) supporting CSL citation styles and JSON input format?
I'm sure there are performance and other advantages to the rust-based…
-
### Description
The citation style is IEEE, but I wanted to reference the title and author for a single citation, and I thought I could achieve this by specifying `style` for that single citation. E.…
-
Consider this file `tmp.yml`:
```
foo-article:
type: Article
author: Foo Bar
date: 2023
title:
value: SCCs are great
verbatim: true
```
Running
```
$ hayagriva tmp.ym…
-
### Description
As can be seen in the picture, the title property of the `@book` entry in my .bib file is false.
The _A_ of "Duden Wirtschaft von A bis Z" is written lowercase whereas it should be…
-
Additionally to #482, typst also changes the capitalization of the book titles and does weird things to authors.
As German is a language with strict capitalization rules this is quite annoying, but…
-
Some of the code here is just kind of ugly, mostly because I'm still a newbie with Rust.
In particular, there's a lot of `unwrap` and such, since I'm defining a lot of the key struct fields as opti…
-
Hi, I need to cite some references that contain math in the title.
I think this is not currently possible using a .bib file.
-
See https://discord.com/channels/1054443721975922748/1147959392390615221/1147961499101442138