Post Reply 
HP-Prime CAS manual translated to English
01-19-2018, 09:55 PM
Post: #6
RE: HP-Prime CAS manual translated to English
(01-19-2018 06:11 PM)Michael K-K Wrote:  
(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

Thank you Michael for your advice.
May I kindly ask you where I should insert these lines of code? What is what you call "preamble"?
I work with Word for Mac, 2011.

Kind regards.
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 - Jean-Michel - 01-19-2018 09:55 PM



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