Hello!
I have tried to write my first report in Texniccenter in windows but i'm having some trouble and would very much appreciate some help please.. First of all when i put an image into the code, when it compiles there is the path to the folder right above it and couldn't find an option to disable that. Its like its title..
and another thing.. how can i put exactly where i want the images? Its for a lab report and some times its like they have a mind of their own they pop up in a different section or even a chapter.. I used the built in function of Texniccentre to input the images
Graphics, Figures & Tables ⇒ Remove title from image
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Remove title from image
Avoid blank spaces and any other special characters like underscores in the path and the name of the file. Alternatively you can use the grffile package from the oberdiek bundle.pantelisgeor wrote:[...] I have tried to write my first report in Texniccenter in windows but i'm having some trouble and would very much appreciate some help please.. First of all when i put an image into the code, when it compiles there is the path to the folder right above it and couldn't find an option to disable that. Its like its title. [....]
Start with a suitable combination of placement parameters for the float environment.pantelisgeor wrote:[...] and another thing.. how can i put exactly where i want the images? Its for a lab report and some times its like they have a mind of their own they pop up in a different section or even a chapter.. I used the built in function of Texniccentre to input the images
Code: Select all
\begin{figure}[!ht]
% figure contents
\end{figure}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 2
- Joined: Thu Jan 14, 2010 10:26 pm
Re: Remove title from image
Thank you very much you saved me!