Search found 8 matches

by Zardoz
Tue Jun 03, 2008 1:48 am
Forum: MiKTeX and proTeXt
Topic: problem with MikTek package updater
Replies: 7
Views: 20815

problem with MikTek package updater

I'm having the same issue! I can't run the updater or the package manager without getting an error message:

The operation could not be completed for the following reason:

Server was unable to process request. ---> Too many requests to the MiKTeX web service are arriving from your IP address ...
by Zardoz
Mon Jun 02, 2008 2:16 am
Forum: MiKTeX and proTeXt
Topic: problem with MikTek package updater
Replies: 7
Views: 20815

problem with MikTek package updater

localghost wrote:Choose another server, preferably one that is located in (or next to) your home country.
I tried that already, Thorsten, but as I said in my original post, this gives me the same error. I can't do anything in MikTek at the moment without getting this error.
by Zardoz
Tue May 13, 2008 2:01 am
Forum: MiKTeX and proTeXt
Topic: problem with MikTek package updater
Replies: 7
Views: 20815

problem with MikTek package updater

I have used the MikTek Package updater successfully before, but recently it has stopped working. No matter what I try to do -- install a package, or change default package repository, say -- I get the same error:

MiKTeX Problem Report
Message: The MiKTeX web service has rejected your request ...
by Zardoz
Wed Apr 23, 2008 3:58 am
Forum: General
Topic: hyperref interferes with \raisebox ?
Replies: 3
Views: 4242

hyperref interferes with \raisebox ?

Stefan_K wrote:Hi Steve,

try

Code: Select all

\newcommand*\smalltilde{\raisebox{-1.5mm}{\~{}}}
Stefan
Thank you, that worked beautifully -- can you tell me why?

Steve
by Zardoz
Wed Apr 23, 2008 3:09 am
Forum: General
Topic: hyperref interferes with \raisebox ?
Replies: 3
Views: 4242

hyperref interferes with \raisebox ?

I've attached a MWE showing a bad interaction between hyperref and the command

\newcommand{\smalltilde}[0]{\raisebox{-1.5mm}{\~}}

Is hyperref redefining \raisebox ? How do I fix this?

Cheers,

Steve
by Zardoz
Tue Apr 22, 2008 9:21 am
Forum: General
Topic: hyperref causing problems with \subfloat
Replies: 4
Views: 4551

hyperref causing problems with \subfloat

Zardoz wrote:Ok, here it is:
\documentclass[a4paper]{lloydbook}
My apologies, I didn't provide the style file lloydbook.cls. But the problem is replicable with the standard book class.
by Zardoz
Tue Apr 22, 2008 9:06 am
Forum: General
Topic: hyperref causing problems with \subfloat
Replies: 4
Views: 4551

hyperref causing problems with \subfloat

Ok, here it is:
\documentclass[a4paper]{lloydbook}

\usepackage[bookmarks=true,%
bookmarksopen=true,%
bookmarksnumbered=true,%
colorlinks=true,%
linkcolor=blue]{hyperref}

\usepackage{subfig}

\makeatletter
\renewcommand{\thesubsection}{\thesection\@arabic\c@subsection}
\renewcommand ...
by Zardoz
Tue Apr 22, 2008 7:05 am
Forum: General
Topic: hyperref causing problems with \subfloat
Replies: 4
Views: 4551

hyperref causing problems with \subfloat

I'm proofreading a large manuscript and to make document navigation easier I'm trying to add pdf bookmarks to the MS using hyperref. But when I add this command:

\usepackage[bookmarks=true,%
bookmarksopen=true,%
bookmarksnumbered=true,%
colorlinks=true,%
linkcolor=blue]{hyperref}

to the ...