2
votes
0answers
49 views

Numbering figures and tables in part

Here is the deal: I'm writing my thesis and I divided the thesis into 3 parts, each part had 2 chapters. At the beginning of each part, I added two pages of introduction. However, the numbering of ...
2
votes
1answer
60 views

Change part numbering to A, B, C, … instead of I, II, III, [duplicate]

How can I configure the \part command to use A, B, C, ... to label parts, instead of I, II, III, ... Or is this bad practice?
2
votes
1answer
94 views

How can I get the first and the last frame of an part in beamer class?

Beamer class differentiates between pages and frames. To get the first page of a part beamer provides the command \insertpartstartpage and for the last page \insertpartendpage. Is there a chance to ...
7
votes
1answer
260 views

\part and \chapter commands output both numbered and named headings

I have the following LaTeX document being compiled in TeXstudio 2.3 on Windows 7 (mode is PdfLatex + PdfViewer): \documentclass[a4paper,12pt]{report} % Modified \part and \chapter from report.cls ...
3
votes
1answer
646 views

How do one reset the section numbers in beamer?

I want to reset the section numbers when a part in beamer starts. So I tried: \setcounter{section}{0} That does not work. So after searching I found this: \makeatletter ...
4
votes
1answer
431 views

Changing of the numbering of parts in beamer

I want to change the part numbering in beamer. I tried the following: \renewcommand*{\thepart}{\arabic{part}} \renewcommand{\thepart}{\arabic{part}} but without any success. The Roman numbering ...
3
votes
1answer
247 views

How to modify \part style in memoir

A beginner question: I would like to print \part with roman numbers as it follows: I. Teil or I. rész Someone could please explain me how to do it?
1
vote
2answers
261 views

newtheorem report class with `part' as reset counter

Sorry i have no MWE for this question. I have a .dtx class and looking at the diff between a previous "good" version and the present i have, there is nowhere some recollection about what exactly is ...
2
votes
1answer
485 views

minitoc: \parttoc does not work for several chapters

I have another problem with minitoc package (and command parttoc). I have 3 parts in the document, asking for a content within each part. LaTex actually places three contents, but they are all the ...