How to install and run a script in Python Script?
-
@dr-ramaanand said in How to install and run a script in Python Script?:
I did all that was asked to be done in that FAQ. Now how to Renumber …
The “USAGE” section in the FAQ explains how to run the script.
-
@PeterJones I did that and got this result:-
I think I now got to go and remove the\
before the[
bracket from my file in the user script directory
Is there a way to edit that or should I create a new script?
Of course, the easiest way around this is to find<sup>\
and replace it with<sup>
Unfortunately, I am unable to find<sup>\
in either the Normal mode or the Regular Expression mode -
Hopefully someone else will be able to help you. I’ve spent as much time on this as I can. Again, good luck.
-
@PeterJones OK, thanks a lot! “
<sup>.*?\[
” finds what I want it to find, that is “<sup>\[
” with the Regular expression mode turned on. I then put “<sup>[
” in the Replace with field and hit “Replace all” -
-