Search found 7 matches

by maxhikorski
Sat Jan 12, 2019 3:43 pm
Forum: General
Topic: disappearing hyperlinks
Replies: 3
Views: 2799

disappearing hyperlinks

It seems that when I open the pdf from the website, the hyperlinks are not visible, but when I save the pdf onto my machine and then reopen it, the hyperlinks reappear. So problem solved! Thank you for you offer of help, Stefan.
by maxhikorski
Fri Jan 11, 2019 6:20 pm
Forum: General
Topic: disappearing hyperlinks
Replies: 3
Views: 2799

disappearing hyperlinks

I have a problem; I'm not sure this is 100% within the scope of this forum, but I can but ask.

I have prepared my latex including hyperlinks, I have pdf-ed it, and all the hyperlinks work beautifully in the pdf.

Now I load this pdf onto my webspace, and the hyperlinks are preserved (I've checked ...
by maxhikorski
Mon Jan 07, 2019 2:24 pm
Forum: General
Topic: \hyperref hyperlinks
Replies: 2
Views: 1740

\hyperref hyperlinks

Yes, this looks to be working fine now; many thanks for your help.
by maxhikorski
Mon Jan 07, 2019 12:32 pm
Forum: General
Topic: \hyperref hyperlinks
Replies: 2
Views: 1740

\hyperref hyperlinks

I have the following code;

\documentclass[12pt]{article}
\usepackage[ansinew]{inputenc}
\usepackage{array}
\usepackage{color}
\usepackage{amsmath,amsthm}

\usepackage{amsxtra}
\usepackage{amstext}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{enumerate}
\usepackage ...
by maxhikorski
Sun Jan 06, 2019 9:56 pm
Forum: General
Topic: table of contents and hyperref
Replies: 4
Views: 26156

table of contents and hyperref

Many thanks, Stefan, this does the trick. I really appreciate your help with this. Jonny
by maxhikorski
Sat Jan 05, 2019 5:28 pm
Forum: General
Topic: table of contents and hyperref
Replies: 4
Views: 26156

table of contents and hyperref

Okay, Stefan, this compiles for me all right and gives the problem I am talking about. Clicking in a link on the Contents page connects to the wrong chapter.

\documentclass[12pt]{article}
\usepackage[ansinew]{inputenc}
\usepackage{array}
\usepackage{color}
\usepackage{amsmath,amsthm}

\usepackage ...
by maxhikorski
Fri Jan 04, 2019 7:40 pm
Forum: General
Topic: table of contents and hyperref
Replies: 4
Views: 26156

table of contents and hyperref

I have added the \hyperref package to my document. Everything okay except that in Contents (as generated by \tableofcontents), everything has been given a hyperlink that links to the wrong section; it links to the section BEFORE the one required. So 'Welcome' links to Contents, Chapter 1 links to ...