lyx_mirror/lib/layouts/db_stdlayouts.inc
Jean-Marc Lasgouttes b9b619641b This patch implements proper ERT behaviour for normal layouts.
In particular, it makes paragraph breaks generate single \n in latex output
when ParbreakIsNewline is true

This means that it is not necessary anymore to use newlines to break lines. 
Plain paragraph breaks can be used instead, like is done now in ERT/Listings. 
This is mainly aimed at sweave support.

lyx2lyx support courtesy of Richard Heck



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36163 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-06 15:06:19 +00:00

34 lines
661 B
HTML

# Textclass definition file for docbook.
# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
# This is the counterpart of stdlayouts.inc
# It is desirable, as far as possible, to have the same look and feel for
# related layouts in latex and docbook.
Format 30
Input stdlayouts.inc
Style Literal
LatexType Environment
LatexName literallayout
PassThru 1
ParbreakIsNewline 1
End
Style Quotation
LatexType Environment
LatexName blockquote
InnerTag para
End
# Quote should be an inline element
NoStyle Quote
NoStyle Verse
Style SGML
ObsoletedBy Standard
End