0
votes
0answers
105 views

TocLoft and subcaption conflicts [closed]

I use subcaption package to make subfigures. Code sample: \begin{figure}[h] \centering \begin{subfigure}[t]{0.5\textwidth} \centering \includegraphics[width=\textwidth]{v643.png} \caption{V-643} ...
7
votes
1answer
111 views

How to change the display of subfigures in List of Figures?

I'm using the subcaption package and I would like to change the display in the List of Figures of the subfigures. Right now, it displays as : 2.1 Caption 1 . . . . . . . . . . . . . . . . . . . . . ...
5
votes
2answers
235 views

How to make “sub-level” numbering for listings, similar to subcaption?

I think what I'm trying to do may be complicated, so if not all of it is possible then that's OK. I'm using the listings package and I've done something similar to Custom numbering of listings ...