[OS X TeX] hyperref error?

Peter Dyballa Peter_Dyballa at Web.DE
Thu May 26 19:15:49 EDT 2011


Am 27.05.2011 um 00:25 schrieb David Arnold:

> \documentclass[12pt]{article}
>
> \usepackage{pst-pdf}
> \usepackage{hyperref}
>
> \listfiles
>
> \begin{document}
> Test
> \end{document}



This does not work with up-to-date latex. This does:

	\listfiles
	\documentclass[12pt]{article}
	\usepackage{ifpdf}
	
	\ifpdf
	  \usepackage{pst-pdf}
	\fi
	\usepackage{hyperref}
	
	
	\begin{document}
	Test
	\end{document}

Only then when PDF is being produced by pdfTeX the package pst-pdf  
gets loaded.

--
Greetings

   Pete

There are very few jobs that actually require a penis or vagina. All  
other jobs should be open to everybody.
				– Florynce Kennedy




More information about the MacOSX-TeX mailing list