GeneralFatal Error even without Document Content

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jr1723
Posts: 3
Joined: Wed Feb 20, 2013 7:03 pm

Fatal Error even without Document Content

Post by jr1723 »

I'm trying to use pdfpages. I have installed the package using MiKTeX but whenever I run the code I get a fatal error even if no content is involved.

Code: Select all

\documentclass[10pt,a4paper]{report}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[cleanlook]{isodate}
\usepackage{lmodern}
\usepackage{xcolor}
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{enumerate}
\usepackage[section]{placeins}
\usepackage{multirow}
\usepackage{caption}
\usepackage{wrapfig}
\usepackage{pdfpages}

\author{James Runnalls}

\parindent0em

\begin{document}
Hello world
\end{document}
If anyone could help that would be great!

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Fatal Error even without Document Content

Post by localghost »

The exact error message from the log file (*.log) would be very helpful. So, either attach the complete log to your next post by upload to the forum server or post the relevant excerpt.


Best regards and welcome to the board
Thorsten
jr1723
Posts: 3
Joined: Wed Feb 20, 2013 7:03 pm

Re: Fatal Error even without Document Content

Post by jr1723 »

no worrys i have resolved the problem cheers
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Fatal Error even without Document Content

Post by localghost »

And it would be very helpful if you post your solution here. So others with the same problem who come by search engine could benefit. Otherwise this thread is useless and a waste of time. Remember that you are not only writing here for yourself, but also for others.
jr1723
Posts: 3
Joined: Wed Feb 20, 2013 7:03 pm

Fatal Error even without Document Content

Post by jr1723 »

The eso-pic package was also required to be installed. Once sorted, all worked fine.
Post Reply