General ⇒ Need urgent help!: how to remove filename when including gra
-
- Posts: 4
- Joined: Sun Apr 29, 2007 10:46 am
Need urgent help!: how to remove filename when including gra
\begin{figure}[h]
\centering
\includegraphics[width=1.00\textwidth]{C:/Program Files/texpic/1.jpg}
\end{figure}
The problem is: when the .tex file is converted to PDF, 'Files/texpic/1.jpg' appears above the graphic in my PDF file. How can I remove this???
I would appreciate your quick reply as I have to submit my work soon.
Thank you
Boong
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Need urgent help!: how to remove filename when including gra
The next time you should avoid vocabulary like "urgent", because that is completely futile regarding the problem.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 4
- Joined: Sun Apr 29, 2007 10:46 am
Re: Need urgent help!: how to remove filename when including gra
Thanks.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Need urgent help!: how to remove filename when including gra
Code: Select all
D:\Projects\Thesis
D:\Projects\Thesis\gfx
Code: Select all
\begin{figure}[!ht]
\centering
\includegraphics[width=\textwidth]{gfx/1}
\caption{Picture No. 1}\label{fig:picno1}
\end{figure}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 4
- Joined: Sun Apr 29, 2007 10:46 am
Re: Need urgent help!: how to remove filename when including gra
By the way I am now in Germany too. i live in Freiburg.
Schoene Sonntag
-
- Posts: 4
- Joined: Sun Apr 29, 2007 10:46 am
Re: Need urgent help!: how to remove filename when including gra
Danke schoen.