>>>>> "Bill" == Bill Simpson <[EMAIL PROTECTED]> writes:
Bill> I am trying to get the method from the web site working. He has
Bill> included an example .tex file. The opening of his .tex file
Bill> refers to a0poster.cls, which I attach. I have installed this
Bill> .cls in /usr/lib/teTeX/texmf/latex/misc and ran texhash.
Bill> How make this work from LyX? I have read the customization.lyx
Bill> section 6 on this. But I still am not clear on it. Is there some
Bill> fairly "automatic" way to make a .layout file from a .cls file?
There is no automatic way that I know of. Fortunately, it seems that
his code just takes the article class and changes font sizes and
margins (which are not important for LyX). So as a first step, you can
copy article.layout as a0poster.layout and change the first lines to
read:
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass{A0 Poster}
Then run Option-Reconfigure from inside LyX, restart LyX, and it
should work. A few more tweaks could be necessary for correct support,
but most of it should be there.
JMarc