After several hours of searching I finally found the easy way to do what I want to do (I am not always skilled at searching) but I still need to figure out how to make the correct diacritic mark.
This is what I have in my preamble related to the Greek word:
Code: Select all
\usepackage[LGR,T1]{fontenc}
%...
\usepackage{substitutefont}
\substitutefont{LGR}{\rmdefault}{udidot}
\newcommand{\textgreek}[1]{\begingroup\fontencoding{LGR}\selectfont#1\endgroup}
Then in the document I have this:
Code: Select all
\textgreek{'upokrit'hs}
ύποκριτής
What I want to typeset has a different breathing mark over the leading upsilon:
ὑποκριτής
Subtle difference but different than I have, I just can't find where the diacritics are documented. Obviously the apostrophe I am using is for a different breathing mark (and correct for the eta)
Thank you to whoever knows.