mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
9bf112b9af
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.
164 B
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}.