Search found 5 matches

by PaulM
Tue Dec 01, 2020 9:55 pm
Forum: TextAloud 4 Forum
Topic: Removing superscripts from documents?
Replies: 3
Views: 13561

Re: Removing superscripts from documents?

Hi Jim: At least for epubs, after you extract the epub archive, it seems you can run a replacement regrex like this over the HTML files in the archive: Search: <sup[^>]*>([^<]*)</sup> Replacement: [\1] It might need to be modified depending on the flavor of regrex engine, but it seems to be working ...
by PaulM
Tue Dec 01, 2020 7:36 pm
Forum: TextAloud 4 Forum
Topic: Navigable Table of Contents for epub files?
Replies: 2
Views: 12664

Re: Navigable Table of Contents for epub files?

Hi Jim: Actually, upon further investigation, Balabolka doesn't do a very good job of creating an accurate table of contents; at least, not a table of contents matching the table of contents found in the epub file. Text Aloud's File Splitter appears to generate a table of contents matching the epub ...
by PaulM
Mon Nov 30, 2020 9:47 pm
Forum: TextAloud 4 Forum
Topic: Navigable Table of Contents for epub files?
Replies: 2
Views: 12664

Navigable Table of Contents for epub files?

Hi: In Balabolka, when it converts an epub file it generates a navigable table of contents from the epub file which can be accessed from Balabolka's 'Insert Named Bookmark' icon at the top of the Balabolka window or, from the menu, Bookmarks - Go to Named Bookmark... (F2). Does Text Aloud generate a...
by PaulM
Mon Nov 30, 2020 9:37 pm
Forum: TextAloud 4 Forum
Topic: Images in converted epub files?
Replies: 1
Views: 12001

Images in converted epub files?

Hi: I notice that Text Aloud doesn't preserve the images of epub files when it converts them to the textual files used directly in Text Aloud. Is there anyway to get Text Aloud to keep the images when reading aloud directly in Text Aloud? Or, is it just that a text file won't support images and that...
by PaulM
Mon Nov 30, 2020 9:29 pm
Forum: TextAloud 4 Forum
Topic: Removing superscripts from documents?
Replies: 3
Views: 13561

Removing superscripts from documents?

Hi: I did see this on the TextAloud 3 forum: ([a-z][.?!])(\d+)([,-]\d+)* This works OK, except sometimes the textual output of the epub files Text Aloud generates appears to have a quotation mark (") immediately proceeding the superscript. I'd imagine this regular expression can be modified to ...