Graphics, Figures & Tablesfigure: \caption command modification

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
coandrei
Posts: 5
Joined: Mon Jun 29, 2009 12:14 pm

figure: \caption command modification

Post by coandrei »

How could I modify second caption command (maybe some renewcommand?) to not produce 'Figure 2. The pressure...' but 'Note: The pressure ...'

Any other hint to solve this, is welcome.

Code: Select all

\begin{figure}[ht]
	\centering
	\caption{The temporal variation of the NWM-derived (black) and the insitu meteorological parameters (blue) at the four most biased IGS stations during January 2006 - July 2007}
	\includegraphics[width=0.75\textwidth]{../figures/nwm/Fig2.eps}
	\caption{The pressure readings suffer from heavy biases at KIT3, the temperature readings are completely erroneous after the second half of 2006 at COCO and the relative humidity readings are unreliable at COCO and partially at ALGO and YELL.}
	\label{fig:NWMmeteo}
\end{figure}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Re: figure: \caption command modification

Post by Stefan Kottwitz »

H coandrei,

you could use the caption package and its starred command: \caption*{Note: ...}

Stefan
LaTeX.org admin
Post Reply