当引用(在本例中为 )自动大写时,强制将其转换\pno
为小写的最佳方法是什么?\textcite
梅威瑟:
\documentclass{article}
\begin{filecontents}[force]{test.bib}
@book{Author2022,
author = {Some Author},
title = {An Interesting Book},
date = {2022},
edition = {1},
publisher = {P. Ublisher},
}
\end{filecontents}
\usepackage{biblatex}
\addbibresource{test.bib}
\begin{document}
See \textcite[appendix to ch.~V, \S~3, esp.~\pno~359]{Author2022} for more.
\printbibliography
\end{document}
生成:
我更愿意这样说See Author [1, appendix to ch. V, § 3, esp. p. 359] for more.
。