我的直觉是
Lorem ipsum\footnote{long footnote that spans a whole bunch of lines. }
但是,无论在哪里我把的{
,并}
相对于脚注文本,我得到以下错误:
Latex Error: ./mydoc.tex:142 Package inputenc Error: Unicode char \u8:? not set up for use with LaTeX.
dmckee.. 6
脚注填写在可用空间中,就像任何其他段落一样:你只需写
\footnote{ a whole lot of text that goes on and on and on and... ... and may consists of multiple sentences. But after a while ... it finally comes to a stop. }
那不是你的问题.看着错误信息(我从个人经验中无法识别),我会说你的问题是字符集或字体相关.
你是编辑使用unicode吗?
脚注填写在可用空间中,就像任何其他段落一样:你只需写
\footnote{ a whole lot of text that goes on and on and on and... ... and may consists of multiple sentences. But after a while ... it finally comes to a stop. }
那不是你的问题.看着错误信息(我从个人经验中无法识别),我会说你的问题是字符集或字体相关.
你是编辑使用unicode吗?