当前位置:  开发笔记 > 编程语言 > 正文

如何在LaTeX中输入多行脚注?

如何解决《如何在LaTeX中输入多行脚注?》经验,为你挑选了1个好方法。

我的直觉是

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吗?



1> dmckee..:

脚注填写在可用空间中,就像任何其他段落一样:你只需写

\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吗?

推荐阅读
云聪京初瑞子_617
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有