我正在尝试使用 asciidoctor-pdf 呈现文档,该文档的页脚带有章节标题/页码。从到目前为止找到的示例中,我得到了这个:
= Title of the book
:notitle:
:toc: left
:toclevels: 8
:sectnums:
:sectnumlevels: 8
:source-highlighter: coderay
:icons: font
:front-cover-image: pic.jpg
footer:
height: 0.5in
line_height: 1
recto_content:
right: '{chapter-title} | *{page-number}*'
verso_content:
left: '*{page-number}* | {chapter-title}
== Chapter 1
但是它不会产生页脚。我已经尝试过使用页脚和 :footer top 指令。有什么帮助可能是错的吗?