We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
editor
affiliated
In my Typst document, using #bibliography("bibliography.yml", style: "apa") and #set text(lang: "es"), and having this bibliography.yml:
#bibliography("bibliography.yml", style: "apa")
#set text(lang: "es")
bibliography.yml
stallings: type: Book title: Sistemas operativos author: Stallings, William editor: Martín-Romo, Miguel affiliated: - role: translator names: - Peña Sánchez, José María - Pérez Costoya, Fernando - de los Santos Pérez Hernández, María - Robles Forcada, Víctor - Rosales García, Francisco Javier publisher: Pearson Educación edition: 5 date: 2005 serial-number: isbn: 84-205-4462-0 language: es page-total: 872
The reference renders like this:
Notice the double ; and the missing ; between the editor and the translators.
;
The text was updated successfully, but these errors were encountered:
hayagriva/src/csl/rendering/names.rs
Lines 346 to 356 in 8dce242
This bug should be fixed by swapping the names and delimiter.
Sorry, something went wrong.
Fix delimiter position in names (typst#73)
1e072e3
91dcef8
12cb55b
No branches or pull requests
In my Typst document, using
#bibliography("bibliography.yml", style: "apa")
and#set text(lang: "es")
, and having thisbibliography.yml
:The reference renders like this:
Notice the double
;
and the missing;
between the editor and the translators.The text was updated successfully, but these errors were encountered: