So long as I do not use any packages, my document compiles, of course with errors regarding the pictures I have placed in the document.
\documentclass[a4paper,12pt]{article}
%\usepackage{graphicx}
\begin{document}
...
And the Output
Code: Select all
LaTeX-Result: 6 Error(s), 0 Warning(s), 23 Bad Box(es), 18 Page(s)
When I use the package however,
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\begin{document}
...
the Output

And I get no product.
Same thing happens for the "graphics" package and in fact any indiscriminant package I want to use, be it a change of font colour or anything else.
All the packages I try to use I believe I already should have with the 'basic' MikTeX install but just in case, I go to MikTeX Package Manager and "graphicx" is not there though "graphics" is but if I try to install any package whatsoever, I get an error message. I get the same error message when I try to use MikTeX Update.
Code: Select all
MiKTeX Problem Report
Message: No connection could be made because the target machine actively refused it.
Data: connect failed in tcp_connect()
Source: Libraries\MiKTeX\PackageManager\PackageManager.cpp
Line: 1564
MiKTeX: 2.9
OS: Microsoft Windows Vista Business Edition, 32-bit Service Pack 2 (build 6002)
Invokers: explorer
SystemAdmin: yes
PowerUser: no
Root0: C:\Users\Raphael\AppData\Roaming\MiKTeX\2.9
Root1: C:\Users\Raphael\AppData\Local\MiKTeX\2.9
Root2: C:\ProgramData\MiKTeX\2.9
Root3: C:\Program Files\MiKTeX 2.9
UserInstall: C:\Users\Raphael\AppData\Roaming\MiKTeX\2.9
UserConfig: C:\Users\Raphael\AppData\Roaming\MiKTeX\2.9
UserData: C:\Users\Raphael\AppData\Local\MiKTeX\2.9
CommonInstall: C:\Program Files\MiKTeX 2.9
CommonConfig: C:\ProgramData\MiKTeX\2.9
CommonData: C:\ProgramData\MiKTeX\2.9
I do have the graphicx.sty and graphics.sty files in C:\Program Files\MiKTeX 2.9\tex\latex\graphics which came with the normal MikTeX 2.9 install. I thought these were the packages but I could be wrong.
Any clue what the cause is and how to solve it PLEASE?!