MiKTeX and proTeXtpdfescape | Compilation Process slowed down

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
stefan_fuglsang
Posts: 12
Joined: Mon Oct 04, 2010 9:41 am

pdfescape | Compilation Process slowed down

Post by stefan_fuglsang »

When latex comes to this part
C:\Program Files\MiKTeX 2.8\tex\generic\oberdiek\pdfescape.sty
it works for 25 seconds before it continues. (Out of a total of 30 seconds for the total compilation for the example below).

(Package: pdfescape 2011/04/04 v1.12 Provides string conversions (HO))

It seems that the

Code: Select all

\usepackage{hyperref}
is necessary to demonstrate the behaviour:

Code: Select all

\documentclass[a4paper,12pt]{letter}%
\usepackage{hyperref} % colourlinks=false for printing

\begin{document}
This is a simple document.
\end{document}
Can I speed this up?

Thanks,
Stefan

Windows Vista/TexnicCenter/Miktex2.8

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply