From c62a961866372d40b87453ac011bbe60a806b2d3 Mon Sep 17 00:00:00 2001 From: Deyan Ginev Date: Tue, 6 Aug 2024 14:34:08 -0400 Subject: [PATCH] allow semiverbatim content in natbib \bibitem[label] --- lib/LaTeXML/Package/natbib.sty.ltxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LaTeXML/Package/natbib.sty.ltxml b/lib/LaTeXML/Package/natbib.sty.ltxml index 31edf8583..d7e9bd31e 100644 --- a/lib/LaTeXML/Package/natbib.sty.ltxml +++ b/lib/LaTeXML/Package/natbib.sty.ltxml @@ -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;