
\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}
감사해요!