Text FormattingChanges in \caption

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
tpokala
Posts: 21
Joined: Wed Nov 10, 2010 6:13 pm

Changes in \caption

Post by tpokala »

Hi,

I am writing some document and I have to use format like:

\caption{Fig. 1.1 Something is in this picture. (source: http://www.google.com)}

but I don't need to (source: http://www.google.com) in list of items. Is there any way to do it?
Last edited by tpokala on Thu Dec 09, 2010 1:10 pm, edited 1 time in total.

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Changes in \caption

Post by frabjous »

Have you tried the optional argument for \caption:

Code: Select all

\caption[This gets put in List of X]{This gets put with the figure/table/whatever}
Post Reply