General2 table of contents

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
flotlse83
Posts: 4
Joined: Sat Oct 18, 2008 9:20 pm

2 table of contents

Post by flotlse83 »

Hi,
First of all, I would like to thank you all. I have learned a lot by reading many of your posts.

As many of us, I am working on my thesis manuscript, and I must write two completely separate parts.
The first part is the full version in english, and the second part is a (not so) short summary in french. The parts have to contain their own table of contents, table of figures, their own chapters and so on... but the page numbers should be normally incremented.

I have not been able to find a sexy way to do that yet. Any ideas ?

The only way that I am thinking of right now is to generate two different files, and use \setcounter{page}{} at the beginning of the second file to account for the number of pages of the first file, and find a way to only create one pdf (i'm sure this is possible).

If you have any suggestions, your help is very much appreciated,
thank you,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

2 table of contents

Post by gmedina »

Hi,

the minitoc package could be an option. Refer to the package documentation for further information.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
flotlse83
Posts: 4
Joined: Sat Oct 18, 2008 9:20 pm

Re: 2 table of contents

Post by flotlse83 »

I will look at it, thank you.
flotlse83
Posts: 4
Joined: Sat Oct 18, 2008 9:20 pm

Re: 2 table of contents

Post by flotlse83 »

Maybe I am not using minitoc correctly, but
1. I can not have the first table of contents in english (in part 1), and the second in french although I had the "part 2" correctly translated using the babel (english, french) package
2. For some reason, the toc, lof, and lot do not follow the style rules that I use to have with a simple table of contents.

thank you for your help,
PGScooter
Posts: 31
Joined: Mon Jul 14, 2008 2:47 pm

Re: 2 table of contents

Post by PGScooter »

Hi flotlse83,

If I were you, I would have a command (do you know how to use the \renewcommand ?) that simply takes two inputs, the English and the French. Then, when you want to output the French, you can just change the renewcommand to output French.

Does that make sense?
flotlse83
Posts: 4
Joined: Sat Oct 18, 2008 9:20 pm

Re: 2 table of contents

Post by flotlse83 »

It does. I will try that out.
thanks
PGScooter
Posts: 31
Joined: Mon Jul 14, 2008 2:47 pm

Re: 2 table of contents

Post by PGScooter »

did that do the trick? I'm wondering if you used that way or found a better way.
Post Reply