The code for actually adding a shared equal contributions notice seems to only be present in the ICML template. In the NeurIPS template, setting equal: true for an author has no effect on the output.
|
let has-equal-contrib = author.at("equal", default: false) |
The code for actually adding a shared equal contributions notice seems to only be present in the ICML template. In the NeurIPS template, setting
equal: truefor an author has no effect on the output.typst-templates/icml/icml2024.typ
Line 119 in 8bb4231