Page numbering

91 views
Skip to first unread message

R 4

unread,
Apr 4, 2021, 3:47:36 PM4/4/21
to Epsilon Notes
I am sure that someone asked about this, but now for some unknown reason I can not find this question. Maybe one still need it?

---
Style: white
...

<script>$(function(){
$("pagenum").each(function(i){
    var correctedIndex = (i + 1);
    $(this).append(
        "<center>⊰&emsp;Page " +
         correctedIndex +
        "&emsp;⊱</center>")
});
});</script>

<pagenum>

{{my first page.md}}

</pagenum>
<pagenum>

{{my second page.cm}}

</pagenum>
<pagenum>

{{my third page.txt}}

</pagenum>

==========

Result

pagenum.jpg
Reply all
Reply to author
Forward
0 new messages