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

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

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