1
vote
1answer
108 views

How to customize page numbering as “Chapter number + page number” in book class?

I am writing my final thesis, and I want to change the default page numbering like (also in TOC): 1. Introduction 1-1 1.1 Background ......... 1-1 1.1 Object ......... ... 1-2 ...
4
votes
2answers
257 views

How to make front-matter page number non-bold in ToC?

Shown in the following pic: It seems the Roman page number for front-matter look too dark in ToC, so how to make it as normal font but not change the bold Arabic number for chapters?
6
votes
3answers
514 views

How to make page numbering continuous after a second \mainmatter?

I am writing a document with multiple \mainmatters and \backmatters. The structure is basically: ... \mainmatter \backmatter ... \mainmatter \backmatter ... Is there a simple way of preventing ...
1
vote
1answer
359 views

Change page number position in the middle of a document

I'm creating a large document. My document contains three parts : frontmatter, main, backmatter. For frontmatter I have to place page number centering, for main I have to place page number flushright, ...
6
votes
2answers
666 views

Uppercase pagenumbering (roman) using \frontmatter

I am using \frontmatter, \mainmatter and \backmatter so my pagenumbering is correct. However, i would like my roman pagenumbering in \frontmatter to be uppercase. Is there any easy way to do so? ps: ...
2
votes
2answers
3k views

Some ToC & page numbering questions

I am just in the last stages of sorting out a book for my publishers. The main problems are with page numbering, and ToC. The publishers require: Table of contents (numbered with Roman numerals) a ...
4
votes
1answer
771 views

Roman numerals in frontmatter are skipping some numbers

I have the following document: \documentclass{article} \usepackage{titling, graphicx} \title{Title goes here} \author{Authors go here} \date{} \begin{document} \include{title} \pagenumbering{Roman} ...
13
votes
3answers
2k views

Roman numeral numbering for introductions

Is there a way to automatically use roman numeral numbering for introduction pages and introductory tables, which would then switch to arabic numerals for the rest of the document?