image - Formatting Figures in LaTeX -
image - Formatting Figures in LaTeX -
what want give graph label of 'figure 1.1'
\begin{figure} \caption{} \includegraphics[width=5in,scale=0.5]{picture1.pdf} \end{figure} however produces 2 problems:
1) before put
\includegraphics[width=5in,scale=0.5]{picture1.pdf} and inserted image nicely middle of page of text. using above procedure seems forcefulness image top of page. there someway can disable this?
2) labelling of figure comes out 'figure 1.1:'. don't want colon there. want 'figure 1.1'. there someway supress colon?
according documentation of caption package, can alter formatting in multiple ways.
\usepackage[options]{caption} after loading package, global options. \captionsetup{options} when want specific options, i.e. single caption, utilize \captionsetup{options} within \begin{figure} , \end{figure}. to alter separator none, want utilize labelsep=none option.
image layout label latex
Comments
Post a Comment