View Single Post
Old 05-21-2020, 11:12 PM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Also, just to warn: spaces in filenames aren't a good idea.

So if you adjust DNSB's to:

Replace: <img alt="Fig. \1" class="whatever" src="../Images/Fig\1.jpg"/>

that would get you:

Code:
<img alt="Fig. 2.4" class="whatever" src="../Images/Fig2.4.jpg"/>
instead.

I would then recommend using Sigil's mass renaming to fix the filenames. Follow steps 3 and 4 in this little tutorial I wrote back in 2019.
Tex2002ans is offline   Reply With Quote