Quote:
Originally Posted by frabjous
So far I've been working on cleaning up a text file generated from a OCR of the pbook. I'm trying to decide what tool to use or format to next; compared to some math books, there's relatively few formulae in it, but there is a good amount of Greek letters used as variables, etc., and I'm trying to decide what format to start working in next. LaTeX would be easiest, since I already know it well, but HTML might be more flexible.
|
Greek letters should be no problem if you use an appropriate encoding, such as utf8, then it's a matter of the fonts in the reader having the Greek glyphs (which most current fonts should have). As for a starting format for ebooks, I'd use HTML, and then use XHTML+CSS (ePUB) as a storage and conversion source format.