Open BalajiCM24 opened 3 months ago
Are you using the sort
option of the natbib package? On a quick check, latexml doesn't support that yet, will mark the issue as a package enhancement.
Existing code is at: https://github.com/brucemiller/LaTeXML/blob/40e9fa89efbf4006ddf06ecb57da4588aa661b4e/lib/LaTeXML/Package/natbib.sty.ltxml#L68-L69
Thanks for your response. Yes, I tried, it sorts only by year in chronological order, not alphabetically.
When converting from LaTeX to HTML, my input is: Citations: \citep{sigurd_word_2004,bybee_frequency_2007,ernestus_introduction_2011}.
Converted output: (Sigurd et al., 2004; Bybee, 2007; Ernestus & Warner, 2011)
PDF output: (Bybee, 2007; Ernestus & Warner, 2011; Sigurd et al., 2004)
How shall I sort the reference citation in alphabetical order?