参考文献为书籍的话应该如何显示页码?

2020-07-20 10:11发布

## 编译环境 操作系统 Windows 10 Tex发行版 TexLive `2019` ## 我的问题 参考文献为专著时,如何显示页码,试了一下pages{页码},似乎不起作用 ` ...

## 编译环境 操作系统 Windows 10 Tex发行版 TexLive `2019` ## 我的问题 参考文献为专著时,如何显示页码,试了一下pages{页码},似乎不起作用 ` reference.bib @book{Niederreiter1992Random, title={Random number generation and quasi-Monte Carlo methods}, author={Niederreiter, Harald}, publisher={Society for Industrial and Applied Mathematics}, pages={30-31}, year={1992}, } ` 比如上述文件,编译后无法显示页码,请指教