mit-deep-learning-book-pdf
mit-deep-learning-book-pdf copied to clipboard
add logical pages support
Hi, it's possible to add the support for numbering the pages like "VII (7 of 800)" when in the preamble and then like "20 (27 of 800)? In this way it's easier to reference the content of a specific page. (e.g "go to the example at page n")
Yes, it's possible to add page numbering as you described, with both Roman numerals for the preamble and Arabic numerals for the main content of a document. This is a common formatting style for many academic and formal documents. Here's how you can achieve this:
-
Section Breaks: Divide your document into two sections: one for the preamble and another for the main content. Most word processing software, like Microsoft Word or LaTeX, allows you to insert section breaks.
-
Page Numbering Format:
- For the preamble section, set the page numbering format to use Roman numerals. This can usually be done in the header/footer settings of your document editor.
- For the main content section, set the page numbering format to use Arabic numerals.
-
Page Numbering Display: In the preamble section, insert a field or placeholder in the header/footer where you want the Roman numeral page number to appear (e.g., "VII"). In the main content section, insert another field or placeholder for the Arabic numeral page number.
-
Total Page Count: To display the total page count (e.g., "7 of 800" or "27 of 800"), insert a field or formula that calculates the total number of pages in the document and displays it in the appropriate format. This will vary depending on your document editor.
Here's a more detailed example for Microsoft Word:
For the Preamble (Roman numerals):
- Go to the section of your document that contains the preamble.
- Insert a section break to separate it from the main content.
- Double-click in the header or footer area of the preamble section.
- Insert a page number field by going to "Insert" > "Page Number" > "Format Page Numbers."
- Choose "Roman numerals" for the numbering format.
For the Main Content (Arabic numerals):
- Go to the section of your document that contains the main content.
- Double-click in the header or footer area of the main content section.
- Insert a page number field.
- To display the total page count as "27 of 800," insert a field for the current page number and a field for the total number of pages in the document, then format them accordingly (e.g., "Page {PAGE} of {NUMPAGES}").
Please note that the exact steps may vary depending on the software you are using, so consult the documentation for your specific word processing or document layout tool for precise instructions.