
我嘗試使用\footnote
裡面的命令\raisebox
。但隨後腳註的文字就消失了!有沒有簡單的方法可以讓註腳重新出現?請收下這個XeLaTeX
MWE
\documentclass[letterpaper,12pt]{article}
\usepackage[no-math]{fontspec}
\setmainfont[ Mapping=tex-tex]{Arial}
\begin{document}
Heavy\raisebox{1ex}{things are difficult to lift!\footnote{You are right!}}
\end{document}
謝謝!