Re: [MiKTeX] Problem with hyperref // thanks for the solution
MiKTeX source code moved to GitHub
Brought to you by:
csc
|
From: Dragan B. <bl...@tu...> - 2009-04-22 14:13:25
|
This solved my problem. Thanks a lot!
Dragan B.
On Tue, 21 Apr 2009, George N. White III wrote:
> This is not a MiKTeX problem. Using TeX Live 2008, the version compiled with
> hyperref gets a bold font for the "Theorem", while without hyperref
> uses lmcsc10.pfb.
> RTFM for hyperref and you will find that one potential conflict is for:
>
> "Packages that typeset the contents of the \label and \ref macros,
> such as showkeys. Since
> the hyperref package redefines these commands, you must set
> implicit=false for these
> packages to work."
>
> When change the file to use:
>
> \usepackage[implicit=false]{hyperref}
>
> I get the lmcsc font as with the version that doesn't use hyperref.
>
>
|