Skip to content

Commit

Permalink
allow semiverbatim content in natbib \bibitem[label]
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Aug 26, 2024
1 parent dfc3bc9 commit c62a961
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 @@ -528,7 +528,7 @@ DefPrimitiveI('\reset@natbib@cites', undef, sub {

# Kinda rediculous simulating this here (we can almost pull it off in TeX)
# but the TeX tends to be quite brittle in the wilds of arXiv, so...
DefMacro('\lx@NAT@parselabel{}{}', sub {
DefMacro('\lx@NAT@parselabel Semiverbatim {}', sub {
my ($gullet, $label, $key) = @_;
my ($number, $year, $authors, $fullauthors);
my $bare = 1;
Expand Down

0 comments on commit c62a961

Please sign in to comment.