there seems to be a problem regarding \bcode in chapter ETC environment.
It seems that LaTeX cannot solve the \tableofcontents entry:
\documentclass[a4paper,fontsize=12pt]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage[polutonikogreek,ngerman]{babel}
\usepackage[ngerman]{betababel}
\begin{document}
\title{\bcode{*nou=s}}
\author{\bcode{*poihtiko/s}}
\maketitle
\tableofcontents
\section{\bcode{*e)ntele/xeia}}
\bcode{dia/noia}
\end{document}
If you % the \tableofcontents it does work flawlessly.
(Just put the other \bcode in to test out what does work and what does not)
Is there a solution or a work around for that problem?
Kind Regards, Sebastian

\protect\bcode{nou=s}-- it didnt work either. – i_deologic Jul 19 '15 at 11:01\section{\protect\bcode{*e)ntele/xeia}}– esdd Jul 19 '15 at 11:05\protectdoes work, but delete the old toc first. – Ulrike Fischer Jul 19 '15 at 11:11\sectionwith\bcodein it, that i did not properly protect. Now it does work. Thank you and sorry for being a bother ;) – i_deologic Jul 19 '15 at 12:38