Graphics, Figures & TablesAdd picture with descrition and list of figure!

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
ohmp2007
Posts: 7
Joined: Fri Aug 01, 2014 3:07 pm

Add picture with descrition and list of figure!

Post by ohmp2007 »

HI!

I have a question, regarding a description of a picture in me list of figure.

Code: Select all

\begin{figure}[H]
\includegraphics[width=\textwidth]{images/K-Wasserfallmodell.pdf}
\caption{\itshape Klassischer Aufbau eines Wasserfallmodells. Sequenzielle Entwicklungsprozesse sind in Phasen.....}
\label{k-wasserfallmodell}
\end{figure}
Know i want to say to the program that "Klassischer Aufbau eines Wasserfallmodells." will be the description of the picture it has to be appear in the list of figure.

But under the picture I will use the complete text as a description.

How it has to be in the list of figure!
http://hierbilder.de/0YvuO

And the picture with the description, here is everything ok!
http://hierbilder.de/GQOCQ

Thank you very much!

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Add picture with descrition and list of figure!

Post by Johannes_B »

Use the optional Argument for cpation \caption[LOF-Entry]{normal entry}

Extra Tip: There is an excellent german question/answer site, you should check it out. TeXwelt

Darstellung im Abbildungsverzeichnis
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply