Search found 3 matches

by justausername
Sun May 19, 2013 12:58 pm
Forum: Graphics, Figures & Tables
Topic: Compilation stops after Inclusion of a Package
Replies: 4
Views: 4659

Compilation stops after Inclusion of a Package

I added \usepackage{lmodern} as shown in the link and it works! what was the problem? I am using MiKTeX 64 bit edition on Windows 7.

Thanks a lot !!
by justausername
Sun May 19, 2013 11:49 am
Forum: Graphics, Figures & Tables
Topic: Compilation stops after Inclusion of a Package
Replies: 4
Views: 4659

Compilation stops after Inclusion of a Package

I included graphicx package, the problem is that the log file is empty when I include any package. The moment I remove the \usepackage{graphicx}, the file compiles and generates a PDF with a log file.
by justausername
Sun May 19, 2013 5:05 am
Forum: Graphics, Figures & Tables
Topic: Compilation stops after Inclusion of a Package
Replies: 4
Views: 4659

Compilation stops after Inclusion of a Package

Hello everyone,

I have the following file.
\documentclass{article}
\usepackage{graphics}

\begin{document}
Some text ...
\end{document}
It is not working. The log file generated is empty and when I remove the graphics package line it generates a PDF successfully and it is giving me this output ...