0

我正在使用 asciidoctor 和 asciidoctor-pdf。我想在第三页之后开始页码。我怎样才能在 .yml 文件的 asciidoctor 中做到这一点?

我当前的页脚配置是

footer:
  font_size: $base_font_size_small
  # NOTE if background_color is set, background and border will span width of page
  border_color: DDDDDD
  border_width: 0.25
  height: $base_line_height_length * 2.5
  line_height: 1
  padding: [$base_line_height_length / 2, 1, 0, 1]
  vertical_align: top
  recto:
    #columns: "<50% =0% >50%"
    right:
      content: '{page-number}'
  verso:
    #columns: $footer_recto_columns
    left:
      content: $footer_recto_right_content
4

0 回答 0