Files
John MacFarlane 9bf112b9af LaTeX writer: preserve locator labels with --natbib.
In #9275 we made pandoc strip off locator labels (e.g. `p.`)
for natbib and biblatex output. In fact, this is only desirable
for biblatex.  natbib needs the locators to be preserved.

Closes #10057.
2024-08-06 15:16:24 -07:00

164 B

% pandoc --natbib -t latex
We all love the famous proof by @BenjaminHornigold [p. 42].
^D
We all love the famous proof by \citet[p.~42]{BenjaminHornigold}.