pandoc-3.4: test/command/10057.md
```
% 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}.
```
```
% 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}.
```