Strings
@String { kopp = "Kopp, Oliver" }
@String { kubovy = "Kubovy, Jan" }
@String { et = " and " }@Misc{m1,
author = kopp # et # kubovy,
}@Misc{m2,
author = kopp # " and " # kubovy,
}Rendering of constants in JabRef's entry editor
@Misc{m3,
month = may,
}JabRef's typed Strings
Further reading
Last updated
Was this helpful?