View Single Post
Old 01-25-2010, 12:28 PM   #7
janneman
Member
janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.janneman ought to be getting tired of karma fortunes by now.
 
Posts: 13
Karma: 2136218
Join Date: Jan 2010
Device: BEBOOK
Quote:
Originally Posted by Sweetpea View Post
I'd love to know how you get the structure in the menu button! Can you point out what part of your class does that?
If you use the book class and define parts, chapters, ... The pdf automatically has bookmarks for each section. And so they also appear under the menu button of your bebook.

The memoir class doesn't do this??

You can always add additional bookmarks manually (or with your script)
using the hyperref package
Code:
\pdfbookmark[level]{Name of bookmark}{your_label}
ofcourse also add your_label somewhere (with \label{your_label} )


Then they show up in the bookmarks menu of your pdf and thus also in the menu of your bebook.

This might be of interest to you, describes options when making a pdf from latex:
http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/

And this one might be what you are trying to program??:
http://html2latex.sourceforge.net/

Last edited by janneman; 01-25-2010 at 12:34 PM. Reason: added a link
janneman is offline   Reply With Quote