Semih Ozmen wrote:
Hi guys,
I have lyx 1.61 with miktex 2.7..
I want to use a latex template in lyx so I want to import it.
but this template depends on file1.cls, files.sty and file.sty.
and also file4.def is also existing and I dont know how to use it in lyx.
I assume you've read the documentation in Customization, Ch 5?
Main question is how should I create the newtemplate.layout file???
1-)
is file1.layout ::::
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{file1,file2.sty,file3.sty}{metu}
The layout file is for your .cls file. You only need that one. The
layout file should have the same name as your .cls file.
3-) where to put these sty and cls files??
They should go into your LaTeX tree. I don't know how this works on Windows.
rh