GeneralShowing contents for pdf readers without \tableofcontents?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mansniks
Posts: 9
Joined: Tue Jul 08, 2008 8:51 pm

Showing contents for pdf readers without \tableofcontents?

Post by mansniks »

I am writing quite long CV and it would be good to have access to contents, though, there will be no TOC in my CV, of course. How to achieve that?

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

Showing contents for pdf readers without \tableofcontents?

Post by gmedina »

What document class are you using? moderncv could be an option.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
mansniks
Posts: 9
Joined: Tue Jul 08, 2008 8:51 pm

Re: Showing contents for pdf readers without \tableofcontents?

Post by mansniks »

I use article. There is no moderncv.sty just like lipsum.sty available in my teTeX...
If short, how to get them?
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Showing contents for pdf readers without \tableofcontents?

Post by gmedina »

mansniks wrote:I use article. There is no moderncv.sty just like lipsum.sty available in my teTeX...
If short, how to get them?
It's been more than a year since teTeX was declared obsolete; see this thread. I would suggest you to change to TeX-Live.

You can get packages (and their documentatrion) at the CTAN site. For example: lipsum, moderncv.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
mansniks
Posts: 9
Joined: Tue Jul 08, 2008 8:51 pm

Re: Showing contents for pdf readers without \tableofcontents?

Post by mansniks »

Thanks,
now I have texlive, but, when I try making pdf of moderncv example file,
I get this:

/usr/share/texmf-dist/tex/latex/moderncv/moderncv.cls:0: Values of option `pdfpagemode':(hyperref) * `UseNone'(hyperref) * `UseOutlines'(hyperref) * `UseThumbs'(hyperref) * `FullScreen'(hyperref) * `UseOC' (PDF 1.5)
/usr/share/texmf-dist/tex/latex/moderncv/moderncv.cls:0: Option `pdfpagelabels' is turned off(hyperref) because \thepage is undefined.

What configuration I should do?
Post Reply