LyXImport .tex in LyX

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
NewToLyX
Posts: 2
Joined: Sun Sep 16, 2012 10:47 pm

Import .tex in LyX

Post by NewToLyX »

Hi, I am a new user to LaTeX and I am trying to write a thesis using LyX.
I have a thesis template in .tex format. When I import it in LyX and compile it, it does not work. LyX stops working. Any Suggestion ? The template when opened in LyX looks like this

Code: Select all

Code, edit and compile here:
% SAMPLE FRONT MATTER: \graduationmonth{December} \graduationyear{2003} \defensedate{November 15, 2003}
JAY VICTOR SMITH
\committee{Vasant K. Prabhu}{Jonathan Bredow}{Jung-Chih Chiao}{Sajal K. Das}{Harold Sobol}
COMPARATIVE ANALYSIS OF PARTIALLY COHERENT AND DIFFERENTIALLY COHERENT PSK SYSTEMS WITH FADING AND COCHANNEL INTEREFERENCE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% title page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\titlepage
% If submitting electronically, the signature page should not be included.% You should then comment out the line that produces the signature page and% move the title page up here so that it appears first.% added by Darin Brezeale, Fri Jan 11 10:29:12 CST 2008% \signaturepageMs% \signaturepagePhD%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% copyright page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\copyrightpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Dedication page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\thispagestyle{empty}
To my mother Sari and my uncle Luis Alfredo (my father figure)
who set the example and who made me who I am.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% acknowledgements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{acknowledgements}
acknowledge.tex
\end{acknowledgements} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Abstract abstract.tex
Abstract \indent
\addtocontents{toc}{\mbox{Chapter} \mbox{Page}}%\addtocontents{toc}{\noindent\mbox{Chapter}}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% First and Following Chapters %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input macros.tex % file containing author's macro definitionschap1.tex % file containing Chapter 2 contentschap2.tex % file containing Chapter 2 contents%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Appendices %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%dummy comment inserted by tex2lyx to ensure that this paragraph is not empty% \chapter{FIRST APPENDIX NAME}
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
insipidtoast
Posts: 128
Joined: Wed Jul 04, 2012 5:34 pm

Import .tex in LyX

Post by insipidtoast »

Did you use the

Code: Select all

\include{filename}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
command as an ERT at the location you want that file to be inserted?

You might also need to copy and paste whatever you had in the preamble in the other document.
FYI:
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class
NewToLyX
Posts: 2
Joined: Sun Sep 16, 2012 10:47 pm

Re: Import .tex in LyX

Post by NewToLyX »

I have no idea what you just said. I just started looking at LaTeX today itself.
But I will try to explain the problem.
I downloaded the standard template of my thesis from the school website.
It has lot of different chapters like appendix, abstract, index and so on.
And the main file which compiles all those chapters. I opened that file in LyX and posted in my previous thread. When I try to compile it, LyX stops working.
So is there anything I need to change in that file ?
insipidtoast
Posts: 128
Joined: Wed Jul 04, 2012 5:34 pm

Re: Import .tex in LyX

Post by insipidtoast »

Well, I'm pretty new, so I would just recommend reading a tutorial and hoping that someone more experienced responds to you.
FYI:
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class
insipidtoast
Posts: 128
Joined: Wed Jul 04, 2012 5:34 pm

Re: Import .tex in LyX

Post by insipidtoast »

Actually it appears that that ERT code I showed you above does not work in lyx. That was a code from a latex2e tutorial. Sometimes Latex doesn't cross over to lyx.

Did you figure out how to add another document to the one you're working on? I haven't been able to figure it out yet.

*Edit: Did you go insert-file-child document? That's how to get .lyx documents inserted as part of the main document.
FYI:
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class
Post Reply