是否可以为 配置下面的 XML 结构\ref
,\pageref
并natbib
引用诸如\citep
等命令\citealt
?
参见第章<xref ref-type="book-part" rid="11">11</xref>
参见图<xref ref-type="fig" rid="fig_ch1_001">1.1</xref>
(<xref ref-type="bibr" rid="ref1">Author, 2000</xref>)
,
平均能量损失
\documentclass{book}
\begin{document}
\part{Part Head 1}
\chapter{Chapter Head 1}\label{000}
Sample \ref{000}
\citep{aa}
\begin{thebibliography}{}
\bibitem[Author(2000)]{aa}Sample Bib text
\bibitem[Author(2001)]{ab}Sample Bib text
\bibitem[Author(2002)]{ac}Sample Bib text
\end{thebibliography}
\end{document}