Text FormattingHyperref conflict

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
nikokat
Posts: 2
Joined: Tue Dec 16, 2014 8:58 pm

Hyperref conflict

Post by nikokat »

I am using Hyperref with the dvips option.
Works perfectly when \usepackage{times} is invoked.
I am trying to use the truetype fonts available on windows by using

Code: Select all

\renewcommand{\sfdefault}{tar}
\renewcommand{\rmdefault}{ttm}
\renewcommand{\ttdefault}{tcr}
Independently, these also work perfectly. However, when combined with hyperref the prostscript driver freezes. Can someone identify the conflict and suggest a bypass?
Thanks,
Niko
Last edited by Stefan Kottwitz on Wed Dec 17, 2014 9:03 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Hyperref conflict

Post by Johannes_B »

Hi and welcome,
I would suggest to simly drop the option for hyperref. Packages like hyperref do a pretty good job on deciding on their own which driver is to be used in the situation.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Hyperref conflict

Post by josephwright »

I think we'll need a full example to help beyond what's already been suggested: there is no real reason to expect an issue here.
Joseph Wright
nikokat
Posts: 2
Joined: Tue Dec 16, 2014 8:58 pm

Re: Hyperref conflict

Post by nikokat »

Dropping the dvips option worked.
I always thought that is necessary and never tried it.
Many thanks for the suggestion.
Niko
Post Reply