|
From: Francesco D. C. <del...@ti...> - 2003-10-04 08:22:19
|
Thank you vary much!
I've used this code, and it works perfectly.
Francesco Del Citto
Morten H=F8gholm wrote:
> Bug in the Italian Babel support. It has been reported as #3543 in the=20
> LaTeX Bugs Database - read more about it there. This works just fine:
>
> \documentclass{minimal}
> \usepackage[italian]{babel}
> \makeatletter
> %% Fix by Heiko Oberdiek
> \renewcommand*{\add@accent}[2]{%
> {\ifx#2i\let\bbl@tempa\i\else\def\bbl@tempa{#2}\fi
> \setbox\@tempboxa\hbox{\bbl@tempa%
> \global\mathchardef\accent@spacefactor\spacefactor}%
> \accent#1\bbl@tempa}\spacefactor\accent@spacefactor}%
> \makeatother
> \begin{document}
> \^{} \~{} \t{ts}
> \end{document}
>
>
> BTW it's always good to keep the examples simple. E.g.,
>
> \documentclass{minimal}
> \usepackage[italian]{babel}
> \begin{document}
> \^{}
> \end{document}
>
> would have shown the problem.
|