Document Classes ⇒ Problems with seemingly unformatted Greek text
Re: Problems with seemingly unformatted Greek text
But even if not, if using the character map is too much work, surely you could use something like AutoKey or AutoHotKey to "correct" certain sequences to their Greek counterparts. Editors like vim or emacs could be programmed to do the substitutions as you typed. (Heck, you could probably do the same with something like MS Word's autocorrect feature.)
Last but not least, try compiling the LaTeX source to HTML using, e.g., htlatex (from TeX4ht; you may already have this installed as part of your LaTeX distribution) or latex2html; it should output html you could copy and paste to create UTF-8 Greek, and it wouldn't have the same linefeed problem.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Problems with seemingly unformatted Greek text
http://tug.org/applications/tex4ht/mn-commands.html
I have been able to use, through command-line, the following, and produce an HTML file:
Code: Select all
‘xhlatex filename "xhtml,uni-html4" " -cunihtf"’