ConTeXt:更改脚注规则 2024-5-25 • footnotes context 我想知道是否可以改变脚注规则的长度(在 Wiki 上,只能增加厚度,如果我没记错的话,还可以增加颜色)。 答案1 这样你几乎可以定义任何你需要的东西。玩得开心! \setuppapersize[A4] \unexpanded\def\longrule{\blackrule[width=10cm,color=blue,height=1pt,depth=1pt]} \setupnote[footnote][rule=command,rulecommand=\longrule] \starttext \input tufte\footnote{test} \stoptext 答案2 您可以定义自己的规则: \def\myfootrule {\hrule width 10cm \relax \kern \strutdepth} \setupfootnotes [rule=on, rule=command, rulecommand=\myfootrule] \starttext Some text.\footnote{This is a footnote} \stoptext 相关内容 \mathsf、\mathsfit、\mathbfsf 和 \mathbfsfit 中的希腊字母(不使用 unicode-math) 相当于 \ker 的地图图像 路由表连接条目与接口分配的 IP 地址不同 shell 脚本未将空格用作参数分隔符(有人可以解释一下这个小文件差异吗?) 如何打开文件浏览器并默认选择特定文件? 迁移整个服务器的最佳方法? 带文本分数的抽认卡 我应该在 Windows 7 的 XP 模式中安装防病毒软件吗?[重复] 交换不同配置系统的硬盘 通过 ssh 登录 Synology NAS 时,用户目录不存在