Hello. I'm having a bit of an issue with a custom layout I'm trying to
create for ACM SIG proceedings (from the sig-alternate.cls available
at http://www.acm.org/sigs/publications/proceedings-templates)

First I'm creating a layoutfile named "sig-alternate.layout" and
placed it under my layouts directory. The file contains the following:

--- begin of sig-alternate.layout ---
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[sig-alternate]{sig-alternate}

Format 11
Input stdclass.inc
--- end of sig-alternate.layout ---

And I create a sample file (test.lyx) with this layout. Then I
generate plain latex from it and this is what I obtain:

--- begin of test.tex ---
%% LyX 1.6.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}

\usepackage{babel}

\begin{document}

\title{Blah blah}


\author{Me}

\maketitle

Something...
\end{document}
--- end of test.tex ---


The problem is that the first line has the wrong class (article)! Am I
doing something wrong? Why doesn't the generated latex begin with this
\documentclass{sig-alternate}?


Thanks.

PS: I'm running lyx 1.6.1 on ubuntu.

-- 
Ernesto Posse

Applied Formal Methods Group - Software Technology Lab
School of Computing
Queen's University - Kingston, Ontario, Canada

Reply via email to