I have obtained a copy of the Greek NT, in Babel. It apparently is nicely formatted for each book (bibbook) and each verse (vs). There is also, apparently, footnotes (fn), which I am not certain how they are used either. The document that I have did not come with the proper code, such as this:
Code: Select all
\documentclass{article}
\usepackage[greek]{babel}
Code: Select all
\begin{document}
Code: Select all
\end{document}
I hope for some direction from the experienced LaTeX experts.
Here is a sample of the document that I have:
Code: Select all
\bibbook{TO KATA MATJAION\\AGION EUAGGELION}{KATA MATJAION}{Matthew}{Mat}[\textgreek{KATA MATJAION}]
\vs Mat 1:1 B'ibloc gen'esewc >Ihso~u Qristo~u, u<io~u Dab`id, u<io~u >Abra'am.
\fn{b'ibloc\gram{nnfs} g'enesic\gram{ngfs} >Ihso~uc\gram{ngms} Qrist'oc\gram{ngms} u<i'oc\gram{ngms} Dau'id\gram{tp} u<i'oc\gram{ngms} >Abra'am\gram{tp}.}
...I do see that XeLaTeX outputs PDFs that contain Greek in actual Greek font, that can be copied and pasted out. However, if there is an easier way to go straight to .txt, that would be amazing.