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.

when loading package, may define global options such. \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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -