I am trying to get my project to work in LyX using tex files I have made in WinEdt. Is this doable? I keep getting errors but the debugger won't show me where the errors are coming from. I am using lyx for windows.
Any help or guidance would be greatly appreciated.
LyX ⇒ Latex2lyx
NEW: TikZ book now 40% off at Amazon.com for a short time.

Latex2lyx
1. Open LyX, then import the file TeX1.tex through File > Import > LaTeX (plain).
2. Compile the document (if you still get an error report, check the image included in ch2).
3. You may edit individual chapters by simply clicking on their entries in TeX1 document (which serves as a master document) and then click on Edit button.
4. You may keep preamble.tex together with your .lyx files, or you may copy its content and paste it into TeX1's preamble (previously removing the entry \input{preamble}, of course, since it'll be redundant).
I tested it with LyX 1.6.8, TeXLive2010, on Debian Linux.
2. Compile the document (if you still get an error report, check the image included in ch2).
3. You may edit individual chapters by simply clicking on their entries in TeX1 document (which serves as a master document) and then click on Edit button.
4. You may keep preamble.tex together with your .lyx files, or you may copy its content and paste it into TeX1's preamble (previously removing the entry \input{preamble}, of course, since it'll be redundant).
I tested it with LyX 1.6.8, TeXLive2010, on Debian Linux.