Search found 7 matches

by hekkendal
Wed Oct 21, 2015 1:28 pm
Forum: General
Topic: Hyperref colorlinks trouble
Replies: 6
Views: 5799

Re: Hyperref colorlinks trouble

Ok.
I am ashamed by myself.
This was a setting in the pdf-viewer on my manjaro, and had nothing to do with texlive. All is well and the given code works like a charm.
by hekkendal
Wed Oct 21, 2015 1:06 pm
Forum: General
Topic: Hyperref colorlinks trouble
Replies: 6
Views: 5799

Re: Hyperref colorlinks trouble

Here is the log file for my compiling the given code
by hekkendal
Wed Oct 21, 2015 12:35 pm
Forum: General
Topic: Hyperref colorlinks trouble
Replies: 6
Views: 5799

Re: Hyperref colorlinks trouble

Hi again.

Using MikTex in windows gave the desired result without the red boxes!? Seems to be some texlive issue then?
by hekkendal
Wed Oct 21, 2015 12:29 pm
Forum: General
Topic: Hyperref colorlinks trouble
Replies: 6
Views: 5799

Hyperref colorlinks trouble

Here is a working code snippet:

\documentclass[norsk,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{babel,amsmath,amsfonts,amssymb,textcomp,varioref}
\usepackage[pdftex]{color,graphicx}

\tolerance = 5000
\hbadness = \tolerance
\pretolerance = 2000

\title ...
by hekkendal
Wed Oct 21, 2015 12:16 pm
Forum: General
Topic: Hyperref colorlinks trouble
Replies: 6
Views: 5799

Hyperref colorlinks trouble

Hi.

usepackage[colorlinks=true]{hyperref}
\hypersetup{
linkcolor = blue,
filecolor = magenta,
urlcolor = cyan,
pdftitle = {},
bookmarks = true,
pdfpagemode = FullScreen,
}

This setup still gives me the red boxes around the hyperlinks. As far as I can understand it should not!

Any tips ...
by hekkendal
Mon Oct 11, 2010 7:47 pm
Forum: Page Layout
Topic: fancyhdr - no footrule
Replies: 4
Views: 6955

fancyhdr - no footrule

Thanks a lot!
Worked splendid. The howto i read, fancyhdr.pdf, said it should be there. This is posted from page 8 for that ducument:


\fancypagestyle{plain}{%
\fancyhf{} % clear all header and footer fields
\fancyfoot[C]{\bfseries \thepage} % except the center
\renewcommand{\headrulewidth}{0pt ...
by hekkendal
Mon Oct 11, 2010 1:14 pm
Forum: Page Layout
Topic: fancyhdr - no footrule
Replies: 4
Views: 6955

fancyhdr - no footrule

Hi.
Im trying to use fancyhdr for first time. I cant get the footrule line to show. It seems that the headrule doesnt change size either. Using MikTeX 2.8 and TeXnicCenter 1.0.rc1. Below is my working example.


\documentclass[12pt,a4paper,norsk]{article}
\usepackage[latin1]{inputenc}
\usepackage ...