Hi all,
In teTeX 2.0.1, using pdflatex there is some conflicting stuff in graphics
and babel with the option magyar . The attached example file gives the error
.........
(/usr/local/teTeX/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Missing
! TeX capacity exceeded, sorry [input stack size=1500].
[EMAIL PROTECTED] ...t \else [EMAIL PROTECTED] \protect #1
[EMAIL PROTECTED] \fi
l.143 \unprotect
No pages of output.
Transcript written on babeltest.log.
.....
the same example either with the german option or
putting \usepackage{graphics} before \usepackage[magyar]{babel}
is OK.
Janos Viragh,
[EMAIL PROTECTED]
%----
\documentclass{article}
\usepackage[latin2]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage{graphics}
%\usepackage[german]{babel}
\usepackage[magyar]{babel}
\usepackage{graphics}
\begin{document}
�RV�ZT�R�T�K�RF�R�G�P
�rv�zt�r�t�k�rf�r�g�p
\end{document}
%-----