lyx_mirror/lib/layouts/litinsets.inc
Juergen Spitzmueller bbf287a3c6 Allow for cite engine and format definitions/modifications in layouts
Now layout files and modules can extend the cite engines or completely
overwrite them, and modify the cite formats.

Any CiteEngine definition in a layout/module will completely overwrite
those by cite engine files.

AddToCiteEngine will extend them (add if they do not exist yet).

Any CiteFormat definition in a layout will be preferred to those in cite
engines. CiteFormat definitions that are not touched by the former are
still active, though (so, as opposed to CiteEngine, a CiteFormat does
not completely overwrite those by the engine files).

Layout format change.
2018-05-21 12:46:53 +02:00

56 lines
1.4 KiB
HTML

# Literate Chunk inset definitions.
# This defines the Chunk inset used in the literate modules.
#
# Author: Liviu Andronic <landronimirc@gmail.com>
#
# Note that this file is included in sweave.module,
# knitr.module and noweb.module.
Format 68
Counter chunk
PrettyFormat "Chunk ##"
End
OutlinerName literate "Literate programming"
InsetLayout "Flex:Chunk"
LabelString "Chunk"
LatexType none
LyXType Custom
Counter chunk
RightDelim <br/>@
Decoration Classic
Font
Color latex
Family typewriter
EndFont
# LabelFont
# Color latex
# Size Small
# EndFont
MultiPar true
CustomPars false
ForcePlain true
PassThru 1
ParbreakIsNewline 1
KeepEmpty true
Spellcheck 0
FreeSpacing true
ForceLTR true
AddToToc literate
IsTocCaption 0
Argument 1
Mandatory 1
LabelString "Options"
Tooltip "Options"
LeftDelim <<
RightDelim >>=<br/>
IsTocCaption 1
AutoInsert 1
EndArgument
ResetsFont false
ForceOwnlines true
NeedCProtect true
End