hal-9000
29-06-2003, 16:00
hi,
bin neu in sachen latex und bekomme einfach keine graphiken ins dokument!
was ist denn an diesem beispiel falsch?
\documentclass[12pt]{article}
\usepackage{graphics}
\begin{document}
\begin{picture}
\includegraphics{hallo.png}
\end{picture}
\end{document}
wenn ich nun pdflatex aufrufe, erhalte ich folgendes!
bash-2.05b$ pdflatex 123.tex
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(./123.tex{/usr/share/texmf/pdftex/config/pdftex.cfg}
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size12.clo))
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/pdftex.def)) (./123.aux)
(/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Missing
)
loading : Context Support Macros / PDF
)
! Use of \pictur@ doesn't match its definition.
<argument> \includegraphics
l.5 \includegraphics
{hallo}
?
danke thorsten
bin neu in sachen latex und bekomme einfach keine graphiken ins dokument!
was ist denn an diesem beispiel falsch?
\documentclass[12pt]{article}
\usepackage{graphics}
\begin{document}
\begin{picture}
\includegraphics{hallo.png}
\end{picture}
\end{document}
wenn ich nun pdflatex aufrufe, erhalte ich folgendes!
bash-2.05b$ pdflatex 123.tex
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(./123.tex{/usr/share/texmf/pdftex/config/pdftex.cfg}
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size12.clo))
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/pdftex.def)) (./123.aux)
(/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Missing
)
loading : Context Support Macros / PDF
)
! Use of \pictur@ doesn't match its definition.
<argument> \includegraphics
l.5 \includegraphics
{hallo}
?
danke thorsten