How can I create an Inset that once inserted into the document, adds the 
following commands to the document?:

\mainmatter
\pagestyle{fancy} % new page style
\newgeometry{ new page layout goes here }

Of course, I can insert these commands with ERT, but I prefer them to be 
defined a more GUI friendly object.

If I create a new flex inset, it either adds an environment (\begin{LatexName 
}...\end{LatexName ) or a command (\LatexName{...}). I don't need any text (ERT 
or anything else) to be inserted into this inset. Just to insert those commands 
into the document.

The List Of Figures insertion, for example, does something similar, but it has 
some information such as Placement and Extension that are irrelevant in my case.
-- 
lyx-users mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to