Theses, Books, Title pages ⇒ Remove Line Break in List of Figures
Remove Line Break in List of Figures
Thanks
- Attachments
-
- Bildschirmfoto 2019-01-07 um 10.53.01.png (44.88 KiB) Viewed 4678 times
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
Remove Line Break in List of Figures
Remove spacing between per-chapter figures in LoF
Code: Select all
\usepackage{etoolbox}% http://ctan.org/pkg/etoolbox\makeatletter% \patchcmd{<cmd>}{<search>}{<replace>}{<succes>}{<failure>}\patchcmd{\@chapter}{\addtocontents{lof}{\protect\addvspace{10\p@}}}{}{}{}% LoF\patchcmd{\@chapter}{\addtocontents{lot}{\protect\addvspace{10\p@}}}{}{}{}% LoT\makeatother