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-23 17:02:05
|
Well,... this really solved the problem
but introduced another one:
hyperref behaves as in a draft mode.
But Ulrike's solution is a right one (as usual).
Thank you Ulrike.
Dragan B.
On Wed, 22 Apr 2009, Dragan Blagojevic wrote:
>
> 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.
>>
>>
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> MiKTeX-Users mailing list
> MiK...@li...
> https://lists.sourceforge.net/lists/listinfo/miktex-users
>
|