Skip to content

Commit

Permalink
minor: \bibsep is a glue register (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev authored Jan 21, 2025
1 parent 14358d3 commit 80fd1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LaTeXML/Package/natbib.sty.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ DefMacro('\bibfont', '');
DefMacro('\citenumfont', '');
DefMacro('\bibnumfmt{}', '#1');
DefRegister('\bibhang', Dimension(0));
DefRegister('\bibsep', Dimension(0));
DefRegister('\bibsep', Glue(0));

#======================================================================
# 2.13 Automatic Indexing of Citations
Expand Down

0 comments on commit 80fd1c3

Please sign in to comment.