我已经为我喜欢的格式拼凑了一个课程康奈尔笔记,并允许将摘要浮动到页面底部。但是,它需要手动选择将承载摘要的页面。
理想情况下,我会指定一个命令,使所有参数都位于同一页面上,第三个参数出现在底部的摘要框中。例如:
\note
{This heading should appear to the left...}
{...of this paragraph in the main text.}
{This should be concatenated with other third arguments and positioned at page bottom.}
换句话说,这有点像将脚注中的枚举省略,并将其串成一个段落。
如何创建将注释定位在页面底部的命令,但要受到每个注释与其他相关元素显示在同一页面上的限制?