179 questions
0
votes
0
answers
26
views
Add Two Different Page Numbering Styles to Parent Page
My document is made up of several smaller "sections" compiled into one large document. Each section has its own page-number prefix and is numbered 1 through whatever. They look like MD-23 or ...
0
votes
1
answer
86
views
How to insert a page number in a specific location in a Footer in a Word Document
I have a macro that, when ran, will batch update the footer in a range of spec documents using a userform. When the user runs the macro, it first prompts to open a range of documents, then a userform ...
0
votes
1
answer
91
views
Numbering pages with periodicity when printing with CSS
I have an HTML file that needs to be printed, and I want each printed page to display a page number. However, instead of sequential numbering (1, 2, 3, 4, 5, 6), I need the page numbers to repeat in a ...
1
vote
0
answers
171
views
Displaying header/footer page number alphabetically (abc) instead of numerically (123)
I'm trying to get page numbers to display as abc... etc. in the header
Although I'm not sure if it possible at all to manipulate the page numbers expression atleast in the way that I am trying to do ...
0
votes
1
answer
136
views
Starting page numbers at 600
I use enscript to add page numbers to PDF files generated from libreoffice.
I use the following script and have always started numbering at page 1.
Now I want to start numbering at page 600 and my ...
1
vote
1
answer
595
views
Add slide numbers to Jupyter Notebook Slides
I would like to add slide numbers to a Jupyter Notebook slideshow. I found an issue about this, but I am not sure how and if it possible to add slide numbers to your slides in Jupyter Notebook ...
1
vote
0
answers
62
views
Automatic pages switch on python
You know that when information is parsed from a particular site, depending on how the code is written, it switches to the next page after the information from one or another has already been taken. ...
-1
votes
1
answer
725
views
how to solve error in page number order in latex?
I am writing a paper based on Elsevier's two-column latex class.
The page number is shown in the picture below:
page x of y (but x > y)!! It shows page 13 of 11!!
This is the problem that I need to ...
1
vote
0
answers
330
views
Generate pdf from HTML string with styles net core blazor
Currently, I have an HTML string to generate the PDF. The number of pages will vary according to the data which will be added to this HTML string.
Note: this HTML is a complete HTML string not div or ...
0
votes
0
answers
108
views
How do add page numbers to the footer of an XSLT document
I am using XSLT to generate PDF document. which pulls seperate footer.html documents to use for the footers. (different countries different addresses) i need to add page numbers of the xslt document ...
1
vote
1
answer
650
views
Slides is not defined
I'm doing my first steps in Google Apps script, and trying to add SlideNumbers with a code that I found.
Each slide has textbox with "{{PgNm}}" text, and I'm trying to replace this with the ...
-1
votes
1
answer
344
views
How to allow numbering of white pages in memoir class?
I have this kind of document
\documentclass[a4paper,12pt,twoside,openright]{memoir}
however, the left blank pages due to the openright option are not numbered. For example, I am moving from page 5 to ...
0
votes
1
answer
534
views
In Word 365, can you specify alternative Heading styles when formatting page numbers using VBA?
Our organization has documents with appendices that have their own numbering scheme, separate from the main document, and to make this clear, we would like to have the appendix number precede the page ...
0
votes
1
answer
178
views
Is there a way to format Word 365 chapter numbers in page-numbering using VBA?
We have large documents that use legal numbering (1, 1.1, 1.1.1) for main content and alphabetic letters for appendices (e.g. Appendix A, B, C, etc.), and we re-start numbering for each appendix. We ...
0
votes
1
answer
334
views
What is the difference clustered vs non-clustered index when we calculate number of accesses pages?
Employee (Ssn, FirstName, LastName, Gender, Age, Salary, DepartmentID)
Assumptions:
• There is no index.
• There are total 8,000,000 rows.
• 250,000 rows fall within the 2,500 to 3,000 salary range.
• ...