如图,文档的默认英文字体设置为了times new roman,字号为10pt
引用参考文献的上标的字体和字号就是默认的英文字体和字号,这样看着很别扭,字体太大了,
请问如何能在这种情况更改上标的字体大小呢?
\documentclass[a4paper,10.5pt]{ctexart}
\setmainfont{Times New Roman}[SizeFeatures={Size={10}}] %英文在导言区设置
\setCJKmainfont{SimSun}[AutoFakeBold,AutoFakeSlant]
\newcommand{\upcite}[1]{\textsuperscript{\textsuperscript{\cite{#1}}}}
\begin{document}
\zihao{-4} 中文在这里声明一下\upcite{article10,article11}就能够[10, 11]dsgsg
\begin{thebibliography}{99}
\bibitem{article10} Y. Tanzawa, N. Watanabe, T.
\bibitem{article2} Y. Rahali, M. Assidi, I. Goda,
\bibitem{article3} J. Quinn, R. McIlhagger, A.T. McIlhagger
\bibitem{article4} A.P. Mouritz, M.K. Bannister, P.J. Falzon, K.H. Leong
\bibitem{article5} S.N.A. Safri, M.T.H. Sultan, M. Jawaid, K. Jayakrishna
\bibitem{article6} N.L. Hancox
\bibitem{article7} T. Richardson
\bibitem{article8} A. Pegoretti, E. Fabbri, C. Migliaresi,
\bibitem{article9} B.Z. Jang, L.C. Chen, C.Z. Wang, H
\bibitem{article10} S.L. Valenҫa, S. Griza, V.G. De Ol
\bibitem{article11} R.J. Muhi, F. Najim,
\bibitem{article12} N.K. Naik, R. Ramasimha, H
\bibitem{article13} A. Enfedaque, J.M. Mol
\bibitem{article14}J. Brandt, K. Drechsler,
\bibitem{article15} Y.A. Bahei-El-Din, M.A.
\end{thebibliography}
\end{document}
文章要求的是正文中英文字体大小为10pt,请问这种情况下有什么方法能解决这个问题吗?
@u71663 把文档类选项的
[10.5pt]
去掉,改成[10pt]