这样,能接受吗?
\documentclass[b5paper,twoside,openany,UTF8,no-math]{ctexbook}
\usepackage{xeCJK,xeCJKfntef}
%xeCJKfntef是xeCJK的子宏包,支持断行换页的中文下划线
\usepackage{color,xcolor} %颜色支持
\definecolor{lightblue}{rgb}{.8,.8,1} %lightblue的RGB颜色设定
%定制下划线(指令\CJKunderline*{<文字>})样式,实现文字高亮排版
\xeCJKsetup{underline={%
format = \color{lightblue}, %下划线颜色
thickness = 1.25\ccwd, %下划线厚度
depth = -1.0\ccwd, %下划线到文字基线的距离
}
}
\begin{document}
这是一段测试文字,\CJKunderline*{其中这些文字用xeCJKfntef宏包高亮,但是这些文字的注释}\footnote{显示异常的注释。}\CJKunderline*{显示异常。}
\end{document}
问 在使用xeCJKfntef包排版高亮文字时,footnote无法正常显示,如何解决?