Hi,
I think I found a bug in the LaTeX import section of LyX (version
1.1.2).
The bug is it can not import "dotless i" charecter (which is \i) from
a LaTeX source file. In order to test, please try the following two
files:
File 1:
-----
\documentclass[12pt]{article}
\begin{document}
\noindent
Test \i test \\
Test \i\ test \\
Test {\i}test \\ %Equivalent to the first line
Test {\i} test %Equivalent to the second line
\end{document}
File 2:
-----
\documentclass[12pt]{article}
\begin{document}
\noindent
{\i}
\end{document}
thank you,
Umut Sezen