Search found 14 matches

by javgarmar
Mon Oct 05, 2020 7:08 pm
Forum: General
Topic: problem with table of contents when I restart chapters counter
Replies: 8
Views: 7752

problem with table of contents when I restart chapters counter

Hello Ijon,

I am using overleaf currently but I usually also use winedt when I am offline.

The thing is that with your code, what I get is two parts with one chapter each. Howerver, it is true that in this case the toc its working, when I click on chapter one part 2 it doesn't go to the one in ...
by javgarmar
Thu Oct 01, 2020 12:58 pm
Forum: General
Topic: problem with table of contents when I restart chapters counter
Replies: 8
Views: 7752

problem with table of contents when I restart chapters counter

Sure, sorry for copy pasting direcly, I think this is the code in its minimum expression

\documentclass{scrbook}

\usepackage{minitoc}
\usepackage{import}
\usepackage{hyperref}

\renewcommand{\mtctitle}{ÍNDICE}
\counterwithin*{chapter}{part}

% Don't print part numbers in part titles ...
by javgarmar
Thu Oct 01, 2020 11:05 am
Forum: General
Topic: problem with table of contents when I restart chapters counter
Replies: 8
Views: 7752

problem with table of contents when I restart chapters counter

Thank you very much for your kind expanation Ijon. Since I am using class scrbook, I have tried to do it emulating not numbered parts with numbered parts (makes sense).

However I am having still troubles with the toc hiperlinks:

*EDITED: see next message*

I have commented de chapter counter ...
by javgarmar
Wed Sep 30, 2020 11:45 pm
Forum: General
Topic: problem with table of contents when I restart chapters counter
Replies: 8
Views: 7752

problem with table of contents when I restart chapters counter

Hello Bartman,

Thank you very much for your answer. I have tried with \counterwithin{chapter}{part} but it does not work.

The thing is that since at the beggining of each chapter I am writing:

\newpage
\part*{PART TITLE}
\addcontentsline{toc}{part}{PART TITLE}
\setcounter{chapter}{0}

In the ...
by javgarmar
Wed Sep 30, 2020 11:14 pm
Forum: General
Topic: Index in the beggining of each chapter
Replies: 2
Views: 1718

Index in the beggining of each chapter

Thank you very much, was exactly was I needed!
by javgarmar
Sun Sep 27, 2020 5:08 pm
Forum: General
Topic: Index in the beggining of each chapter
Replies: 2
Views: 1718

Index in the beggining of each chapter

Hello all, I am splitting my questions into different topics following Stefan indications. I was wondering if there Is anyway of introducing a table of contents inside a chapter only for the contents in the chapter?

Thank you very much in advance.
by javgarmar
Sun Sep 27, 2020 5:07 pm
Forum: General
Topic: Reestarting the pages counter
Replies: 1
Views: 1578

Reestarting the pages counter

Hello all, I wonder if you know of any counter that can be reestarted to set page number to zero from a certain point of your document.

Thank you very much in advance.
by javgarmar
Sun Sep 27, 2020 5:06 pm
Forum: General
Topic: problem with table of contents when I restart chapters counter
Replies: 8
Views: 7752

problem with table of contents when I restart chapters counter

Hello all!
I wonder if you have had this problem:

I have set the counter of chapters to 0 and now my table of contents is not working good. Is there any problem in setting that counter back to 0?
Before I had:
Part 1
Chapter 1
Chapter 2
Part 2
Chapter 3
Chapter 4
Chapter 5

And now I have ...
by javgarmar
Sun Sep 27, 2020 5:04 pm
Forum: General
Topic: Problem with parts chapters sections....
Replies: 2
Views: 2191

Problem with parts chapters sections....

Thank you very much Stefan! it worked!

I am editing to do as you say and splitting the question in different topics.

Thank you very much
by javgarmar
Sat Sep 26, 2020 7:22 pm
Forum: General
Topic: Problem with parts chapters sections....
Replies: 2
Views: 2191

Problem with parts chapters sections....

Dear all,

My name is Javier (you can find my presentation in the community section) and I have just found this forum.

I was wondering if there is any way of modifying the parts and the chapters in latex so that it doesn't appear as:

Chapter 1
Title of Chapter 1

I would rather prefer:

Title ...