Search found 4 matches

by Skiron
Sat Jul 26, 2008 11:29 am
Forum: General
Topic: How to create an appendix TOC ? [solved]
Replies: 11
Views: 71042

Re: How to create an appendix TOC ?

Wonderfull !!!!

It's working perfectly !!
(I don't have a large experience in LaTeX, I didn't think about package order...)

Your solution suits me perfectly ! It is exactly what I was expecting ! Thank you a lot for your (fast) help !!
by Skiron
Fri Jul 25, 2008 6:39 pm
Forum: General
Topic: How to create an appendix TOC ? [solved]
Replies: 11
Views: 71042

How to create an appendix TOC ? [solved]

Thank you a lot gmedina, that solve the remaining problems and that's perfect... ...on the MWE only unfortunately.

As I said, I'm using the hyperref package, and all is working well when I use it as follows:
\documentclass[a4paper]{article}
\usepackage{hyperref}
\usepackage[page,header]{appendix ...
by Skiron
Fri Jul 25, 2008 5:03 pm
Forum: General
Topic: How to create an appendix TOC ? [solved]
Replies: 11
Views: 71042

How to create an appendix TOC ? [solved]

Well... I tried to solve my problems, and, in a sense, I did.

I used the minitoc package and I put my document's content in a \part and my appendices in another. With minitoc I can generate one TOC per part, just as I wanted.

But, the part name are displayed in my document and it doesn't make ...
by Skiron
Fri Jul 25, 2008 1:52 pm
Forum: General
Topic: How to create an appendix TOC ? [solved]
Replies: 11
Views: 71042

How to create an appendix TOC ? [solved]

Hello,

I'm writting a document with appendices, I use the " appendix " package.
I'd like to have a table of content in the begining of my document with all the section of the document and only the "Appendix" title section (providing the page number where appendix starts) and not the details of the ...