[EMAIL PROTECTED] wrote:
I want my Lyx figures following the section numbers before the figure numbers, like the example above:---------------------------------------------------1 The First Section################ Figure 1.1: The pic example################ Figure 1.2: Another pic example
Add the following line to the preamble:
\numberwithin{figure}{section}
regards Uwe
