On Tuesday 06 February 2007 04:49, Jean-Marc Lasgouttes wrote:
> >>>>> "Steve" == Steve Litt <[EMAIL PROTECTED]> writes:
>
> Steve> Hi all, As you all remember, when I switched to LyX 1.4.2 I
> Steve> griped that one of my books no longer had navigation.
>
> Steve> Now the other shoe dropped. I've been writing a new book, using
> Steve> the book document class in LyX 1.4.2, and everything went well,
> Steve> with navigation and everything. Then I created my own layout
> Steve> file, deriving a tsjsbook layout derived from the book class.
> Steve> My new layout was minimal -- it did nothing except create a new
> Steve> environment called Story, which worked perfectly well when
> Steve> converting to dvi.
>
> Could you show us this layout file?
It's at the bottom of the email. Note that in order to rule out my "story"
LaTeX environment, I had this LyX environment refer to the built-in
LaTeX "quotation" environment.
SteveT
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[book]{tsjfbook}
Input stdclass.inc
### BEGIN LYX STUFF ### {{{1
Style Story
LatexType Environment # This is an environment
# LatexName story # The latex env LyX Story wraps
LatexName quotation
AlignPossible Left # ONLY left aligned in LyX input
#Align Block # Left aligned in LyX input
LeftMargin "MMMMMMMMMM" # Left margin width of 5 'M's in LyX
RightMargin "MMMMM" # Right margin width of 5 'M's in LyX
ParSkip 0.7 # Paragraph skip .7in in LyX
ParSep 0.7 # Paragraph separation .7in in LyX
TopSep 0.7 # Page top separation .7in in LyX
BottomSep 0.7 # Page top separation .7in in LyX
Font
Series Medium # Non-bold on LyX input screen
Shape Italic # Italic on LyX input screen
Size Normal # Normal size on LyX input screen
EndFont
End
### END LYX STUFF ### }}}1