Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dot leader (dotted line) does not show when the TOC is manually positioned (using toc:: macro) #655

Open
diguage opened this issue Apr 25, 2022 · 1 comment
Labels
👶 good first issue Good for newcomers 🐛 bug Something isn't working

Comments

@diguage
Copy link

diguage commented Apr 25, 2022

The error example

= This is a demo project for Asciidoctor Web PDF
:toc:
:toc-placement!:


[preface]
== Preface

* 作者: **[.big]#D瓜哥#**
* 博客: [.big]#https://www.diguage.com/["地瓜哥"博客网 · https://www.diguage.com/^]#

This is a preface.

toc::[]

<<<

:sectnums:

== Sect 1

. 这是一个列表。
. 这是一个列表。
. 这是一个列表。
. 这是一个列表。

== Sect 2

. 这是一个列表。
. 这是一个列表。
. 这是一个列表。
. 这是一个列表。

== Sect 3

. 这是一个列表。
. 这是一个列表。
. 这是一个列表。
. 这是一个列表。

== Sect 4

. 这是一个列表。
. 这是一个列表。
. 这是一个列表。

image

The OK example

I commented out two configuration items :toc-placement!: and toc::[], then it is OK.

= This is a demo project for Asciidoctor Web PDF
:toc:
// :toc-placement!:


[preface]
== Preface

* 作者: **[.big]#D瓜哥#**
* 博客: [.big]#https://www.diguage.com/["地瓜哥"博客网 · https://www.diguage.com/^]#

This is a preface.

// toc::[]

<<<

:sectnums:

== Sect 1

. 这是一个列表。
. 这是一个列表。
. 这是一个列表。
. 这是一个列表。

== Sect 2

. 这是一个列表。
. 这是一个列表。
. 这是一个列表。
. 这是一个列表。

== Sect 3

. 这是一个列表。
. 这是一个列表。
. 这是一个列表。
. 这是一个列表。

== Sect 4

. 这是一个列表。
. 这是一个列表。
. 这是一个列表。

image

@ggrossetie
Copy link
Owner

The following style might not apply correctly in this case:

https://github.com/Mogztter/asciidoctor-web-pdf/blob/0a27de7423f12fe1f8b5ff7bcb720b786fb63e5b/css/document.css#L236-L247

Not sure exactly why but feel free to submit a pull request if you find a solution.

@ggrossetie ggrossetie added 🐛 bug Something isn't working 👶 good first issue Good for newcomers labels Apr 29, 2022
@ggrossetie ggrossetie changed the title I custom the TOC place, and the lines between section titles and page numbers do not display. Dot leader (dotted line) does not show when the TOC is manually positioned (using toc:: macro) Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👶 good first issue Good for newcomers 🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants