Post Reply 
HP-Prime CAS manual translated to English
01-19-2018, 06:11 PM
Post: #4
RE: HP-Prime CAS manual translated to English
(01-19-2018 04:15 PM)Jean-Michel Wrote:  For some reasons, I decided to rework the original LaTex text in Word for Mac 2011. I did not find how to have the page numbers of the index as links to the document. Is this possible? If so, how?

If you use this code in your preamble, your index, footnotes, and references turn to hyperlinks.

Code:

\usepackage{ifpdf}
\ifpdf 
    \usepackage[pdftex]{graphicx}   % to include graphics
    \pdfcompresslevel=9 
    \usepackage[pdftex,     % sets up hyperref to use pdftex driver
            plainpages=false,   % allows page i and 1 to exist in the same document
            breaklinks=true,    % link texts can be broken at the end of line
            colorlinks=true,
            pdftitle=My Document
            pdfauthor=My Good Self
           ]{hyperref} 
    \usepackage{thumbpdf}
\else 
    \usepackage{graphicx}       % to include graphics
    \usepackage{hyperref}       % to simplify the use of \href
\fi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP-Prime CAS manual translated to English - Michael K-K - 01-19-2018 06:11 PM



User(s) browsing this thread: 1 Guest(s)