show page counter
This commit is contained in:
parent
a4edf92e05
commit
b7fb63afc2
1 changed files with 6 additions and 0 deletions
|
@ -252,4 +252,10 @@ table:not(.hljs-ln) tr th:last-child {
|
|||
table:not(.hljs-ln) > * {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
@page {
|
||||
@bottom-right {
|
||||
content: counter(page) "/" counter(pages);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue