Skip to content

Commit

Permalink
Consistent IEETransBST
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Nov 17, 2015
1 parent 94d8201 commit 05ccad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ public boolean hasAllRequiredFields(BibtexEntry entry, BibtexDatabase database)
public static final BibLatexEntryType IEEETRANBSTCTL = new BibLatexEntryType() {

{
addAllOptional("ctluse_article_number", "ctluse_paper", "ctluse_forced_etal",
addAllOptional("ctluse_article_number", "ctluse_paper", "ctluse_forced_etal", "ctluse_url",
"ctlmax_names_forced_etal", "ctlnames_show_etal", "ctluse_alt_spacing",
"ctlalt_stretch_factor", "ctldash_repeated_names", "ctlname_format_string",
"ctlname_latex_cmd", "ctlname_url_prefix");
Expand Down

0 comments on commit 05ccad2

Please sign in to comment.