babel greek, MakeUpperCase, and \textalpha

Ulrike Fischer news3 at nililand.de
Thu Feb 27 12:06:19 CET 2020


Am Thu, 27 Feb 2020 09:58:14 +0900 schrieb Norbert Preining:

> Hi all,
> 
> another babel greek versus TU problem I guess:

> - with the makeatletter part
> 	TU encoding and
> 	! LaTeX Error: Command \textAlpha unavailable in encoding TU.
> 
> BTW, this is not only for the textAlpha, but for several others, too.
> 
> Is this a bug in th TU encoding?

No, but you also need to load the def files:

\documentclass{article}
\usepackage[greek]{babel}
\makeatletter
  \renewcommand*{\greekfontencoding}{TU}
  \renewcommand*{\bbl at greek@fontencdef}{greek-euenc}
  \renewcommand*{\LastDeclaredEncoding}{TU}
  \InputIfFileExists{\bbl at greek@fontencdef .def}{}{} 
\makeatother  
\begin{document}
\MakeUppercase  {\textalpha }
\end{document}

-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/



More information about the tex-live mailing list.