Thanks,
el
on 2013-05-22 21:44 Guenter Milde said the following:
[...]
> It seems the non-standard "selinput" package is not known to tex2lyx.
>
> I see two options.
>
> a) convert the source to standard all ASCII input using the accent macros
>
> \~n, \'a, ...
>
> b) use the standard inputenc package with an appropriate encoding, e.g.
>
>
> \documentclass{scrartcl}
> \usepackage[spanish]{babel}
> \usepackage[utf8]{inputenc}
>
> \begin{document}
> \section{Diagnóstico}
> Durante el proceso de visitas al XXXXX, se realizó un inventario de las
> características de la infraestructura de comunicaciones y acceso a
> Internet y otros servicios.
>
> \end{document}
>
>
> Günter
>
>
>
>
>
>