Discussion:
problems with includegraphics
Marc Pätzold
2006-11-08 18:03:36 UTC
Permalink
Hi, I'm working on a document and I encounter the following problem: I
include graphics with the includegraphics command. The graphics are
shown correct but the filename is shown tooa bove each picture. How can
I avoid this?
Here is an exaple:
\documentclass[a4paper, titlepage]{article}
\usepackage{graphicx}
\usepackage{german}
\usepackage[latin9]{inputenc}
\pagestyle{headings}
\begin{document}

\begin{figure}[htb]
\centering
\includegraphics[width=1.00\textwidth]{../Authentifikation1.png}
\caption{\label{auth1}Authentification}
\end{figure}

\end{document}

The result is something like

authentification.png

The actual picture

Figure1: Authentification
(because of the \caption)

Many thanks for the help in advance
Marc




Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
vennavelly
2006-11-10 23:11:25 UTC
Permalink
I faced a similar problem once. I moved my picture file to the same
directory as the tex file. Then I used:
\includegraphics[width=1.00\textwidth]{Authentifikation1.png}
Notice that you don't need to specify any path.

The file name (or path) above the figure disappeared that way. Don't
know why or how!

-anand
Post by Marc Pätzold
Hi, I'm working on a document and I encounter the following
problem: I
Post by Marc Pätzold
include graphics with the includegraphics command. The graphics are
shown correct but the filename is shown tooa bove each picture. How can
I avoid this?
\documentclass[a4paper, titlepage]{article}
\usepackage{graphicx}
\usepackage{german}
\usepackage[latin9]{inputenc}
\pagestyle{headings}
\begin{document}
\begin{figure}[htb]
\centering
\includegraphics[width=1.00\textwidth]
{../Authentifikation1.png}
Post by Marc Pätzold
\caption{\label{auth1}Authentification}
\end{figure}
\end{document}
The result is something like
authentification.png
The actual picture
Figure1: Authentification
(because of the \caption)
Many thanks for the help in advance
Marc
Yannick
2006-11-11 19:13:07 UTC
Permalink
Post by Marc Pätzold
Hi, I'm working on a document and I encounter the following problem: I
include graphics with the includegraphics command. The graphics are
shown correct but the filename is shown tooa bove each picture. How can
I avoid this?
\documentclass[a4paper, titlepage]{article}
\usepackage{graphicx}
\usepackage{german}
\usepackage[latin9]{inputenc}
\pagestyle{headings}
\begin{document}
\begin{figure}[htb]
\centering
\includegraphics[width=1.00\textwidth]{../Authentifikation1.png}
\caption{\label{auth1}Authentification}
\end{figure}
\end{document}
The result is something like
authentification.png
The actual picture
Figure1: Authentification
(because of the \caption)
Many thanks for the help in advance
Marc
Hi Marc,
I don't know how to solve your problem directly, but try this:
I use the 'picins' package to insert pictures. It is more easy to use
and you can get better output with it, as with the normal includegraphic
command. (For example, you can have your picture inside of the text.)
greetings,

Yannick



Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...