Search found 2 matches

by geezer
Tue Mar 15, 2011 3:19 pm
Forum: General
Topic: Trouble with graphicx package
Replies: 3
Views: 4699

Re: Trouble with graphicx package

Hi meho_r
thanks a lot for your time, I tried to run the file with TexWorks instead of Texnic Center and the programm told me the package was missing and automatically installed it. Since Texnic Center never told me that, I didn't know which packages were missing (I only installed the Basic Version ...
by geezer
Tue Mar 15, 2011 11:52 am
Forum: General
Topic: Trouble with graphicx package
Replies: 3
Views: 4699

Trouble with graphicx package

Hello,
I started working with LaTeX and I've encountered no major problems until I tried to use the package graphicx. Here is a short example to show you what I mean:

\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\begin{document}
hurra
\end ...