Skip to content
New issue

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

primaryClass alias for arXiv entries #67

Open
matchatealeaf opened this issue Dec 24, 2024 · 0 comments
Open

primaryClass alias for arXiv entries #67

matchatealeaf opened this issue Dec 24, 2024 · 0 comments

Comments

@matchatealeaf
Copy link

According to the biblatex documentation, archivePrefix and primaryClass were added as aliases for eprinttype and eprintclass respectively for arXiv compatibility.
See: https://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/biblatex.pdf#subsubsection.2.2.5

However, it seems that only archivePrefix was implemented in this crate for eprinttype, and primaryClass for eprintclass is missing.

biblatex/src/lib.rs

Lines 764 to 775 in 190576a

alias_fields! {
address: "address" | "location",
location: "location" | "address",
annotation: "annotation" | "annote",
eprint_type: "eprinttype" | "archiveprefix",
journal: "journal" | "journaltitle",
journal_title: "journaltitle" | "journal",
sort_key: "key" | "sortkey" => String,
file: "file" | "pdf" => String,
school: "school" | "institution",
institution: "institution" | "school",
}

eprint_class: "eprintclass",

Is there a reason for the exclusion of primaryClass for eprintclass, or is it simply missed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant