03-11-2019, 10:07 AM
To add topic numbers in the table of contents, in function QMPDF_GetHtmlFiles replace
toc.replacerx(F"<LI><a href=''{_s}''>" F"$0 {i+1}. " 1)
with
toc.replacerx(F"<LI><a href=''\Q{_s}\E#top''>" F"$0 {i+1}. " 1)
Actually it is a bug fix.
And restore macro "Create QM Help pdf".
I will update the downloadable files soon.
toc.replacerx(F"<LI><a href=''{_s}''>" F"$0 {i+1}. " 1)
with
toc.replacerx(F"<LI><a href=''\Q{_s}\E#top''>" F"$0 {i+1}. " 1)
Actually it is a bug fix.
And restore macro "Create QM Help pdf".
I will update the downloadable files soon.
