>>>>> "Leonid" == Leonid Belostotski <[EMAIL PROTECTED]> writes:
Leonid> Hello, I have downloaded *.sty style files for the Journal of
Leonid> Radio Science. I now want to be able to use them from lyx.
Leonid> First of all, I tried to include \usepackage{radga} in the
Leonid> preamble (one of the style names is radga.sty) but that did
Leonid> not work. I get a few errors pop up in the document saying
Leonid> that no \title is given, \begin{document} is missing and
Leonid> \@maxsep is not defined. Then, radga.layout was created based
Leonid> on the article. The second line in the radga.layout reads: #
Leonid> \DeclareLaTeXClass[article,radga.sty,agu11.sty]{Radio Science
Leonid> camera ready}
Leonid> After runing Reconfigure, a new document "Radio Science camera
Leonid> ready" appears in Layout->Document as expected. The problem
Leonid> however is that the radga.sty does not affect the *.ps file
Leonid> created by lyx. If I export the document in LaTeX, the *.tex
Leonid> file does not contain any references to radga.sty either. What
Leonid> am I doing wrong?
Hello,
At the beginning of your .layout file, try to add
Preamble
\usepackage{ragda}
EndPreamble
JMarc