如果我的 LaTeX 源中的脚注文本颜色能够自动显示为与常规文本颜色不同的颜色,我会发现这非常有帮助。
就像您在一行前面放置 % 时一样。
也就是说,如果我写道:
Though he acknowledges space, it is far from central to his analysis. What Foucault
brings to the board is the issue of normalization.\footnote{Much of the following
line of thought comes from a detailed reading of Late Foucault, a period of his
research commonly referred to as his ethical phase. Spliced in is some...
bababa} Normalization, according to Foucault...
当我编辑时,我的脚注会一直持续下去,并且需要很长时间才能到达下一段正文。
如果我可以在开始时做点什么,那就太好了,这样当我写下 \footnote{} 时,{} 内的所有内容都会显示为酒红色或其他柔和的颜色。
我发现有人建议我可以使用 \footnote{mark1},然后稍后写出带有 mark1 的文本,但我认为这会使我的文本更加混乱,因为我有太多的脚注。
答案1
您无法让 TeXShop 为源代码的各个部分着色。不过,最新版本 (2.38) 增强了括号识别功能。
- 如果双击左括号,则会选择其中的所有文本。
- 如果您使用箭头键移动到左括号上,则括号内元素的全部内容将以黄色突出显示。如下图所示。
这两种技术都可以使长距离环境的导航变得更加容易。
您还可以做的另一件事是将长脚注放在自己的行上:
Though he acknowledges space, it is far from central to his analysis. What Foucault
brings to the board is the issue of normalization.%
%
\footnote{Much of the following line of thought comes from a detailed reading of
Late Foucault, a period of his research commonly referred to as his ethical phase.
Spliced in is some...bababa}
%
Normalization, according to Foucault...
注释字符使空行不会被解释为新段落。