Graphics, Figures & Tables ⇒ Exclude the Source in the Table Caption
Exclude the Source in the Table Caption
I write my thesis and have to mention the name of the source in the caption of the pictures and tables. The problem is this one, that it shoes the source of course in the index of tables as well - and that's what I don't want. Is there any possibility to exclude this or to add a 2nd caption just for the source, which doesn't appear in the index?
Thank you for your help in advance.
Kind regards,
Domser
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Exclude the Source in the Table Caption
Code: Select all
\caption[List Entry]{Full Caption with Citation\cite{key}}
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Exclude the Source in the Table Caption
I didn't know... I just started with Lyx.
The code you gave me works! But now I have a further problem. In the describtion part the command for a break doesn't work: "\\". Also not this one: "\newline".
\caption[Preisabweichung (negative Minutenreserve)]{Preisabweichung (negative Minutenreserve)\\Quelle: xxxxx}
Did I haven't consider something?
Thanks for help!
Domser
Re: Exclude the Source in the Table Caption
I just added \usepackage{caption}.