LyX ⇒ Figure-like custom inset with own "Float" and "List of ..."
Figure-like custom inset with own "Float" and "List of ..."
Figure 1:..
Photo 1:..
Photo 2:..
Figure 2:..
And these two need to be listed separately, for example:
List of Figures
Figure 1.
Figure 2.
List of Photographs
Photo 1.
Photo 2.
The two list will then be included in the TOC.
Lyx already provides for inserting Figures, Figure Floats and List of Figures. How would I create a new inset called Photographs that can be used like the Figures with its own Float and List of?
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
Figure-like custom inset with own "Float" and "List of ..."
figure
and table
regarding layout and \caption
.But if you use either the memoir or a koma-script document class there is (usually) no need for using an extra package since there are already build-in capabilities for defining new floating environments.
P.S.: I have absolutely no experience with Lyx, so unfortunately I can't help you with integrating these packages into your Lyx document.