【问题标题】:Asciidoctor do not include the first Headline in chapter countAsciidoctor 不包括章节计数中的第一个标题
【发布时间】:2020-02-26 09:31:21
【问题描述】:

我正在设置一本 asciidoctor 书,安排如下:

= Title
== Foreword & Introduction
== Chapter 1:
== Chapter 2:
...

问题是当我创建 HTML/PDF 时,文档会被索引如下:

Title
1 Foreword & Introduction
2 Chapter 1:
3 Chapter 2:

因此,如您所见,所有章节都有由前言章节引起的偏移量“1”。有没有办法解决这个问题,也许从章节计数中排除前言,或者仅对前言使用字母计数,并从“1”开始以下几个。或者任何其他可以使最终结果看起来更好的东西。 谢谢

【问题讨论】:

    标签: asciidoctor asciidoctor-pdf


    【解决方案1】:

    我很幸运!我是在寻找更不同的东西时才发现的:

    [dedication%untitled]
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-10-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多