如何在 TeX4HT 中配置自定义 \ref、\pageref

如何在 TeX4HT 中配置自定义 \ref、\pageref

是否可以为 配置下面的 XML 结构\ref\pagerefnatbib引用诸如\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}

相关内容