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 ...
Search found 8 matches
- Tue Jun 03, 2008 1:48 am
- Forum: MiKTeX and proTeXt
- Topic: problem with MikTek package updater
- Replies: 7
- Views: 20815
- 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
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.localghost wrote:Choose another server, preferably one that is located in (or next to) your home country.
- 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 ...
MiKTeX Problem Report
Message: The MiKTeX web service has rejected your request ...
- Wed Apr 23, 2008 3:58 am
- Forum: General
- Topic: hyperref interferes with \raisebox ?
- Replies: 3
- Views: 4242
hyperref interferes with \raisebox ?
Thank you, that worked beautifully -- can you tell me why?
Steve
- 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
\newcommand{\smalltilde}[0]{\raisebox{-1.5mm}{\~}}
Is hyperref redefining \raisebox ? How do I fix this?
Cheers,
Steve
- Tue Apr 22, 2008 9:21 am
- Forum: General
- Topic: hyperref causing problems with \subfloat
- Replies: 4
- Views: 4551
hyperref causing problems with \subfloat
My apologies, I didn't provide the style file lloydbook.cls. But the problem is replicable with the standard book class.Zardoz wrote:Ok, here it is:\documentclass[a4paper]{lloydbook}
- 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 ...
\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 ...
- 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 ...
\usepackage[bookmarks=true,%
bookmarksopen=true,%
bookmarksnumbered=true,%
colorlinks=true,%
linkcolor=blue]{hyperref}
to the ...