General ⇒ LaTeX and Hypertext
LaTeX and Hypertext
I'm about to write a design document for a computer game. And I like LaTeX, so I would like to use it. The problem is that I would like the whole design document to be split up into several documents with links between them, kind of like HTML pages. The reason for this is that I don't want to be scrolling through a 200-page document to find what I need when I'm using it as a reference. Is there any kind of tool or package for LaTeX that can do this kind of thing? If you don't know anything for latex, maybe you know of another tool that can produce HTML pages? I mean, it's a bit more time consuming to write HTML than LaTeX.
By the way, I wasn't sure about in which subforum this should go. So excuse me if this was the wrong one.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
LaTeX and Hypertext
LaTeX and Hypertext
But there is one thing I'm dissatisfied with. In the "bookmarks" thing in Adobe Reader, there are hyperrefs to all sections and subsections. However, there is no hyperref back to "Contents". In order to be able to jump between sections, being able to jump back to contents would be valuable. So, how can I make contents show up in the bookmarks thing?
To clarify:
LaTeX and Hypertext
Code: Select all
\begin{document}
\pdfbookmark[1]{TOC}{Contents}
\tableofcontents