On 10/07/2009 03:17 PM, Jose R. Villa wrote:
Dear list,
Is it possible in LyX to make in a portrait-oriented document one single page
in landscape without explicitly adding the TeX commands \begin{landscape} and
\end{landscape} (from lscape package)?
Yes. You can define a custom inset for this purpose, and even put it
into a LyX module. See chapter five of the Customization manual for
details. What you want it something like this:
#\DeclareLyXModule{Landscape}
#DescriptionBegin
#Some sensible description.
#DescriptionEnd
Format 11
InsetLayout Custom:Landscape
LyXType custom
LatexName landscape
LatexType environment
Decoration classic
MultiPar true
LabelString landscape
End
rh